Re: It seems new Tomcat33 reloading has a ClassLoader problem

2002-08-25 Thread Hugh J. L.
When I was tracing into ObjectSerializer, I found that the class loader parameter it got was NOT the one passed to it in SimpleSessionStore. So the serialization was NOT done using our expected context class loader of the new context. Why? I can't explain this behavior... I simulated the seriali

DO NOT REPLY [Bug 11947] - Memory leak of CaptureLog objects

2002-08-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_b

DO NOT REPLY [Bug 12021] - Invalid attribute in taglib directive does not throw appropriate error

2002-08-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_b

DO NOT REPLY [Bug 12020] - Using a name-from-attribute in the variable diirective in a tag file gives an error

2002-08-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_b

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler TagFileProcessor.java

2002-08-25 Thread kinman
kinman 2002/08/25 16:49:49 Modified:jasper2/src/share/org/apache/jasper/compiler TagFileProcessor.java Log: - Fix 12020: Using a name-from-attribute in the variable diirective in a tag file gives an error Revision ChangesPath 1.18 +3 -3

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler TagLibraryInfoImpl.java

2002-08-25 Thread kinman
kinman 2002/08/25 16:13:18 Modified:jasper2/src/share/org/apache/jasper/compiler TagLibraryInfoImpl.java Log: - Recognize but ignore and elements in TLD. Revision ChangesPath 1.13 +9 -5 jakarta-tomcat-jasper/jasper2/src/share/org

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler Validator.java

2002-08-25 Thread kinman
kinman 2002/08/25 14:49:55 Modified:jasper2/src/share/org/apache/jasper/compiler Validator.java Log: - Complete Mark Roth's patch. Revision ChangesPath 1.31 +43 -3 jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler/Validator.java Index: Va

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/resources messages.properties

2002-08-25 Thread patrickl
patrickl2002/08/25 14:35:23 Modified:jasper2/src/share/org/apache/jasper/resources messages.properties Log: Correct spelling error Revision ChangesPath 1.34 +2 -2 jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/resources/messa

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/resources messages.properties

2002-08-25 Thread kinman
kinman 2002/08/25 14:29:17 Modified:jasper2/src/share/org/apache/jasper/resources messages.properties Log: - Patched by Mark Roth Revision ChangesPath 1.33 +3 -1 jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/resources/messa

cvs commit: jakarta-tomcat-5 build.xml

2002-08-25 Thread patrickl
patrickl2002/08/25 14:27:24 Modified:.build.xml Log: Copy admin and manager webapps into Watchdog instance of Tomcat Revision ChangesPath 1.32 +3 -0 jakarta-tomcat-5/build.xml Index: build.xml =

cvs commit: jakarta-tomcat-5 BUILDING.txt build.properties.default build.xml

2002-08-25 Thread patrickl
patrickl2002/08/25 12:34:55 Modified:.BUILDING.txt build.properties.default build.xml Log: Move the depencies in the "watchdog" target to the "download" target to make the "watchdog" more consistent with the other build targets Revision ChangesPath 1.24 +44