LoginUrlAuthenticationEntryPoint : redirectStrategy not configurable [SPR-14226] #18800
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
status: invalid
An issue that we don't feel is valid
Michael Feige opened SPR-14226 and commented
(first of... I didn't find a "security" component. I hope this is still the proper Issue-Tracker for spring-security-Bugs)
Hello,
I have a WebApplication, where I had to implement a custom redirectStrategy. (Reason is, that I want the redirects to be aware of the different context path that might result from a Apache-Tomcat-Proxy Scenario).
Unfortunately I found, that the redirectStrategy used in the LoginUrlAuthenticationEntryPoint is hard-wired to DefaulRedirectStrategy.
I think a public setter-Method, which would allow to override the default via Spring-XML-Config would be sufficient.
Regards,
Michael
spring-security-web-version: 4.0.3
used in a spring-web-mvc-environment (4.2.3)
Affects: 4.2.3
The text was updated successfully, but these errors were encountered: