Closed pizzi80 closed 1 month ago
Describe the bug
FaceletViewHandlingStrategy.handleRenderException line 944
FaceletViewHandlingStrategy.handleRenderException
1) logs the exception at SEVERE Level 2) then rethow with a custom algorithm
SEVERE
Expected behavior
1) logs the exception at FINE Level 2) rethrow it as a FacesException
FINE
FacesException
Related: https://github.com/eclipse-ee4j/mojarra/issues/5404
Describe the bug
FaceletViewHandlingStrategy.handleRenderException
line 9441) logs the exception at
SEVERE
Level 2) then rethow with a custom algorithmExpected behavior
1) logs the exception at
FINE
Level 2) rethrow it as aFacesException