cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/config AutoWebApp.java

2002-02-23 Thread larryi
larryi 02/02/23 19:46:06 Modified:src/share/org/apache/tomcat/modules/config AutoWebApp.java Log: Make the special characters configurable. These are used in deriving the virtual host and path name from the directory name. Fix bug where virtual host character was incorrectly

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/config AutoWebApp.java

2002-02-04 Thread larryi
larryi 02/02/04 17:30:29 Modified:src/share/org/apache/tomcat/modules/config AutoWebApp.java Log: Add a reloadable attribute so auto-served contexts can be easily configured to have reloading enabled or disabled. This was added because the ReloadInterceptor can't be removed

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/config AutoWebApp.java

2001-07-26 Thread costin
costin 01/07/26 20:57:31 Modified:src/share/org/apache/tomcat/modules/config AutoWebApp.java Log: Changed a bit the message ( displayed if an app is declared explicitely with a context config, and auto-webapp doesn't need to add it automatically ) We could just remove the

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/config AutoWebApp.java

2001-07-15 Thread costin
costin 01/07/15 17:01:43 Modified:src/share/org/apache/tomcat/modules/config AutoWebApp.java Log: AutoWebApp ( the one that adds apps from a dir ) can now set the trusted flag and a profile on all apps loaded from that particular dir. Revision ChangesPath 1.6

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/config AutoWebApp.java

2001-06-19 Thread costin
costin 01/06/19 22:36:20 Modified:src/share/org/apache/tomcat/modules/config AutoWebApp.java Log: Fix for 2199 - dot files added as webapps. Most of the time dot files are special, and may contain private info - it's better to be safe and disable by default. It's an

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/config AutoWebApp.java

2001-06-19 Thread costin
costin 01/06/19 22:55:07 Modified:src/share/org/apache/tomcat/modules/config AutoWebApp.java Log: Forgot an 'r'. Revision ChangesPath 1.5 +1 -1 jakarta-tomcat/src/share/org/apache/tomcat/modules/config/AutoWebApp.java Index: AutoWebApp.java

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/config AutoWebApp.java

2001-02-05 Thread costin
costin 01/02/05 22:42:01 Modified:src/share/org/apache/tomcat/modules/config AutoWebApp.java Log: Better (and fewer) messages in AutoWebApp. Revision ChangesPath 1.3 +4 -2 jakarta-tomcat/src/share/org/apache/tomcat/modules/config/AutoWebApp.java Index: