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

Exception when doing trace statement bubbles up to the application #25316

Closed
jhanders34 opened this issue May 22, 2023 · 0 comments · Fixed by #25318
Closed

Exception when doing trace statement bubbles up to the application #25316

jhanders34 opened this issue May 22, 2023 · 0 comments · Fixed by #25318
Assignees
Labels
release bug This bug is present in a released version of Open Liberty release:23006

Comments

@jhanders34
Copy link
Member

Describe the bug
When enabling trace and a toSTring throws an exception, the exception comes back to the application when doing a trace statement with {0 in it.

Steps to Reproduce
Have a trace statement with {0 in it and pass a parameter whose toString() method throws an exception

Expected behavior
The exception should not bubble up to the application. The behavior should be the same as when a trace statement doesn't have {0 in it.

@jhanders34 jhanders34 added the release bug This bug is present in a released version of Open Liberty label May 22, 2023
@jhanders34 jhanders34 self-assigned this May 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release bug This bug is present in a released version of Open Liberty release:23006
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants