From 6b127799024dd93c023b564ebb543786419a8096 Mon Sep 17 00:00:00 2001
From: Luke Taylor jsessionid
* etc), the {@link #setAllowSessionCreation(boolean)} should be set to
* false
. Only do this if you really need to conserve server
- * memory and are sure ensure all classes using the ContextHolder
+ * memory and ensure all classes using the ContextHolder
* are designed to have no persistence of the Context
between web
* requests.
*
* This filter MUST be executed BEFORE any authentication procesing mechanisms.
* Authentication processing mechanisms (eg BASIC, CAS processing filters etc)
- * expect the ContextHolder
to be contain a valid
+ * expect the ContextHolder
to contain a valid
* SecureContext
by the time they execute.
*