spring-boot/spring-boot-project
Brian Clozel 7cbbd95fc9 Ignore invalid Accept headers in WebFlux error handling
Prior to this commit, the `DefaultErrorWebExceptionHandler` would parse
the HTTP "Accept" headers when routing the request to the error handler;
if an error occured during parsing, an `InvalidMediaTypeException` would
be thrown and break the error handling for this request.

This commit ignores those exceptions and makes sure that the error
handling function does not override the response status or the error
itself with those exceptions.

Closes: gh-13372
2018-06-06 14:02:04 +02:00
..
spring-boot Allow multi-value spring.profiles properties 2018-06-04 15:39:16 -07:00
spring-boot-actuator Switch to functional web code to use static imports 2018-06-04 17:27:34 -07:00
spring-boot-actuator-autoconfigure Replace commons-codec Base64 usage 2018-06-06 09:19:17 +02:00
spring-boot-autoconfigure Ignore invalid Accept headers in WebFlux error handling 2018-06-06 14:02:04 +02:00
spring-boot-cli Polish 2018-05-17 15:29:50 +02:00
spring-boot-dependencies Upgrade to Mongodb 3.6.4 2018-06-06 10:15:33 +01:00
spring-boot-devtools Polish 2018-06-01 09:22:20 +02:00
spring-boot-docs Merge branch '1.5.x' into 2.0.x 2018-06-06 11:00:02 +02:00
spring-boot-parent Move spring-javaformat plugins to root POM 2018-06-04 17:25:19 -07:00
spring-boot-properties-migrator Polish ternary expressions 2018-05-03 22:43:12 -07:00
spring-boot-starters Add log4j-jul to Log4j 2 starter 2018-06-04 19:38:25 +01:00
spring-boot-test Ensure that condition evaluator uses runner’s class loader 2018-06-01 17:26:32 +01:00
spring-boot-test-autoconfigure Fix javadoc 2018-05-28 09:26:16 +02:00
spring-boot-tools Test the Gradle plugin against Gradle 4.8 2018-06-04 17:53:34 +01:00
pom.xml