psmith      2004/06/16 17:17:55

  Modified:    src/java/org/apache/log4j/chainsaw/prefs default.properties
  Log:
  default property says that it is NOT ok to remove the SecurityManager.
  
  Revision  Changes    Path
  1.19      +3 -0      
logging-log4j/src/java/org/apache/log4j/chainsaw/prefs/default.properties
  
  Index: default.properties
  ===================================================================
  RCS file: 
/home/cvs/logging-log4j/src/java/org/apache/log4j/chainsaw/prefs/default.properties,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- default.properties        17 May 2004 06:17:59 -0000      1.18
  +++ default.properties        17 Jun 2004 00:17:55 -0000      1.19
  @@ -27,6 +27,9 @@
   configurationURL=
   lastUsedVersion=
   cyclicBufferSize=5000
  +# this means for Receivers that require optional jars that can't be delivered
  +# by the Web start classloader, we need to be able to remove the SecurityManager in 
place
  +okToRemoveSecurityManager=false
   
   # These are the default LogPanel settings
   dateFormatPattern=ISO8601
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to