Преглед на файлове

SEC-2421: Remove filterProcessUrl from UsernamePasswordAuthenticationFilter doc

Rob Winch преди 11 години
родител
ревизия
ab08d99a52
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      docs/manual/src/asciidoc/index.adoc

+ 0 - 1
docs/manual/src/asciidoc/index.adoc

@@ -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>
 ----