FaceletViewHandlingStrategy handleRenderException log exception before rethrow
Closed this issue · 2 comments
pizzi80 commented
Describe the bug
FaceletViewHandlingStrategy.handleRenderException
line 944
- logs the exception at
SEVERE
Level - then rethow with a custom algorithm
Expected behavior
- logs the exception at
FINE
Level - rethrow it as a
FacesException
BalusC commented
- Level is fixed, it indeed caused duplicate logs (as the container by default indeed already deals with it).
- Rethrow is correct as it is, so nothing changed there.