DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22328.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
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
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 and ipv6
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
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:
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
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
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]
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).
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22852.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
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
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22848.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
[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
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22848.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
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,
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
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
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
21 matches
Mail list logo