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

Accessing a jsp directly behaves differently than accessing through a servlet-mapping.

[EMAIL PROTECTED] changed:

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



------- Additional Comments From [EMAIL PROTECTED]  2002-01-25 16:18 -------
I would say the bug is invalid, because (omitting all the forwards, which are
ignored by the client browser):
1) "/tsgui001/tsgui001/gui.jsp" + "../CoolGen_Make.js" = "/tsgui001/CoolGen_Make.js"
2) "/tsgui001/gui" + "../CoolGen_Make.js" = "/CoolGen_Make.js"
For the client browser, I don't see the 2nd path being equal to the first path,
since the base path isn't the same (for (1) it is "/tsgui001/tsgui001/", and for
(2) it is "/tsgui001/").

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

Reply via email to