Hi,

        Is it possible that the behavior of HttpServletRequest.getContextPath() has 
changed in the Servlet 2.4 spec?

        In Struts 1.1, RequestUtils.getActionMappingURL() returns an URL that starts 
with a double / when the web app is at the root context 
(i.e. "//someAction.do")

        This seems to be because HttpServletRequest.getContextPath() returns "/" and 
RequestUtils.getActionMappingURL() expects it to return nothing if we're at 
the root context.

        I started having this problem when I upgraded to tomcat 5.0.



Thank you,

Cedric





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

Reply via email to