-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: bridge-impl-3.0.0, bridge-impl-4.0.0
-
Fix Version/s: bridge-impl-3.1.0, bridge-impl-4.1.0
-
Component/s: Liferay Faces Bridge Impl / Demos / Tests
-
Labels:None
According to FACES-3064 (JSR 378), ExternalContext.setResponseHeader(String name, String value) should call PortletResponse.setProperty(String name, String value). However, Liferay Faces Bridge is calling PortletResponse.addProperty(String name, String value).