DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24657>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24657

Context-relative redirects duplicate context-root in URL (in WAS)





------- Additional Comments From [EMAIL PROTECTED]  2003-11-12 20:09 -------
The removal of the following lines in RequestProcessor.java fixed this problem 
in my environment:

448,451d447
<             // only prepend context path for relative uri
<             if (uri.startsWith("/")) {
<                 uri = request.getContextPath() + uri;
<

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

Reply via email to