* Velpi wrote (27/04/06 15:49):
Hi,

I used a fresh install of Tomcat 5.5.16 on the Windows platform to confirm what I was seeing:

a request to
http://localhost/manager
results in a redirect to
http://localhost/manager/?


The same thing happens with (one of) my servlets when it receives no parameters:
http://idp.example.be/shibboleth-idp/SSO
becomes
http://idp.example.be/shibboleth-idp/SSO/?
(which contains a filter that redirects with its own URL as a parameter -which is wrong now because of the /? -)

It is certainly new from Tomcat v5.5.12, probably first emerged in 5.5.16. Does anyone have a clue what causes it or how to fix it?

Might it be due to this bug?

http://issues.apache.org/bugzilla/show_bug.cgi?id=38113

The CAS SSO mechanism is broken by this. There's a one-line fix in the cas client code to work round it, but it looks like downgrading or upgrading is probably the best answer.

Chris

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to