[jboss-cvs] JBossAS SVN: r58956 - branches/Branch_4_2/server/src/etc/conf/default

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Dec 9 20:12:47 EST 2006


Author: scott.stark at jboss.org
Date: 2006-12-09 20:12:45 -0500 (Sat, 09 Dec 2006)
New Revision: 58956

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

Modified: branches/Branch_4_2/server/src/etc/conf/default/jboss-service.xml
===================================================================
--- branches/Branch_4_2/server/src/etc/conf/default/jboss-service.xml	2006-12-09 23:14:30 UTC (rev 58955)
+++ branches/Branch_4_2/server/src/etc/conf/default/jboss-service.xml	2006-12-10 01:12:45 UTC (rev 58956)
@@ -291,6 +291,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>
 
    <!-- ==================================================================== -->




More information about the jboss-cvs-commits mailing list