Hi oceatoon,

oceatoon wrote:
When going through Authentication, instead of sending me to the url I gave
him as parameter(in my case "login"), he sends me to login/ and adds the
slash??
Does anyone know what does this, and how to clearit ??

We had this nasty problem here, too. It seems to be a bug (or "feature") in Tomcat. The problem is that Tomcat automatically redirects requests for "/foo/bar" to "/foo/bar/" if a directory called "bar" exists in the webapp context (e.g. "~tomcat/webapps/foo/bar"). I have not yet found a way to turn this "feature" off.


In our case we just renamed the directory to "login-x" and it worked :-)

BTW: Jetty does not have this "feature". That's why everything worked fine during development.


HTH,

Joachim

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



Reply via email to