You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
spring-boot/spring-boot-project
Phillip Webb 418dd1ba5b Return 406 status code if welcome page is not accepted
Add `WelcomePageNotAcceptableHandlerMapping` which will return
an HTTP 406 status if a suitable welcome page is found but
cannot be accepted for the request.

An additional mapper is used so that we don't need to change
the order of the `WelcomePageHandlerMapping`. It's possible
that users may have additional root handler mappings
registered to run after the `WelcomePageHandlerMapping`
and we still need to respect those.

Fixes gh-35552
2 years ago
..
spring-boot Test compatibility with SnakeYAML 1.32 and 1.33 versions 2 years ago
spring-boot-actuator Polish 2 years ago
spring-boot-actuator-autoconfigure Merge branch '2.6.x' into 2.7.x 2 years ago
spring-boot-autoconfigure Return 406 status code if welcome page is not accepted 2 years ago
spring-boot-cli Merge branch '2.5.x' into 2.6.x 2 years ago
spring-boot-dependencies Upgrade to Json-smart 2.4.11 2 years ago
spring-boot-devtools Update copyright year of changed files 2 years ago
spring-boot-docs Polish "Improve formatting of Kotlin permitAll example" 2 years ago
spring-boot-parent Add more possibilities to prohibit version upgrades 2 years ago
spring-boot-properties-migrator Reformat code following spring-javaformat upgrade 2 years ago
spring-boot-starters Polish gradle formatting 2 years ago
spring-boot-test Ignore non-singleton factory beans when resetting mocks 2 years ago
spring-boot-test-autoconfigure Update Couchbase image tag used in tests 2 years ago
spring-boot-tools Update copyright year of changed files 2 years ago