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

ArrayIndexOutOfBoundsException with STOMP and Jetty 10 #27899

Closed
espenhw opened this issue Jan 6, 2022 · 0 comments
Closed

ArrayIndexOutOfBoundsException with STOMP and Jetty 10 #27899

espenhw opened this issue Jan 6, 2022 · 0 comments
Assignees
Labels
in: web Issues in web modules (web, webmvc, webflux, websocket) type: bug A general bug
Milestone

Comments

@espenhw
Copy link

espenhw commented Jan 6, 2022

Affects: 5.3.14

Jetty10RequestUpgradeStrategy throws ArrayIndexOutOfBoundsException if STOMP (or any other WS subprotocol) is used; the offending code is the block starting at

which tries to reference the third argument to an invocation that only has two (classic off-by-one error).

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged or decided on label Jan 6, 2022
@sbrannen sbrannen added the in: web Issues in web modules (web, webmvc, webflux, websocket) label Jan 7, 2022
@sbrannen sbrannen added this to the Triage Queue milestone Jan 7, 2022
@rstoyanchev rstoyanchev self-assigned this Jan 12, 2022
@rstoyanchev rstoyanchev modified the milestones: Triage Queue, 5.3.15 Jan 12, 2022
@rstoyanchev rstoyanchev added type: bug A general bug and removed status: waiting-for-triage An issue we've not yet triaged or decided on labels Jan 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: web Issues in web modules (web, webmvc, webflux, websocket) type: bug A general bug
Projects
None yet
Development

No branches or pull requests

4 participants