Hello everyone I'm deploying our CooonApp in Tomcat5, I'm generalising the contextpath to all our urls with the request:contextPath module And I'm faced with this problem:
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 ?? I managed to bypass this (dirty) by adding an optional slash in my "login" pipeline, but the problem is when the authentication returns properly and redirects me to the requested page it stays in the login/ context, meaning I get: login/MyContinuation instead of simply MyContinuation. (BTW,All this worked well with Jetty). Any ideas are welcome coz I'm out of'em. Thx Rgds Tibor --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
