Skip to content

JettyHttpHandlerAdapter is not aware of Server[Request|Response]Wrapper #27146

@migedt

Description

@migedt

Affects: 5.3.7

In JettyServerHttpRequest#createHeaders, it is assumed that the given HttpServletRequest is a org.eclipse.jetty.server.Request, while it could be a HttpServletRequestWrapper. Similarly, JettyServerHttpResponse#createHeaders assumes that the given response is a org.eclipse.jetty.server.Response, while it could be a HttpServletResponseWrapper.

Similar to #22143, but just for Jetty.

Metadata

Metadata

Assignees

Labels

in: webIssues in web modules (web, webmvc, webflux, websocket)type: bugA general bug

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions