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

Cannot use WebDAV methods in Spring MVC 6.0 anymore #29689

Closed
ksokol opened this issue Dec 14, 2022 · 1 comment
Closed

Cannot use WebDAV methods in Spring MVC 6.0 anymore #29689

ksokol opened this issue Dec 14, 2022 · 1 comment
Assignees
Labels
in: web Issues in web modules (web, webmvc, webflux, websocket) type: regression A bug that is also a regression
Milestone

Comments

@ksokol
Copy link

ksokol commented Dec 14, 2022

Due to this change in the FrameworkServlet, we can not use custom HTTP verbs like PROPFIND in our controllers and tests anymore.

What's the proposed way to enable custom HTTP verbs again with Spring WebMVC?

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged or decided on label Dec 14, 2022
@jhoeller jhoeller self-assigned this Dec 14, 2022
@jhoeller jhoeller added in: web Issues in web modules (web, webmvc, webflux, websocket) type: regression A bug that is also a regression and removed status: waiting-for-triage An issue we've not yet triaged or decided on labels Dec 14, 2022
@jhoeller jhoeller added this to the 6.0.3 milestone Dec 14, 2022
@jhoeller
Copy link
Contributor

It seems that the || httpMethod == null part was covering other non-standard verbs there. We should be able to restore that behavior.

@poutsma poutsma assigned poutsma and unassigned jhoeller Dec 14, 2022
@poutsma poutsma changed the title Can not use WebDAV methods like PROPFIND with Spring WebMVC 6.0 anymore Cannot use WebDAV methods in Spring MVC 6.0 anymore Dec 14, 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: regression A bug that is also a regression
Projects
None yet
Development

No branches or pull requests

4 participants