From a5326958593a84236879c1bf9cc8b54e86ce089f Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Mon, 22 Jul 2013 08:50:03 -0400 Subject: Storing authentication info in session. The authenticator configuration has been modified to store the authentication info in the session so it can be used by the servlets. An upgrade script has been added to update the configuration in existing instances. The SSLAuthenticatorWithFalback was modified to propagate the configuration to the actual authenticator handling the request. --- base/tks/shared/webapps/tks/META-INF/context.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'base/tks') diff --git a/base/tks/shared/webapps/tks/META-INF/context.xml b/base/tks/shared/webapps/tks/META-INF/context.xml index 032fd14c9..e838503a6 100644 --- a/base/tks/shared/webapps/tks/META-INF/context.xml +++ b/base/tks/shared/webapps/tks/META-INF/context.xml @@ -28,7 +28,9 @@ secureRandomProvider="Mozilla-JSS" secureRandomAlgorithm="pkcs11prng"/> + alwaysUseSession="true" + secureRandomProvider="Mozilla-JSS" + secureRandomAlgorithm="pkcs11prng"/> -- cgit