[jboss-cvs] JBossAS SVN: r58969 - trunk/server/src/etc/conf/default

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sun Dec 10 20:17:42 EST 2006


Author: scott.stark at jboss.org
Date: 2006-12-10 20:17:41 -0500 (Sun, 10 Dec 2006)
New Revision: 58969

Modified:
   trunk/server/src/etc/conf/default/jboss-service.xml
Log:
Add the JaasSecurityManagerService DeepCopySubjectMode attribute default to the config

Modified: trunk/server/src/etc/conf/default/jboss-service.xml
===================================================================
--- trunk/server/src/etc/conf/default/jboss-service.xml	2006-12-11 01:13:41 UTC (rev 58968)
+++ trunk/server/src/etc/conf/default/jboss-service.xml	2006-12-11 01:17:41 UTC (rev 58969)
@@ -290,6 +290,15 @@
       AuthenticationCacheJndiName has been changed from the default value.
       -->
       <attribute name="DefaultCacheResolution">60</attribute>
+      <!-- DeepCopySubjectMode: This set the copy mode of subjects done by the
+      security managers to be deep copies that makes copies of the subject
+      principals and credentials if they are cloneable. It should be set to
+      true if subject include mutable content that can be corrupted when
+      multiple threads have the same identity and cache flushes/logout clearing
+      the subject in one thread results in subject references affecting other
+      threads.
+      -->
+      <attribute name="DeepCopySubjectMode">false</attribute>
    </mbean> 
 
    <!-- Authorization manager-->




More information about the jboss-cvs-commits mailing list