mirror of
https://github.com/spring-projects/spring-security.git
synced 2026-01-27 08:46:59 +00:00
1. Added method authenticationEntryPoint in ServerHttpSecurity to allow setting authenticationEntryPoint. 2. Added test in ServerHttpSecurityTests to check if if specified realm name set by authenticationEntryPoint is returned Fixes: gh-6270