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

FaceletViewHandlingStrategy handleRenderException log exception before rethrow #5449

Closed
pizzi80 opened this issue May 23, 2024 · 2 comments
Closed
Milestone

Comments

@pizzi80
Copy link
Contributor

pizzi80 commented May 23, 2024

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
@BalusC
Copy link
Contributor

BalusC commented Sep 17, 2024

Related: #5404

@BalusC
Copy link
Contributor

BalusC commented Sep 17, 2024

  1. Level is fixed, it indeed caused duplicate logs (as the container by default indeed already deals with it).
  2. Rethrow is correct as it is, so nothing changed there.

BalusC added a commit that referenced this issue Oct 19, 2024
BalusC added a commit that referenced this issue Oct 19, 2024
@BalusC BalusC added this to the 4.0.9 milestone Oct 20, 2024
@BalusC BalusC closed this as completed Oct 20, 2024
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