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

2001-10-19 Thread larryi
larryi 01/10/19 19:52:12 Modified:src/share/org/apache/tomcat/modules/config ContextXmlReader.java Log: Update for JDK1.1.8 on Windows since this is a requirement. Revision ChangesPath 1.11 +4 -1

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

2001-09-08 Thread larryi
larryi 01/09/08 13:13:19 Modified:src/share/org/apache/tomcat/modules/config ContextXmlReader.java Log: Fix bug where host_aliases doesn't get cleared. If more than one Host is specified in a file, the last one will get all the aliases previously

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

2001-08-15 Thread larryi
larryi 01/08/15 21:52:56 Modified:src/share/org/apache/tomcat/modules/config ContextXmlReader.java Log: Add rule for address parameter on Host tag. It will set a Context's hostAddress property. Revision ChangesPath 1.9 +3 -0

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

2001-08-06 Thread costin
costin 01/08/06 08:42:36 Modified:src/share/org/apache/tomcat/modules/config ContextXmlReader.java Log: Added missing support for Host name=foo Alias name=bar / ... Context ... This will call ctx.addHostAlias(). Thanks to

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

2001-02-27 Thread costin
costin 01/02/27 09:09:40 Modified:src/share/org/apache/tomcat/modules/config ContextXmlReader.java ServerXmlReader.java Log: Small change in reading module definitions. All modules will be read and saved in a CM note ( by ServerXmlReader ). Any module

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

2001-02-10 Thread costin
costin 01/02/10 18:26:05 Modified:src/share/org/apache/tomcat/modules/config ContextXmlReader.java Log: Fixed few issues with per/context interceptors and the new syntax. Revision ChangesPath 1.4 +53 -2

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

2001-02-04 Thread nacho
nacho 01/02/04 14:24:16 Modified:src/share/org/apache/tomcat/modules/config ContextXmlReader.java ServerXmlReader.java Log: Problems with old configs and new config interceptors. Revision ChangesPath 1.2 +4 -4