<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<p><br>
</p>
<div class="moz-cite-prefix">On 3/25/25 10:48 PM, o haya via users
wrote:<br>
</div>
<blockquote type="cite"
cite="mid:CABbNdt6M2R3kQEZCJZ06Nyfxi2Wj5yh8-dHzwCOYZiTvDBB99A@mail.gmail.com">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<div dir="ltr">
<div dir="ltr"><br>
<div><br>
</div>
<div>Then I bounced the Tomcat server and tried to test to <a
href="http://10.0.0.58:8080/idp/profile/Status"
moz-do-not-send="true" class="moz-txt-link-freetext">http://10.0.0.58:8080/idp/profile/Status</a>,
but when I do that I am getting an error appearing in the
response page:</div>
</div>
</div>
<br>
</blockquote>
<p><br>
</p>
<p>URL paths are generally case-sensitive (except sometimes when
it's a filesystem resource on a case-insensitive web server
filesystem like Windows). And for this endpoint in the IdP (since
it's not a file system resource) the /status handler definitely is
case-sensitive, and it's lower case "s". So try
"/idp/profile/status".</p>
<p><a class="moz-txt-link-freetext" href="https://shibboleth.atlassian.net/wiki/spaces/IDP5/pages/3199511520/Status">https://shibboleth.atlassian.net/wiki/spaces/IDP5/pages/3199511520/Status</a></p>
<p><br>
</p>
</body>
</html>