Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Incomplete
-
2.0.0
-
None
Description
See: Portlet API 2.0 PLT.19.3.8 Path and Query Information in Included / Forwarded Servlets
To be able to implement this correctly, the PortletRequestDispatcher needs to parse the provided path and match it against the servlet-mapping url-patterns from web.xml...
This means the PortletApplicationDefinition needs to be expanded to also hold these url-patterns retrieved from web.xml, which needs to be implemented in the PortletAppDescriptorServiceImpl (for Pluto).