cvs commit: jakarta-tomcat-catalina/webapps/docs/config resources.xml

2003-12-06 Thread remm
remm2003/12/06 09:53:43

  Modified:webapps/docs/config resources.xml
  Log:
  - The Context (or DefaultContext) element should now be used to configure
the file based resources (which is the default). Other types of resources
can have their properties set through this element.
  
  Revision  ChangesPath
  1.6   +2 -49 jakarta-tomcat-catalina/webapps/docs/config/resources.xml
  
  Index: resources.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/config/resources.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- resources.xml 30 Nov 2003 14:35:45 -  1.5
  +++ resources.xml 6 Dec 2003 17:53:43 -   1.6
  @@ -70,55 +70,8 @@
 
   
   The standard implementation of Resources is
  -org.apache.naming.resources.FileDirContext.
  -It supports the following additional attributes (in addition to the
  -common attributes listed above):
  -
  -
  -
  -  
  -If the value of this flag is true, symlinks will be
  -allowed inside the web application, pointing to resources outside the
  -web application base path. If not specified, the default value
  -of the flag is false.
  -NOTE: This flag MUST NOT be set to true on the Windows platform
  -(or any other OS which does not have a case sensitive filesystem),
  -as it will disable case sensitivity checks, allowing JSP source code
  -disclosure, among other security problems.
  -  
  -
  -  
  -This boolean flag indicates if the resources should be cached. It
  -defaults to true.
  -  
  -
  -  
  -Maximum size in kilobytes (KB) of the cache associated with 
  -the resources, if cached is set to true. It defaults 
  -to 10240 (10 megabytes).
  -  
  -
  -  
  -Amount of time in milliseconds between cache entries revalidation.
  -If not specified, the default value is 5000 
  -(5 seconds).
  -  
  -
  -  
  -This boolean flag toggles case sensitivity checks. 
  -Defaults to true.
  -NOTE: This flag MUST NOT be set to false on the Windows platform
  -(or any other OS which does not have a case sensitive filesystem),
  -as it will disable case sensitivity checks, allowing JSP source code
  -disclosure, among other security problems.
  -  
  -
  -  
  -This is the functional equivalent to the Document Base 
  -of a Context.
  -  
  -
  -
  +org.apache.naming.resources.FileDirContext, and 
  +is configured by its parent Context element.
   
 
   
  
  
  

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



cvs commit: jakarta-tomcat-catalina/webapps/docs/config resources.xml

2003-11-26 Thread remm
remm2003/11/26 12:22:34

  Modified:webapps/docs/config resources.xml
  Log:
  - Add docs on some flags.
  
  Revision  ChangesPath
  1.4   +13 -0 jakarta-tomcat-catalina/webapps/docs/config/resources.xml
  
  Index: resources.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/config/resources.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- resources.xml 30 Jul 2003 18:37:51 -  1.3
  +++ resources.xml 26 Nov 2003 20:22:34 -  1.4
  @@ -76,6 +76,13 @@
   
   
   
  +  
  +If the value of this flag is true, symlinks will be
  +allowed inside the web application, pointing to resources outside the
  +web application base path. If not specified, the default value
  +of the flag is false.
  +  
  +
 
   This boolean flag indicates if the resources should be cached. It
   defaults to true.
  @@ -85,6 +92,12 @@
   Maximum size in kilobytes (KB) of the cache associated with 
   the resources, if cached is set to true. It defaults 
   to 10240 (10 megabytes).
  +  
  +
  +  
  +Amount of time in milliseconds between cache entries revalidation.
  +If not specified, the default value is 5000 
  +(5 seconds).
 
   
 
  
  
  

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