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|REOPENED                    |RESOLVED
         Resolution|                            |WONTFIX



------- Additional Comments From [EMAIL PROTECTED]  2004-07-23 21:50 -------
Struts (or any other application framework) should not cater to broken
environments.  Throughout the history of Struts, we've resisted making all sorts
of changes to accomodate J2EE app servers that didn't implement the specs
correctly, and the result has been that the app servers now implement the specs
correctly.  Peer pressure works -- but that wouldn't have happened had we caved.

What's worse, even if Struts addressed this you are still going to have a
problem with any other (non-Struts-based) servlet-api-based app you ever
install, so you're going to have to face the same problem over and over again. 
The best way to deal with that is fix it at the source -- make your proxy+server
combination stop lying to you.

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

Reply via email to