-
Type:
Task
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: facesbridge-api-5.0.0, bridge-api-2.0.0, bridge-api-3.0.0, bridge-api-4.0.0
-
Component/s: FacesBridge API, Liferay Faces Bridge API
-
Labels:None
The PORTLETBRIDGE-210 issue proposed that the following methods be removed:
GenericFacesPortlet.java
@Deprecated public String getResponseCharacterSetEncoding(PortletRequest request) { ... } @Deprecated public String getResponseContentType(PortletRequest request) { ... }
However, since javax.portlet.faces.GenericFacesPortlet may have been extended by portlet developers, it would introduce a breaking change to remove these methods. Although these methods are to be retained, the comments in GenericFacesPortlet.java that reference PORTLETBRIDGE-210 are to be removed.