-
Type:
Sub-Task
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: Liferay Faces Bridge Impl / Demos / Tests
-
Labels:None
This task involves removing the following methods from the com.liferay.faces.bridge.container.PortletContainer interface:
public String[] getHeader(String name); public long getHttpServletRequestDateHeader(String name);
These methods existed primarily to get the "User-Agent" and "If-Modified-Since" headers which are not exposed by Liferay Portal's implementation of javax.portlet.PortletRequest.getProperties(String) but with the advent of the new BridgePortletRequestFactory feature there is now a way to decorate the getProperties method so that it returns these values.