diff --git a/cas-client-core/src/main/java/org/jasig/cas/client/validation/AbstractTicketValidationFilter.java b/cas-client-core/src/main/java/org/jasig/cas/client/validation/AbstractTicketValidationFilter.java index e9e1c5c..87e3589 100644 --- a/cas-client-core/src/main/java/org/jasig/cas/client/validation/AbstractTicketValidationFilter.java +++ b/cas-client-core/src/main/java/org/jasig/cas/client/validation/AbstractTicketValidationFilter.java @@ -38,10 +38,12 @@ import java.io.IOException; *
* This filter can be configured with the following values: *
redirectAfterValidation - redirect the CAS client to the same URL without the ticket.redirectAfterValidation - redirect the CAS client to the same URL without the ticket. (default: true)exceptionOnValidationFailure - throw an exception if the validation fails. Otherwise, continue
- * processing.useSession - store any of the useful information in a session attribute.useSession - store any of the useful information in a session attribute. (default: true)hostnameVerifier - name of class implementing a {@link HostnameVerifier}.hostnameVerifierConfig - name of configuration class (constructor argument of verifier).