mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-23 14:40:00 +00:00
Merge branch '6.2.x'
This commit is contained in:
+1
-1
@@ -151,7 +151,7 @@ public class DefaultServerWebExchange implements ServerWebExchange {
|
||||
return EMPTY_FORM_DATA;
|
||||
}
|
||||
|
||||
HttpMessageReader<MultiValueMap<String, String>> reader = getReader(configurer, contentType, FORM_DATA_TYPE);
|
||||
HttpMessageReader<MultiValueMap<String, String>> reader = getReader(configurer, MediaType.APPLICATION_FORM_URLENCODED, FORM_DATA_TYPE);
|
||||
if (reader == null) {
|
||||
return Mono.error(new IllegalStateException("No HttpMessageReader for " + contentType));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user