-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: bridge-impl-2.0.0, bridge-impl-3.0.0, bridge-impl-4.0.0
-
Fix Version/s: bridge-impl-2.1.0, bridge-impl-3.1.0, bridge-impl-4.1.0
-
Component/s: Liferay Faces Bridge Impl / Demos / Tests
-
Labels:
The fix for FACES-2945 causes JAVASERVERFACES-4192 (GitHub Issue#4196) to reveal itself in a portlet environment.
This task involves developing a fix in the bridge that uses a special ResponseWriter that intercepts a call to responseWriter.startElement("script", null) so that it can call ExternalContext.encodeResourceURL(String) for the subsequent call to responseWriter. writeAttribute(resource.getRequestPath(), null).