Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0.0-alpha
-
None
Description
With JSF 1.2, overriding dispatch() in FacesContextFactoryImpl.OverrideDispatch was enough to call into PageResolver before executing a page. JSF 2.0 calls getResource() prior to dispatch(), so we have to override that too.