You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by bu...@apache.org on 2003/11/12 21:09:36 UTC

DO NOT REPLY [Bug 24657] - Context-relative redirects duplicate context-root in URL (in WAS)

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 anders.wisch@kp.org  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: struts-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-dev-help@jakarta.apache.org