Browse Source

Javadoc typo corrected

1.0.x
Luke Taylor 21 years ago
parent
commit
48ad6496e4
  1. 2
      core/src/main/java/org/acegisecurity/ui/AbstractProcessingFilter.java

2
core/src/main/java/org/acegisecurity/ui/AbstractProcessingFilter.java

@ -87,7 +87,7 @@ import javax.servlet.http.HttpServletResponse; @@ -87,7 +87,7 @@ import javax.servlet.http.HttpServletResponse;
* </ul>
*
* <p>
* To configure this filter to redirect to specfic pages as the result of
* To configure this filter to redirect to specific pages as the result of
* specific {@link AuthenticationException}s you can do the following.
* Configure the <code>exceptionMappings</code> property in your application
* xml. This property is a java.util.Properties object that maps a

Loading…
Cancel
Save