spring-framework/spring-webflux
Arjen Poutsma 88e6544d9d Fix regression in WebFlux support for WebDAV methods
This commit ensures that WebFlux's RequestMethodsRequestCondition
supports HTTP methods that are not in the RequestMethod enum.

- RequestMethod::resolve is introduced, to convert from a HttpMethod
(name) to enum values.
- RequestMethod::asHttpMethod is introduced, to convert from enum value
to HttpMethod.
- HttpMethod::valueOf replaced Map-based lookup to a switch statement
- Enabled tests that check for WebDAV methods

See gh-27697
Closes gh-29981
2023-02-17 12:46:26 +01:00
..
src Fix regression in WebFlux support for WebDAV methods 2023-02-17 12:46:26 +01:00
spring-webflux.gradle Do not use Mockito to mock ReactiveAdapterRegistry 2023-01-17 15:44:57 +01:00