Paul Nicolucci created MYFACES-4611:
---------------------------------------
Summary: NullPointerException in ViewPoolProcessor
Key: MYFACES-4611
URL: https://issues.apache.org/jira/browse/MYFACES-4611
Project: MyFaces Core
Issue Type: Bug
Components: General
Affects Versions: 4.0.1, 2.3-next-M8, 3.0.2, 2.3.10, 2.2.15
Reporter: Paul Nicolucci
Assignee: Paul Nicolucci
If a ViewExpiredException is handled by a Custom ExceptionHandler which
performs some implicit navigation the following NPE can occur:
java.lang.NullPointerException
at
org.apache.myfaces.view.facelets.ViewPoolProcessor.isViewPoolEnabledForThisView(ViewPoolProcessor.java:236)
at
org.apache.myfaces.application.NavigationHandlerImpl.handleNavigation(NavigationHandlerImpl.java:324)
at
org.apache.myfaces.application.NavigationHandlerImpl.handleNavigation(NavigationHandlerImpl.java:117)
at
....ViewExpiredExceptionExceptionHandler.handle(ViewExpiredExceptionExceptionHandler.java:45)
--
This message was sent by Atlassian Jira
(v8.20.10#820010)