Browse Source

Javadoc typo corrected.

1.0.x
Luke Taylor 21 years ago
parent
commit
cacc31004f
  1. 2
      core/src/main/java/org/acegisecurity/context/HttpSessionContextIntegrationFilter.java

2
core/src/main/java/org/acegisecurity/context/HttpSessionContextIntegrationFilter.java

@ -82,7 +82,7 @@ import javax.servlet.http.HttpSession; @@ -82,7 +82,7 @@ import javax.servlet.http.HttpSession;
* </p>
*
* <p>
* This filter MUST be executed BEFORE any authentication procesing mechanisms.
* This filter MUST be executed BEFORE any authentication processing mechanisms.
* Authentication processing mechanisms (eg BASIC, CAS processing filters etc)
* expect the <code>ContextHolder</code> to contain a valid
* <code>SecureContext</code> by the time they execute.

Loading…
Cancel
Save