Recommended Next steps...?

Brent Putman putmanb at georgetown.edu
Wed Mar 26 03:22:03 UTC 2025


On 3/25/25 10:48 PM, o haya via users wrote:
>
>
> Then I bounced the Tomcat server and tried to test to 
> http://10.0.0.58:8080/idp/profile/Status, but when I do that I am 
> getting an error appearing in the response page:
>

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".

https://shibboleth.atlassian.net/wiki/spaces/IDP5/pages/3199511520/Status

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/users/attachments/20250325/dfde83bd/attachment.htm>


More information about the users mailing list