[
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
[
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
> ---
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
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.