Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UnsupportedOperationException in InitFacesContext #5341

Closed
jasondlee opened this issue Oct 19, 2023 · 1 comment
Closed

UnsupportedOperationException in InitFacesContext #5341

jasondlee opened this issue Oct 19, 2023 · 1 comment
Milestone

Comments

@jasondlee
Copy link
Contributor

jasondlee commented Oct 19, 2023

The Faces servlet request listener creates an instance of InitFacesContext if its request destroy handling throws an exception. However, this implementation does not override getExceptionHandler() method, the default implementation of which will always throw an UnsupportedOperationException. This change implements that method and avoids the failure.

Additional context

This was discovered during some WildFly/EAP testing: https://issues.redhat.com/browse/JBEAP-25852

@jasondlee
Copy link
Contributor Author

PR: #5342

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants