cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/coyote/tomcat5 CoyoteRequest.java

2003-08-31 Thread remm
remm2003/08/31 14:08:56 Modified:catalina/src/share/org/apache/catalina/core ApplicationHttpRequest.java catalina/src/share/org/apache/coyote/tomcat5 CoyoteRequest.java Log: - Include the patInfo when a relative path

[PATCH] for bug 3098

2003-08-31 Thread Mark Thomas
A patch for the above is below. This patch addresses the issues raised by the second test case attached to the bug report. The first test case was fixed previously and the third test case works correctly with the current source. I have checked the TC4 and TC5 code against the TC3 code (where the

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/loader WebappClassLoader.java

2003-08-31 Thread remm
remm2003/08/31 07:43:46 Modified:catalina/src/share/org/apache/catalina/loader WebappClassLoader.java Log: - Null out the reference to the resources. Revision ChangesPath 1.21 +2 -1 jakarta-tomcat-catalina/catalina/src/share/org/apac

[5] Infinite loop potential in processing error in StandardWrapperValve.java??

2003-08-31 Thread Tim Funk
When I added the code to use PropertyUtils.getProperty in determining the root cause, I noticed it can cause an infinite loop. // Extra aggressive rootCause finding do { try { rootCauseCheck = (Throwable)PropertyUtils.getProperty (rootCause, "rootCa

Bug report for Tomcat 4 [2003/08/31]

2003-08-31 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Watchdog [2003/08/31]

2003-08-31 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

DO NOT REPLY [Bug 22848] New: - [PATCH] Fix typos/grammar in changelog.html

2003-08-31 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_bu

Bug report for Tomcat 3 [2003/08/31]

2003-08-31 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/startupSetDocBaseRule.java

2003-08-31 Thread Remy Maucherat
[EMAIL PROTECTED] wrote: remm2003/08/31 08:50:18 Modified:catalina/src/share/org/apache/catalina/startup SetDocBaseRule.java Log: - Don't unpack if there's an overriding unpackWAR attribute on the context itself. I plan to use this to run the tomcat-do

DO NOT REPLY [Bug 22848] - [PATCH] Fix typos/grammar in changelog.html

2003-08-31 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_bu

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

2003-08-31 Thread ecarmich
ecarmich2003/08/30 20:46:29 Modified:jasper2/src/share/org/apache/jasper/compiler SmapStratum.java Log: Don't combine LineInfos from different files Revision ChangesPath 1.10 +4 -2 jakarta-tomcat-jasper/jasper2/src/share/org/apache/jaspe

DO NOT REPLY [Bug 22852] New: - JDK1.4 logging formatter class not being found

2003-08-31 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_bu

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/core StandardServer.java

2003-08-31 Thread remm
remm2003/08/31 08:47:19 Modified:catalina/src/share/org/apache/catalina/core StandardServer.java Log: - Don't save the config file attribute, as it is always useless (if read from the config file, that means we know the config file path, obviously).

Out of the office

2003-08-31 Thread sandy . knowles
I am out of the office until SEPT 4, 2003. I will deal with your message at that time. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/core StandardContext.java

2003-08-31 Thread remm
remm2003/08/31 08:51:14 Modified:catalina/src/share/org/apache/catalina/core StandardContext.java Log: - Add an unpackWAR field to allow saving the attribute to the XML. Revision ChangesPath 1.87 +26 -1 jakarta-tomcat-catalina/catalin

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/startup SetDocBaseRule.java

2003-08-31 Thread remm
remm2003/08/31 08:50:18 Modified:catalina/src/share/org/apache/catalina/startup SetDocBaseRule.java Log: - Don't unpack if there's an overriding unpackWAR attribute on the context itself. I plan to use this to run the tomcat-docs webapp from the WAR (i

cvs commit: jakarta-tomcat-5 build.xml

2003-08-31 Thread remm
remm2003/08/31 09:52:06 Modified:.build.xml Log: - Don't copy jmx-tools to embed. Revision ChangesPath 1.155 +0 -1 jakarta-tomcat-5/build.xml Index: build.xml === RCS file: /home

Re: [5] Infinite loop potential in processing error in StandardWrapperValve.java??

2003-08-31 Thread Remy Maucherat
Tim Funk wrote: When I added the code to use PropertyUtils.getProperty in determining the root cause, I noticed it can cause an infinite loop. // Extra aggressive rootCause finding do { try { rootCauseCheck = (Throwable)PropertyUtils.getProperty (ro

Re: jk 1.2.5 and ipv6

2003-08-31 Thread NormW
Good morning. Found: intinet_pton( long af, const char *cp, void *ap ); in NetWare LibC...FWIW. Norm - Original Message - From: "Henri Gomez" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Thursday, August 28, 2003 8:49 PM Subject: jk 1.2.5 an

Re: DO NOT REPLY [Bug 22328] - javax.management.ReflectionException:Cannot find method getClassName with this signature

2003-08-31 Thread Amy Roh
I have updated the bug report. Thanks for the reminder. Amy Tim Funk wrote: IIRC - I think Amy submitted a patch to fix this. Can I resolve this as fixed? -Tim - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comma

DO NOT REPLY [Bug 22328] - javax.management.ReflectionException: Cannot find method getClassName with this signature

2003-08-31 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_bu