Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
2.2.0
-
None
Description
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.