[jboss-cvs] JBossAS SVN: r89023 - trunk/tomcat/src/main/org/jboss/web/tomcat/security/jaspi/modules.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon May 18 22:08:08 EDT 2009


Author: anil.saldhana at jboss.com
Date: 2009-05-18 22:08:07 -0400 (Mon, 18 May 2009)
New Revision: 89023

Modified:
   trunk/tomcat/src/main/org/jboss/web/tomcat/security/jaspi/modules/HTTPClientCertServerAuthModule.java
Log:
JBAS-6066: JASPI server auth module for CLIENT-CERT

Modified: trunk/tomcat/src/main/org/jboss/web/tomcat/security/jaspi/modules/HTTPClientCertServerAuthModule.java
===================================================================
--- trunk/tomcat/src/main/org/jboss/web/tomcat/security/jaspi/modules/HTTPClientCertServerAuthModule.java	2009-05-19 02:06:43 UTC (rev 89022)
+++ trunk/tomcat/src/main/org/jboss/web/tomcat/security/jaspi/modules/HTTPClientCertServerAuthModule.java	2009-05-19 02:08:07 UTC (rev 89023)
@@ -40,6 +40,7 @@
 import org.jboss.logging.Logger;
 
 /**
+ * Server Auth Module for HTTP CLIENT-CERT
  * @author Anil.Saldhana at redhat.com
  * @since May 18, 2009
  */




More information about the jboss-cvs-commits mailing list