Javadoc typo corrected.
This commit is contained in:
parent
cacc31004f
commit
562a015aeb
|
@ -20,11 +20,11 @@ package net.sf.acegisecurity.providers.cas;
|
||||||
*
|
*
|
||||||
* <p>
|
* <p>
|
||||||
* When a service ticket or proxy ticket is validated against the CAS server,
|
* When a service ticket or proxy ticket is validated against the CAS server,
|
||||||
* it is unable to be used again. Most types of callers are stateful and are
|
* it is unable to be used again. Most types of callers are stateful and are
|
||||||
* associated with a given <code>HttpSession</code>. This allows the
|
* associated with a given <code>HttpSession</code>. This allows the
|
||||||
* affirmative CAS validation outcome to be stored in the
|
* affirmative CAS validation outcome to be stored in the
|
||||||
* <code>HttpSession</code>, meaning the removal of the ticket from the CAS
|
* <code>HttpSession</code>, meaning the removal of the ticket from the CAS
|
||||||
* server is not an issue issue.
|
* server is not an issue.
|
||||||
* </p>
|
* </p>
|
||||||
*
|
*
|
||||||
* <P>
|
* <P>
|
||||||
|
@ -51,8 +51,8 @@ package net.sf.acegisecurity.providers.cas;
|
||||||
* </p>
|
* </p>
|
||||||
*
|
*
|
||||||
* <P>
|
* <P>
|
||||||
* Implementations should provide a reasonable timeout on stored entries, such
|
* Implementations should provide a reasonable timeout on stored entries, such
|
||||||
* that the stateless caller are not required to unnecessarily acquire fresh
|
* that the stateless caller are not required to unnecessarily acquire fresh
|
||||||
* CAS service tickets or proxy tickets.
|
* CAS service tickets or proxy tickets.
|
||||||
* </p>
|
* </p>
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue