-
Notifications
You must be signed in to change notification settings - Fork 38.9k
Closed
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)status: backportedAn issue that has been backported to maintenance branchesAn issue that has been backported to maintenance branchestype: bugA general bugA general bug
Milestone
Description
Our implementation of Server Sent Events (SSE), currently SseEmitter (MVC) and ServerSentEvent (WebFlux), do not guard against invalid characters if the application mistakenly inserts such characters in the id or event event types. Both implementations also behave differently when it comes to escaping comment multi-line events.
This issue should address the following:
- align behavior for comment events
- reject invalid characters for the
idandeventcases - optimize
Stringconcatenation and memory usage where possible
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)status: backportedAn issue that has been backported to maintenance branchesAn issue that has been backported to maintenance branchestype: bugA general bugA general bug