The Portlet 2.0 API, PortletResponse#setProperty(String key, String value),
doesn't work for cached portlet content.
--------------------------------------------------------------------------------------------------------------------
Key: JS2-1169
URL: https://issues.apache.org/jira/browse/JS2-1169
Project: Jetspeed 2
Issue Type: Bug
Components: Aggregation
Affects Versions: 2.2.0
Reporter: Woonsan Ko
When a portlet invokes PortletResponse#setProperty(String key, String value) or
PortletResponse#addProperty(String key, String value) Portlet 2.0 API methods
to set/add a http header, if the portlet content is cached, then the header is
not sent to the browser.
I think the headers should be managed with the portlet content.
Also, I think the method, PortletResponse#addProperty(Cookie cookie) should be
treated in the same way.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]