[jira] Resolved: (PLUTO-590) In a porltet JSP file, calling request.getContextPath() gives the portal app "/pluto" and not the portlet app's context path.

2010-05-21 Thread Eric Dalquist (JIRA)
[ https://issues.apache.org/jira/browse/PLUTO-590?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Dalquist resolved PLUTO-590. - Resolution: Fixed Fixed in trunk and 2.0.x by delegating the getContextPath call to PortletRequest

[jira] Updated: (PLUTO-593) Will not load portlets deployed in root servlet context

2010-05-21 Thread Eric Dalquist (JIRA)
[ https://issues.apache.org/jira/browse/PLUTO-593?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Dalquist updated PLUTO-593: Fix Version/s: 2.0.2 > Will not load portlets deployed in root servlet context > ---

Re: HttpServletPortletRequestWrapper & contextPath()

2010-05-21 Thread Eric Dalquist
Actually reading further I'm not sure why HttpServletPortletRequestWrapper.getContextPath() isn't simply delegating to PortletRequest.getContextPath(). I'm going to make that change for fixing PLUTO-590, please let me know if the old impl was there for a reason. -Eric On 5/21/10 11:50 AM, E

HttpServletPortletRequestWrapper & contextPath()

2010-05-21 Thread Eric Dalquist
I'm trying to figure out whats going on with https://issues.apache.org/jira/browse/PLUTO-590 What we see is that when a portlet uses a PortletRequestDispatcher the target of the dispatcher sees HttpServletRequest.getContextPath() returning the context path of the portal instead of the portlet.