-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
HttpURI ArrayIndexOutOfBounds #5999
Closed
gregw opened this issue
Feb 23, 2021
· 0 comments
· Fixed by #6000, mspnp/azure-databricks-streaming-analytics#13, mourjo/lestrange#3, salesforce/centrifuge#2 or nlebeck/remote-music-player#4
Closed
HttpURI ArrayIndexOutOfBounds #5999
gregw opened this issue
Feb 23, 2021
· 0 comments
· Fixed by #6000, mspnp/azure-databricks-streaming-analytics#13, mourjo/lestrange#3, salesforce/centrifuge#2 or nlebeck/remote-music-player#4
Comments
gregw
added a commit
that referenced
this issue
Feb 23, 2021
Fixed ArrayTrie to not throw if passed a unicode character.
This was referenced Mar 10, 2021
Closed
This was referenced Mar 10, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Jetty version
9.4.37
Description
An
HttpURI
when given a uri String that has a non encoded unicode character at the start of a segment will incorrectly throwArrayIndexOutOfBounds
.So the uri
/foo/🌲🌲🌲🌲🌲/bar
will fail, but/foo/x🌲🌲🌲🌲🌲/bar
will not.The text was updated successfully, but these errors were encountered: