]
Rich Raposa updated GTNPORTAL-1750:
-----------------------------------
Attachment: testportlet.zip
Parameters in query string of include method call of
RequestDispatcher not aggregating to JSP
---------------------------------------------------------------------------------------------
Key: GTNPORTAL-1750
URL:
https://issues.jboss.org/browse/GTNPORTAL-1750
Project: GateIn Portal
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: QA
Affects Versions: 3.1.0-GA
Environment: JBoss EPP 5.1 GA
Reporter: Rich Raposa
Priority: Minor
Attachments: testportlet.zip
According to the spec (in section PLT.19.1.1): Parameters specified in the query string
used to create the PortletRequestDispatcher must be aggregated with the portlet render
parameters and take precedence over other portlet render parameters of the same name
passed to the included servlet or JSP.
I have attached a really simple example that contains a query string parameter named
"reply", but the renderRequest object in the included JSP does not contain any
render request parameters. However, the parameter is in the HttpRequest object (which is
fine, but it should also be a parameter of the renderRequest as well).
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: