mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-31 01:02:14 +00:00
SEC-2421: Remove filterProcessUrl from UsernamePasswordAuthenticationFilter doc
This commit is contained in:
parent
135df149a3
commit
ab08d99a52
@ -2415,7 +2415,6 @@ The login form simply contains `j_username` and `j_password` input fields, and p
|
||||
<bean id="authenticationFilter" class=
|
||||
"org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter">
|
||||
<property name="authenticationManager" ref="authenticationManager"/>
|
||||
<property name="filterProcessesUrl" value="/j_spring_security_check"/>
|
||||
</bean>
|
||||
----
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user