spring-boot/spring-boot-tests
Steve Riesenberg 10feecbd08 Fix redirect to login page for token requests
Fixes an issue where auto-configuration for Spring Authorization Server
was overriding the default exception handling (AuthenticationEntryPoint)
resulting in anonymous requests to the token endpoint being redirected
to the Spring Security login page instead of returning 401 Unauthorized.

Auto-configuration now registers a defaultAuthenticationEntryPointFor
that is added to any other entry points already configured.

See gh-35368
2023-05-10 11:32:06 +02:00
..
spring-boot-deployment-tests/src/intTest/resources Test servlet 3.1 compatibility in deployment tests 2021-12-09 12:24:43 +00:00
spring-boot-integration-tests Merge branch '2.7.x' into 3.0.x 2023-05-03 13:07:00 +02:00
spring-boot-smoke-tests Fix redirect to login page for token requests 2023-05-10 11:32:06 +02:00