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

HTTP/2 ClassCastException during error handling #16160

Closed
wtlucy opened this issue Mar 8, 2021 · 1 comment · Fixed by #16159
Closed

HTTP/2 ClassCastException during error handling #16160

wtlucy opened this issue Mar 8, 2021 · 1 comment · Fixed by #16159
Assignees
Labels
in:Transport release bug This bug is present in a released version of Open Liberty release:21004 team:Sirius

Comments

@wtlucy
Copy link
Contributor

wtlucy commented Mar 8, 2021

It's possible for the HTTP/2 implementation to throw a ClassCastException when a connection initialization error is encountered. The cause of this ClassCastException is an incorrect instanceof check.

@wtlucy wtlucy added bug This bug is not present in a released version of Open Liberty in:Transport labels Mar 8, 2021
@wtlucy wtlucy self-assigned this Mar 8, 2021
@wtlucy wtlucy added this to General Issues in Web Tier Team via automation Mar 8, 2021
@wtlucy
Copy link
Contributor Author

wtlucy commented Mar 8, 2021

related to #9643

@wtlucy wtlucy added release bug This bug is present in a released version of Open Liberty team:Sirius and removed bug This bug is not present in a released version of Open Liberty labels Mar 10, 2021
Web Tier Team automation moved this from General Issues to Completed Tasks Mar 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in:Transport release bug This bug is present in a released version of Open Liberty release:21004 team:Sirius
Projects
Archived in project
Web Tier Team
  
Completed Tasks
Development

Successfully merging a pull request may close this issue.

2 participants