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=30075>.
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=30075

Struts is using request.getContextPath() to try to generate correct URLs/URIs.  This 
fails if the server is accesed through a proxy.

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX



------- Additional Comments From [EMAIL PROTECTED]  2004-07-23 17:03 -------
This is not something that Struts should addess.  It is an indication that your
proxy+server environment is misconfigured, and does not correctly obey a
requrement in the Servlet Spec (SRV.4.4) that says:

  RequestURI = ContextPath + ServletPath + PathInfo

Changing something in your Struts configuration to deal with this is still going
to leave every other application based on the Java servet api broken, because
they all rely on this equation being true to calculate URLs.

Your best bet would be to change your app server to use a context path of
"/jsp/webapp" instead of "/webapp".

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

Reply via email to