[jboss-cvs] JBossCache/docs/TreeCache/en/modules ...

Galder Zamarreno galder.zamarreno at jboss.com
Thu Nov 23 11:07:38 EST 2006


  User: gzamarreno
  Date: 06/11/23 11:07:38

  Modified:    docs/TreeCache/en/modules  cache_loaders.xml
  Log:
  [JBCACHE-644] Character portability checks can be disabled now with added flag. Documentation updated. Regex patterns made static final.
  
  Revision  Changes    Path
  1.11      +6 -1      JBossCache/docs/TreeCache/en/modules/cache_loaders.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: cache_loaders.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/docs/TreeCache/en/modules/cache_loaders.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -b -r1.10 -r1.11
  --- cache_loaders.xml	29 Sep 2006 18:27:21 -0000	1.10
  +++ cache_loaders.xml	23 Nov 2006 16:07:38 -0000	1.11
  @@ -425,7 +425,12 @@
             filesystem-based implementation. The
             <literal>&lt;cacheloader&gt;&lt;properties&gt;</literal> element
             needs to contain a "location" property, which maps to a directory where
  -          the file is located (e.g., "location=c:\\tmp").</para>
  +          the file is located (e.g., "location=c:\\tmp"). By default, this cache
  +          loader checks for any potential character portability issues in the
  +          location or tree node names, for example invalid characters, producing
  +          warning messages. These checks can be disabled adding
  +          "check.character.portability" property and setting it to false
  +          (e.g., "check.character.portability=false").</para>
           </listitem>
   
           <listitem>
  
  
  



More information about the jboss-cvs-commits mailing list