eclipse-ee4j / mojarra

Mojarra, a Jakarta Faces implementation
Other
158 stars 107 forks source link

FaceletViewHandlingStrategy handleRenderException log exception before rethrow #5449

Open pizzi80 opened 1 month ago

pizzi80 commented 1 month ago

Describe the bug

FaceletViewHandlingStrategy.handleRenderException line 944

1) logs the exception at SEVERE Level 2) then rethow with a custom algorithm

Expected behavior

1) logs the exception at FINE Level 2) rethrow it as a FacesException