PortletRequestImpl.getContextPath() returns wrong value for root context
------------------------------------------------------------------------

                 Key: PLUTO-288
                 URL: https://issues.apache.org/jira/browse/PLUTO-288
             Project: Pluto
          Issue Type: Bug
          Components: portlet container
    Affects Versions: 1.1.0-beta2
            Reporter: David Hay


The javadoc for HttpServletRequest states that 'For servlets in the default 
(root) context, this method returns ""'.  However PortletRequestImpl is 
returning the context path from the portletwindowimpl without checking for '/'. 
 getContextPath should check for "/" as the context path and return "" in that 
case.

This particular problem causes problems with the c:url tag in JSTL.  
Referencing a resource with this tag will result in a double slash in the url, 
which can sometimes cause problems.  That is  <c:url value="/my/url" />  will 
result in the value "http://host//my/url"; when the web application is in the 
root context.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to