-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: liferay-faces-2.1.2-ga3, liferay-faces-3.0.2-legacy-ga3, liferay-faces-3.0.2-ga3, liferay-faces-3.1.2-ga3
-
Fix Version/s: liferay-faces-3.0.3-legacy-ga4, liferay-faces-3.0.3-ga4, liferay-faces-3.1.3-ga4
-
Component/s: Liferay Faces Bridge Impl / Demos / Tests
-
Labels:None
BridgePhaseResourceImpl will throw BridgeException if it detects any unhandled exceptions that occurred during the JSF lifecycle. When the JSF runtime detects an error during Ajax (such as session expiration), an unhandled exception is queued. The resulting BridgeException is causing Liferay to return a full HTML document back in the response, rather than letting jsf.js (or a JavaScript bridge like the one in ICEfaces) handle the partial-response.