DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=32424>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=32424 ------- Additional Comments From [EMAIL PROTECTED] 2005-04-25 11:03 ------- (In reply to comment #16) > This is definitly a structural bug within Tomcat5, Redirection decisions > shouldn't be made by Tomcat but by our own application, otherwise we should > constrain our architecture to Tomcats own structure?? or be stuck with using > T4.1 or another container... this will surely be a recurent bug declaration. > I understand if this simplifies T5's structure but is it acceptable to > constraint this way? In my use case I call for url : /login an he sends me > to /login/ even though I don't even have a login folder and after login > instead > of redirect to /myurl he blocks me in that context being: /login/myurl which > ofcourse makes no sense. > Please reconcider this issue. > or atleast make it configurable as Roy requests it. Unfortunately, the basis for your rant is bad. There will be no redirection of any sort unless you do have a "login" folder. Otherwise, how do you expect Tomcat to be able to match a servlet mapped to, say "/test" ? Indeed, if you do not like this behavior, you should at the moment consider using another container, or change the code to your liking according to my indications. Also, please try to get spelling right. This helps raising credibility of the person making the statement. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]