Inconsistency in PortletRequest attribute handling
--------------------------------------------------
Key: PLUTO-369
URL: https://issues.apache.org/jira/browse/PLUTO-369
Project: Pluto
Issue Type: Bug
Components: portlet container
Reporter: Tuomas Kiviaho
PortletRequest handling of attributes with reserved prefix ('java' or 'javax')
is not consistent between getAttribute and getAttributeNames. Former returns
values for reserved attributes while latter doesn't iterate over them. I can't
find reference from spec which restricts reserved attributes from being
iterated over.
This is annoying when framework on top of the api obscures request attribute
semantics. Hence attributes like "javax.portlet.faces.defaultViewId" have to be
used with extreme caution.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.