Skip to content

ContentCachingRequestWrapper does not allow unlimited content caching #36620

@bclozel

Description

@bclozel

The ContentCachingRequestWrapper(jakarta.servlet.http.HttpServletRequest) constructor is now deprecated and caches by default an unlimited amount of data. The replacement ContentCachingRequestWrapper(jakarta.servlet.http.HttpServletRequest, int) allows such behavior in 7.0 but that change has not been bacported to 6.2.x. We should do so here.

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