Comet API question

2007-04-15 Thread Peter Rossbach

Hi Filip and Remy

Often, if my HTTP request needs to get a database connection and the  
connection pool is empty,
the request will block for some period of time. The problem is that  
the blocking request will consume a thread while it it blocking.


How can I free up the request thread when the DB pool can be block?

Can I set a event retry timeout and get back the request thread  
without an error?


regards
peter





Re: Comet API question

2007-04-15 Thread Remy Maucherat

Peter Rossbach wrote:

Hi Filip and Remy

Often, if my HTTP request needs to get a database connection and the 
connection pool is empty,
the request will block for some period of time. The problem is that the 
blocking request will consume a thread while it it blocking.


How can I free up the request thread when the DB pool can be block?


Hmm, there's a fundamental problem IMO: you need a thread to block on 
the DB pool anyway.


Can I set a event retry timeout and get back the request thread without 
an error?


At the moment, there are only events for IO (including timeout, which is 
an "error", but not fatal - you can ignore that event and the connection 
will go back to the poller).


Rémy


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Comet API question

2007-04-15 Thread Peter Rossbach

HI Remy

Am 15.04.2007 um 13:53 schrieb Remy Maucherat:


Peter Rossbach wrote:

Hi Filip and Remy
Often, if my HTTP request needs to get a database connection and  
the connection pool is empty,
the request will block for some period of time. The problem is  
that the blocking request will consume a thread while it it blocking.

How can I free up the request thread when the DB pool can be block?


Hmm, there's a fundamental problem IMO: you need a thread to block  
on the DB pool anyway.


Yes,  I want implement access filter. As filter detect overload, it  
set a event retry timeout and  give back the event.

Later the event comes back and mark as event type RETRY.

Can I set a event retry timeout and get back the request thread  
without an error?


At the moment, there are only events for IO (including timeout,  
which is an "error", but not fatal - you can ignore that event and  
the connection will go back to the poller).


Rémy



Peter



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Comet API question

2007-04-15 Thread Remy Maucherat

Peter Rossbach wrote:
Yes,  I want implement access filter. As filter detect overload, it set 
a event retry timeout and  give back the event.

Later the event comes back and mark as event type RETRY.


I think you have two solutions:
- do stuff to get notifications that some pool connection is available, 
and write the response using a thread of yours
- set timeout to a "short" value (you can do it with the NIO connector), 
and do processing when getting the timeout event; IMO this is too 
complex, and will have more latency


Rémy

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 39832] - HTML Manager improvements

2007-04-15 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://issues.apache.org/bugzilla/show_bug.cgi?id=39832


[EMAIL PROTECTED] changed:

   What|Removed |Added

  Attachment #18482|0   |1
is obsolete||




-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 39832] - HTML Manager improvements

2007-04-15 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://issues.apache.org/bugzilla/show_bug.cgi?id=39832





--- Additional Comments From [EMAIL PROTECTED]  2007-04-15 10:31 ---
Created an attachment (id=19966)
 --> (http://issues.apache.org/bugzilla/attachment.cgi?id=19966&action=view)
diff for org.apache.catalina.manager.HTMLManagerServlet.java

This patch works along with the additional source files, as published in the
next attachment.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 39832] - HTML Manager improvements

2007-04-15 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://issues.apache.org/bugzilla/show_bug.cgi?id=39832





--- Additional Comments From [EMAIL PROTECTED]  2007-04-15 10:34 ---
Created an attachment (id=19967)
 --> (http://issues.apache.org/bugzilla/attachment.cgi?id=19967&action=view)
Additional source files

Additional source files:
* Java classes in the "JavaSource" folder
* JSP files in the "WebContent" folder

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 39832] - HTML Manager improvements

2007-04-15 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://issues.apache.org/bugzilla/show_bug.cgi?id=39832


[EMAIL PROTECTED] changed:

   What|Removed |Added

Version|5.5.17  |5.5.23




--- Additional Comments From [EMAIL PROTECTED]  2007-04-15 10:43 ---
Those last 2 attachments (19966 and 19967) are against the Tomcat 5.5.23 source.

There is one modified file (in "diff -u" format) and additional support
classes/JSPs.

I didn't have time to port this to Tomcat 6.x, but I believe it should be
straightforward. Ping me if needed, and I'll be happy to help.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r529036 - /tomcat/tc6.0.x/trunk/java/org/apache/catalina/core/StandardWrapperValve.java

2007-04-15 Thread markt
Author: markt
Date: Sun Apr 15 10:45:34 2007
New Revision: 529036

URL: http://svn.apache.org/viewvc?view=rev&rev=529036
Log:
Fix bug 42039. Log a stack trace if a servlet throws an UnavailableException. 
Patch provided by Kawasima Kazuh
Remove some unused code.

Modified:
tomcat/tc6.0.x/trunk/java/org/apache/catalina/core/StandardWrapperValve.java

Modified: 
tomcat/tc6.0.x/trunk/java/org/apache/catalina/core/StandardWrapperValve.java
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/java/org/apache/catalina/core/StandardWrapperValve.java?view=diff&rev=529036&r1=529035&r2=529036
==
--- 
tomcat/tc6.0.x/trunk/java/org/apache/catalina/core/StandardWrapperValve.java 
(original)
+++ 
tomcat/tc6.0.x/trunk/java/org/apache/catalina/core/StandardWrapperValve.java 
Sun Apr 15 10:45:34 2007
@@ -37,8 +37,6 @@
 import org.apache.catalina.connector.Response;
 import org.apache.catalina.util.StringManager;
 import org.apache.catalina.valves.ValveBase;
-import org.apache.juli.logging.Log;
-import org.apache.juli.logging.LogFactory;
 import org.apache.tomcat.util.buf.MessageBytes;
 import org.apache.tomcat.util.log.SystemLogHandler;
 
@@ -53,8 +51,6 @@
 final class StandardWrapperValve
 extends ValveBase {
 
-private static Log log = LogFactory.getLog(StandardWrapperValve.class);
-
 // - Instance Variables
 
 
@@ -133,6 +129,9 @@
 servlet = wrapper.allocate();
 }
 } catch (UnavailableException e) {
+container.getLogger().error(
+sm.getString("standardWrapper.allocateException",
+wrapper.getName()), e);
 long available = wrapper.getAvailable();
 if ((available > 0L) && (available < Long.MAX_VALUE)) {
response.setDateHeader("Retry-After", available);



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r529037 - /tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml

2007-04-15 Thread markt
Author: markt
Date: Sun Apr 15 10:46:17 2007
New Revision: 529037

URL: http://svn.apache.org/viewvc?view=rev&rev=529037
Log:
Update change log. Move post 6.0.11 change to correct section.

Modified:
tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml

Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml?view=diff&rev=529037&r1=529036&r2=529037
==
--- tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Sun Apr 15 10:46:17 2007
@@ -14,6 +14,24 @@
   
 
 
+
+  
+
+  
+42039 Log a stack trace if a servlet throws an
+ UnavailableException. Patch provided by Kawasima Kazuh. (markt)
+  
+
+
+
+
+  
+42119 Fix return value for request.getCharacterEncoding() 
when
+Content-Type headers contain parameters other than charset. Patch by
+Leigh L Klotz Jr. (markt)
+  
+
+  
 
   
 
@@ -202,10 +220,6 @@
   
   
 Skip BOM when reading a JSP file. (remm)
-  
-  
-42072 Don't call destroy() if the associated init() fails.
-Patch provided by Kawasima Kazuh. (markt)
   
 
   



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r529038 - in /tomcat/container/tc5.5.x: catalina/src/share/org/apache/catalina/core/StandardWrapperValve.java webapps/docs/changelog.xml

2007-04-15 Thread markt
Author: markt
Date: Sun Apr 15 10:47:24 2007
New Revision: 529038

URL: http://svn.apache.org/viewvc?view=rev&rev=529038
Log:
Fix bug 42039. Log a stack trace if a servlet throws an UnavailableException. 
Patch provided by Kawasima Kazuh.

Modified:

tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/core/StandardWrapperValve.java
tomcat/container/tc5.5.x/webapps/docs/changelog.xml

Modified: 
tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/core/StandardWrapperValve.java
URL: 
http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/core/StandardWrapperValve.java?view=diff&rev=529038&r1=529037&r2=529038
==
--- 
tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/core/StandardWrapperValve.java
 (original)
+++ 
tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/core/StandardWrapperValve.java
 Sun Apr 15 10:47:24 2007
@@ -127,6 +127,9 @@
 servlet = wrapper.allocate();
 }
 } catch (UnavailableException e) {
+container.getLogger().error(
+sm.getString("standardWrapper.allocateException",
+wrapper.getName()), e);
 long available = wrapper.getAvailable();
 if ((available > 0L) && (available < Long.MAX_VALUE)) {
response.setDateHeader("Retry-After", available);

Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml
URL: 
http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/webapps/docs/changelog.xml?view=diff&rev=529038&r1=529037&r2=529038
==
--- tomcat/container/tc5.5.x/webapps/docs/changelog.xml (original)
+++ tomcat/container/tc5.5.x/webapps/docs/changelog.xml Sun Apr 15 10:47:24 2007
@@ -49,6 +49,10 @@
 40150 Ensure user and roll classnames are validated on 
startup.  Patch by
   Tom. (yoavs)
   
+  
+42039 Log a stack trace if a servlet throws an
+ UnavailableException. Patch provided by Kawasima Kazuh. (markt)
+  
 
   
   



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 42039] - Tomcat doesn't output the stack trace of UnavailableException.

2007-04-15 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://issues.apache.org/bugzilla/show_bug.cgi?id=42039


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2007-04-15 10:51 ---
Your patch has been applied to svn and will be included in 5.5.24 and 6.0.12
onwards.

Many thanks.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 42129] New: - Corrections to Tomcat's web.xml

2007-04-15 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://issues.apache.org/bugzilla/show_bug.cgi?id=42129

   Summary: Corrections to Tomcat's web.xml
   Product: Tomcat 6
   Version: 6.0.10
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: P3
 Component: Catalina
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


I have a fresh download of Tomcat 6.0.10 and noticed that the
...\apache-tomcat-6.0.10\conf\web.xml is still referring to Servlet 2.4 URIs.


http://java.sun.com/xml/ns/j2ee";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd";
version="2.4">



Since this chart http://tomcat.apache.org/whichversion.html shows that Tomcat
6.0.x corresponds to Servlet 2.5/JSP 2.1 I think the web.xml should be upgraded
as well, so I think it should change to:


http://java.sun.com/xml/ns/javaee";
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
 xsi:schemaLocation="http://java.sun.com/xml/ns/javaee web-app_2_5.xsd"
 version="2.5">



So far the 2.4 URIs are not breaking anything in my application or in Tomcat 
6.0.10.

I got the above set of URIs from sample examples in Sun's J2EE tutorial.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 42129] - Corrections to Tomcat's web.xml

2007-04-15 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://issues.apache.org/bugzilla/show_bug.cgi?id=42129


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2007-04-15 11:21 ---
This was fixed several weeks ago.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 42130] New: - Corrections to manager app's manager.xml and broken links.

2007-04-15 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://issues.apache.org/bugzilla/show_bug.cgi?id=42130

   Summary: Corrections to manager app's manager.xml and broken
links.
   Product: Tomcat 6
   Version: 6.0.10
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: P3
 Component: Catalina
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


I noticed that the directory structure within Tomcat has changed after upgrading
from 5.5.12 to 6.0.10, but some of the configuration files and HTML Documents of
6.0.10 are still referring to the directory structure in 5.5.12. 

So far I've identified these files that need to reflect the new directory 
structure:

1) ...\apache-tomcat-6.0.10\webapps\manager\manager.xml
has docBase="${catalina.home}/server/webapps/manager" should change to 
docBase="${catalina.home}/webapps/manager"

2) In the manager app: http://localhost:8080/manager/html, the "HTML Manager
Help" link is currently pointing to a broken link:
http://localhost:8080/manager/html-manager-howto.html I think the correct link
is: http://localhost:8080/docs/html-manager-howto.html

3) Similarly the "Manager Help" link is also pointing to a broken link:
http://localhost:8080/manager/manager-howto.html
should be changed to: http://localhost:8080/docs/manager-howto.html

4) I couldn't find an HTML link to Host Manager which is supposed to point to:
http://localhost:8080/host-manager/html . I think there should be a link
somewhere, otherwise users tend to click on the /host-manager in the list of
applications and get either a 404 error or directory listing.

5) In the Host Manager application at http://localhost:8080/host-manager/html , 
there's a broken link http://localhost:8080/host-manager/host-manager-howto.html
I couldn't find a corresponding link in the webapps/docs app.

6) ...\apache-tomcat-6.0.10\webapps\host-manager\host-manager.xml ,
docBase="${catalina.home}/server/webapps/host-manager" should change to
docBase="${catalina.home}/webapps/host-manager"

7) ...\apache-tomcat-6.0.10\webapps\host-manager\manager.xml ,
docBase="${catalina.home}/server/webapps/manager" should change to
docBase="${catalina.home}/webapps/manager"

I've only checked the above locations, there could be more files in 6.x that are
still referring to the 5.x directory structure.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 42129] - Corrections to Tomcat's web.xml

2007-04-15 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://issues.apache.org/bugzilla/show_bug.cgi?id=42129





--- Additional Comments From [EMAIL PROTECTED]  2007-04-15 11:44 ---
Thank you for the fix.

I'm sorry if I submitted a duplicate, I did search in the bug database to see if
this bug was submitted and couldn't find it there.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 42037] - User principal not always set correctly

2007-04-15 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://issues.apache.org/bugzilla/show_bug.cgi?id=42037





--- Additional Comments From [EMAIL PROTECTED]  2007-04-15 12:17 ---
I don't see how this patch could fix the bug you are seeing. Neither subject nor
the session attribute Globals.SUBJECT_ATTR plays any part in getUserPrincipal().
Are you using a security manager? If you are, do you see the problem if you
don't use one?

I suspect that you have two requests in a session, the first authenticates the
user and the second calls getUserPrincipal(). If the call in the second request
is made to getUserPrincipal() before the first request completes then it will
return null.

Without a test case that demonstrates a valid user principal value being
overwritten with null or an explanation of *how* the patch fixes the issue, this
issue is going to get resolved as invalid.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r529052 - in /tomcat/tc6.0.x/trunk/webapps/docs: changelog.xml config/valve.xml

2007-04-15 Thread markt
Author: markt
Date: Sun Apr 15 12:26:34 2007
New Revision: 529052

URL: http://svn.apache.org/viewvc?view=rev&rev=529052
Log:
Fix bug 42025. Refer to correct regular expression implementation

Modified:
tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
tomcat/tc6.0.x/trunk/webapps/docs/config/valve.xml

Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml?view=diff&rev=529052&r1=529051&r2=529052
==
--- tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Sun Apr 15 12:26:34 2007
@@ -22,8 +22,8 @@
  UnavailableException. Patch provided by Kawasima Kazuh. (markt)
   
 
-
-
+  
+  
 
   
 42119 Fix return value for request.getCharacterEncoding() 
when
@@ -32,6 +32,15 @@
   
 
   
+  
+
+  
+42025: Update valve documentation to refer to correct 
regular
+expression implementation. (markt)
+  
+
+  
+
 
   
 

Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/valve.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/config/valve.xml?view=diff&rev=529052&r1=529051&r2=529052
==
--- tomcat/tc6.0.x/trunk/webapps/docs/config/valve.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/config/valve.xml Sun Apr 15 12:26:34 2007
@@ -205,10 +205,9 @@
 presented to this container for processing before it will be passed on.
 
 The syntax for regular expressions is different than that for
-'standard' wildcard matching. Tomcat uses the
-http://jakarta.apache.org/regexp/";>Jakarta Regexp library.
-Please consult the Regexp documentation for details of the expressions
-supported.
+'standard' wildcard matching. Tomcat uses the java.util.regex
+package. Please consult the Java documentation for details of the
+expressions supported.
 
   
 
@@ -262,10 +261,9 @@
 presented to this container for processing before it will be passed on.
 
 The syntax for regular expressions is different than that for
-'standard' wildcard matching. Tomcat uses the
-http://jakarta.apache.org/regexp/";>Jakarta Regexp library.
-Please consult the Regexp documentation for details of the expressions
-supported.
+'standard' wildcard matching. Tomcat uses the java.util.regex
+package. Please consult the Java documentation for details of the
+expressions supported.
 
   
 



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r529056 - in /tomcat/container/tc5.5.x/webapps/docs: changelog.xml config/valve.xml

2007-04-15 Thread markt
Author: markt
Date: Sun Apr 15 12:46:45 2007
New Revision: 529056

URL: http://svn.apache.org/viewvc?view=rev&rev=529056
Log:
Fix bug 42025. Refer to correct regular expression implementation

Modified:
tomcat/container/tc5.5.x/webapps/docs/changelog.xml
tomcat/container/tc5.5.x/webapps/docs/config/valve.xml

Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml
URL: 
http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/webapps/docs/changelog.xml?view=diff&rev=529056&r1=529055&r2=529056
==
--- tomcat/container/tc5.5.x/webapps/docs/changelog.xml (original)
+++ tomcat/container/tc5.5.x/webapps/docs/changelog.xml Sun Apr 15 12:46:45 2007
@@ -77,6 +77,10 @@
 truststorePass when saving server.xml in Admin webapp. Patch provided 
by
 Matheus Bastos. (markt)
   
+  
+42025: Update valve documentation to refer to correct 
regular
+expression implementation. (markt)
+  
 
   
   

Modified: tomcat/container/tc5.5.x/webapps/docs/config/valve.xml
URL: 
http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/webapps/docs/config/valve.xml?view=diff&rev=529056&r1=529055&r2=529056
==
--- tomcat/container/tc5.5.x/webapps/docs/config/valve.xml (original)
+++ tomcat/container/tc5.5.x/webapps/docs/config/valve.xml Sun Apr 15 12:46:45 
2007
@@ -202,10 +202,9 @@
 presented to this container for processing before it will be passed on.
 
 The syntax for regular expressions is different than that for
-'standard' wildcard matching. Tomcat uses the
-http://jakarta.apache.org/regexp/";>Jakarta Regexp library.
-Please consult the Regexp documentation for details of the expressions
-supported.
+'standard' wildcard matching. Tomcat uses the java.util.regex
+package. Please consult the Java documentation for details of the
+expressions supported.
 
   
 
@@ -259,10 +258,9 @@
 presented to this container for processing before it will be passed on.
 
 The syntax for regular expressions is different than that for
-'standard' wildcard matching. Tomcat uses the
-http://jakarta.apache.org/regexp/";>Jakarta Regexp library.
-Please consult the Regexp documentation for details of the expressions
-supported.
+'standard' wildcard matching. Tomcat uses the java.util.regex
+package. Please consult the Java documentation for details of the
+expressions supported.
 
   
 



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 42025] - Incorrect documentation in RemoteAddrValve/RemoteHostValve

2007-04-15 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://issues.apache.org/bugzilla/show_bug.cgi?id=42025


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2007-04-15 12:47 ---
Fixed in svn and will be included in 5.5.24 and 6.0.12.

Thanks for the report.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r529059 - in /tomcat/container/tc5.5.x: catalina/src/conf/web.xml webapps/docs/changelog.xml

2007-04-15 Thread markt
Author: markt
Date: Sun Apr 15 13:03:48 2007
New Revision: 529059

URL: http://svn.apache.org/viewvc?view=rev&rev=529059
Log:
Fix bug 41990. Add some new mime-type mappings.

Modified:
tomcat/container/tc5.5.x/catalina/src/conf/web.xml
tomcat/container/tc5.5.x/webapps/docs/changelog.xml

Modified: tomcat/container/tc5.5.x/catalina/src/conf/web.xml
URL: 
http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/catalina/src/conf/web.xml?view=diff&rev=529059&r1=529058&r2=529059
==
--- tomcat/container/tc5.5.x/catalina/src/conf/web.xml (original)
+++ tomcat/container/tc5.5.x/catalina/src/conf/web.xml Sun Apr 15 13:03:48 2007
@@ -734,6 +734,10 @@
 audio/mpeg
 
 
+mp4
+video/mp4
+
+
 mpa
 audio/x-mpeg
 
@@ -1085,6 +1089,10 @@
 
 wmlscriptc
 application/vnd.wap.wmlscriptc
+
+
+wmv
+video/x-ms-wmv
 
 
 wrl

Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml
URL: 
http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/webapps/docs/changelog.xml?view=diff&rev=529059&r1=529058&r2=529059
==
--- tomcat/container/tc5.5.x/webapps/docs/changelog.xml (original)
+++ tomcat/container/tc5.5.x/webapps/docs/changelog.xml Sun Apr 15 13:03:48 2007
@@ -53,6 +53,9 @@
 42039 Log a stack trace if a servlet throws an
  UnavailableException. Patch provided by Kawasima Kazuh. (markt)
   
+  
+41990 Add some additional mime-type mappings. (markt)
+  
 
   
   



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r529060 - in /tomcat/tc6.0.x/trunk: conf/web.xml webapps/docs/changelog.xml

2007-04-15 Thread markt
Author: markt
Date: Sun Apr 15 13:04:25 2007
New Revision: 529060

URL: http://svn.apache.org/viewvc?view=rev&rev=529060
Log:
Fix bug 41990. Add some new mime-type mappings.

Modified:
tomcat/tc6.0.x/trunk/conf/web.xml
tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml

Modified: tomcat/tc6.0.x/trunk/conf/web.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/conf/web.xml?view=diff&rev=529060&r1=529059&r2=529060
==
--- tomcat/tc6.0.x/trunk/conf/web.xml (original)
+++ tomcat/tc6.0.x/trunk/conf/web.xml Sun Apr 15 13:04:25 2007
@@ -734,6 +734,10 @@
 audio/x-mpeg
 
 
+mp4
+video/mp4
+
+
 mpa
 audio/x-mpeg
 
@@ -1113,6 +1117,10 @@
 
 wmlscriptc
 application/vnd.wap.wmlscriptc
+
+
+wmv
+video/x-ms-wmv
 
 
 wrl

Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml?view=diff&rev=529060&r1=529059&r2=529060
==
--- tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Sun Apr 15 13:04:25 2007
@@ -21,6 +21,9 @@
 42039 Log a stack trace if a servlet throws an
  UnavailableException. Patch provided by Kawasima Kazuh. (markt)
   
+  
+41990 Add some additional mime-type mappings. (markt)
+  
 
   
   



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 41990] - several mime types missing from conf/web.xml

2007-04-15 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://issues.apache.org/bugzilla/show_bug.cgi?id=41990


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2007-04-15 13:05 ---
I have added these two to svn. They will be included in 5.5.24 and 6.0.12 
onwards.

If you want to create a patch for any other missing mime-types (I didn't check
the link you gave), I'll happily apply it.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 41966] - Tomcat crashes with: java.net.SocketException: No child processes

2007-04-15 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://issues.apache.org/bugzilla/show_bug.cgi?id=41966


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID




--- Additional Comments From [EMAIL PROTECTED]  2007-04-15 15:41 ---
An examination of the stack trace shows that an IOException is occurring whilst
waiting for a shutdown command. In normal circumstances, this just shouldn't 
happen.

A quick Google suggests that there might be an issue with older JVMs on Linux
throwing similar exceptions. It is hard to tell if you are seeing the same 
issue.

If you are using JNI that might be a factor.

An upgrade to your JVM (you don't say what version you are using) may help.

I am pretty sure that this isn't a Tomcat bug, but a JVM issue. The users
mailing list is probably the best place to ask for additional help/advice.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r529092 - /tomcat/container/tc5.5.x/modules/storeconfig/src/share/org/apache/catalina/storeconfig/

2007-04-15 Thread markt
Author: markt
Date: Sun Apr 15 16:18:34 2007
New Revision: 529092

URL: http://svn.apache.org/viewvc?view=rev&rev=529092
Log:
Code clean-up before looking at bug 41956

Modified:

tomcat/container/tc5.5.x/modules/storeconfig/src/share/org/apache/catalina/storeconfig/CatalinaClusterSF.java

tomcat/container/tc5.5.x/modules/storeconfig/src/share/org/apache/catalina/storeconfig/ConnectorSF.java

tomcat/container/tc5.5.x/modules/storeconfig/src/share/org/apache/catalina/storeconfig/ConnectorStoreAppender.java

tomcat/container/tc5.5.x/modules/storeconfig/src/share/org/apache/catalina/storeconfig/IDynamicPropertyStoreAppender.java

tomcat/container/tc5.5.x/modules/storeconfig/src/share/org/apache/catalina/storeconfig/PersistentManagerSF.java

tomcat/container/tc5.5.x/modules/storeconfig/src/share/org/apache/catalina/storeconfig/StandardContextSF.java

tomcat/container/tc5.5.x/modules/storeconfig/src/share/org/apache/catalina/storeconfig/StandardEngineSF.java

tomcat/container/tc5.5.x/modules/storeconfig/src/share/org/apache/catalina/storeconfig/StandardHostSF.java

tomcat/container/tc5.5.x/modules/storeconfig/src/share/org/apache/catalina/storeconfig/StandardServerSF.java

tomcat/container/tc5.5.x/modules/storeconfig/src/share/org/apache/catalina/storeconfig/StandardServiceSF.java

tomcat/container/tc5.5.x/modules/storeconfig/src/share/org/apache/catalina/storeconfig/StoreAppender.java

tomcat/container/tc5.5.x/modules/storeconfig/src/share/org/apache/catalina/storeconfig/StoreContextAppender.java

Modified: 
tomcat/container/tc5.5.x/modules/storeconfig/src/share/org/apache/catalina/storeconfig/CatalinaClusterSF.java
URL: 
http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/modules/storeconfig/src/share/org/apache/catalina/storeconfig/CatalinaClusterSF.java?view=diff&rev=529092&r1=529091&r2=529092
==
--- 
tomcat/container/tc5.5.x/modules/storeconfig/src/share/org/apache/catalina/storeconfig/CatalinaClusterSF.java
 (original)
+++ 
tomcat/container/tc5.5.x/modules/storeconfig/src/share/org/apache/catalina/storeconfig/CatalinaClusterSF.java
 Sun Apr 15 16:18:34 2007
@@ -28,8 +28,6 @@
 import org.apache.catalina.cluster.MembershipService;
 import org.apache.catalina.cluster.MessageListener;
 import org.apache.catalina.cluster.tcp.SimpleTcpCluster;
-import org.apache.commons.logging.Log;
-import org.apache.commons.logging.LogFactory;
 
 /**
  * Generate Cluster Element with Membership,Sender,Receiver,Deployer and
@@ -38,8 +36,6 @@
  * @author Peter Rossbach
  */
 public class CatalinaClusterSF extends StoreFactoryBase {
-
-private static Log log = LogFactory.getLog(CatalinaClusterSF.class);
 
 /**
  * Store the specified Cluster childs.

Modified: 
tomcat/container/tc5.5.x/modules/storeconfig/src/share/org/apache/catalina/storeconfig/ConnectorSF.java
URL: 
http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/modules/storeconfig/src/share/org/apache/catalina/storeconfig/ConnectorSF.java?view=diff&rev=529092&r1=529091&r2=529092
==
--- 
tomcat/container/tc5.5.x/modules/storeconfig/src/share/org/apache/catalina/storeconfig/ConnectorSF.java
 (original)
+++ 
tomcat/container/tc5.5.x/modules/storeconfig/src/share/org/apache/catalina/storeconfig/ConnectorSF.java
 Sun Apr 15 16:18:34 2007
@@ -22,8 +22,6 @@
 import org.apache.catalina.Lifecycle;
 import org.apache.catalina.LifecycleListener;
 import org.apache.catalina.connector.Connector;
-import org.apache.commons.logging.Log;
-import org.apache.commons.logging.LogFactory;
 
 /**
  * Store Connector and Listeners
@@ -31,8 +29,6 @@
  * @author Peter Rossbach
  */
 public class ConnectorSF extends StoreFactoryBase {
-
-private static Log log = LogFactory.getLog(ConnectorSF.class);
 
 /**
  * Store Connector description

Modified: 
tomcat/container/tc5.5.x/modules/storeconfig/src/share/org/apache/catalina/storeconfig/ConnectorStoreAppender.java
URL: 
http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/modules/storeconfig/src/share/org/apache/catalina/storeconfig/ConnectorStoreAppender.java?view=diff&rev=529092&r1=529091&r2=529092
==
--- 
tomcat/container/tc5.5.x/modules/storeconfig/src/share/org/apache/catalina/storeconfig/ConnectorStoreAppender.java
 (original)
+++ 
tomcat/container/tc5.5.x/modules/storeconfig/src/share/org/apache/catalina/storeconfig/ConnectorStoreAppender.java
 Sun Apr 15 16:18:34 2007
@@ -79,9 +79,6 @@
 boolean include, Object bean, StoreDescription desc)
 throws Exception {
 
-// Render the relevant properties of this bean
-String className = bean.getClass().getName();
-
 // Render a className attribute if requested
 if (include && desc != null && !desc.isStandard()) {
 writer.print(" clas

svn commit: r529095 - in /tomcat/container/tc5.5.x: modules/storeconfig/src/share/org/apache/catalina/storeconfig/ConnectorStoreAppender.java webapps/docs/changelog.xml

2007-04-15 Thread markt
Author: markt
Date: Sun Apr 15 16:38:21 2007
New Revision: 529095

URL: http://svn.apache.org/viewvc?view=rev&rev=529095
Log:
Fix bug 41956. Persist the connector's address attribute when committing 
changes.

Modified:

tomcat/container/tc5.5.x/modules/storeconfig/src/share/org/apache/catalina/storeconfig/ConnectorStoreAppender.java
tomcat/container/tc5.5.x/webapps/docs/changelog.xml

Modified: 
tomcat/container/tc5.5.x/modules/storeconfig/src/share/org/apache/catalina/storeconfig/ConnectorStoreAppender.java
URL: 
http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/modules/storeconfig/src/share/org/apache/catalina/storeconfig/ConnectorStoreAppender.java?view=diff&rev=529095&r1=529094&r2=529095
==
--- 
tomcat/container/tc5.5.x/modules/storeconfig/src/share/org/apache/catalina/storeconfig/ConnectorStoreAppender.java
 (original)
+++ 
tomcat/container/tc5.5.x/modules/storeconfig/src/share/org/apache/catalina/storeconfig/ConnectorStoreAppender.java
 Sun Apr 15 16:38:21 2007
@@ -23,6 +23,7 @@
 import java.io.File;
 import java.io.IOException;
 import java.io.PrintWriter;
+import java.net.InetAddress;
 import java.util.ArrayList;
 import java.util.HashMap;
 import java.util.Iterator;
@@ -102,6 +103,10 @@
 }
 if (value == null) {
 continue; // Null values are not persisted
+}
+// Convert IP addresses to strings so they will be persisted
+if (value instanceof InetAddress) {
+value = ((InetAddress) value).getHostAddress();
 }
 if (!isPersistable(value.getClass())) {
 continue;

Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml
URL: 
http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/webapps/docs/changelog.xml?view=diff&rev=529095&r1=529094&r2=529095
==
--- tomcat/container/tc5.5.x/webapps/docs/changelog.xml (original)
+++ tomcat/container/tc5.5.x/webapps/docs/changelog.xml Sun Apr 15 16:38:21 2007
@@ -84,6 +84,10 @@
 42025: Update valve documentation to refer to correct 
regular
 expression implementation. (markt)
   
+  
+41956: Don't skip the connector address attribute when
+persisting server.xml changes via the admin webapp. (markt)
+  
 
   
   



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 41956] - New HTTP connector - The ip address not saved within server.xml

2007-04-15 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://issues.apache.org/bugzilla/show_bug.cgi?id=41956


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2007-04-15 16:38 ---
This has been fixed in svn and will be included in 5.5.24 onwards.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 42038] - JK uriworkermap ROOT mapping causes non-virtual exclusions to be ignored

2007-04-15 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://issues.apache.org/bugzilla/show_bug.cgi?id=42038


[EMAIL PROTECTED] changed:

   What|Removed |Added

   Keywords||PatchAvailable




--- Additional Comments From [EMAIL PROTECTED]  2007-04-15 18:16 ---
Adding keyword because there is a patch attached.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Bug report for Tomcat 3 [2007/04/15]

2007-04-15 Thread bugzilla
+---+
| Bugzilla Bug ID   |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned|
| | OPN=ReopenedVER=Verified(Skipped Closed/Resolved)   |
| |   +-+
| |   | Severity: BLK=Blocker CRI=CriticalMAJ=Major |
| |   |   MIN=Minor   NOR=Normal  ENH=Enhancement   |
| |   |   +-+
| |   |   | Date Posted |
| |   |   |  +--+
| |   |   |  | Description  |
| |   |   |  |  |
| 2350|Ver|Nor|2001-06-27|ServletConfig.getInitParameter() requires url-patt|
| 5331|Ass|Nor|2001-12-09|getPathInfo vs URL normalization  |
| 6027|Inf|Maj|2002-01-25|Tomcat  Automatically shuts down as service   |
| 6488|Ver|Maj|2002-02-15|Error: 304. Apparent bug in default ErrorHandler c|
| 7785|Inf|Blk|2002-04-06|tomcat bug in context reloading   |
| 7863|Inf|Maj|2002-04-09|I have a problem when running Tomcat with IIS |
| 8187|Inf|Cri|2002-04-17|Errors when Tomcat used with MS Access database   |
| 9737|Ver|Nor|2002-06-10|ArrayIndexOutOfBoundsException when sending just p|
|10047|Ass|Cri|2002-06-20|IllegalStateException |
|10406|Ass|Cri|2002-07-02|IllegalStateException |
|11087|Inf|Blk|2002-07-23|IllegalStateException |
|12156|Inf|Cri|2002-08-29|Apache and Tomcat 3.3.1 Interworking problem  |
|16363|Ass|Cri|2003-01-23|Stack Overflow accessing compiled JSP - Tomcat 3.2|
|39250|Inf|Cri|2006-04-07|Tomcat 3.2.1 + JDK 1.4|
+-+---+---+--+--+
| Total   14 bugs   |
+---+

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Bug report for Tomcat 4 [2007/04/15]

2007-04-15 Thread bugzilla
+---+
| Bugzilla Bug ID   |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned|
| | OPN=ReopenedVER=Verified(Skipped Closed/Resolved)   |
| |   +-+
| |   | Severity: BLK=Blocker CRI=CriticalMAJ=Major |
| |   |   MIN=Minor   NOR=Normal  ENH=Enhancement   |
| |   |   +-+
| |   |   | Date Posted |
| |   |   |  +--+
| |   |   |  | Description  |
| |   |   |  |  |
| 3839|Opn|Enh|2001-09-26|Problem bookmarking login page|
| 4227|Opn|Enh|2001-10-17|Invalid CGI path  |
| 5329|New|Enh|2001-12-08|NT Service exits startup before Tomcat is finished|
| 5795|New|Enh|2002-01-10|Catalina Shutdown relies on localhost causing prob|
| 5829|New|Enh|2002-01-13|StandardManager needs to cope with sessions throwi|
| 5985|New|Enh|2002-01-23|Tomcat should perform a more restrictive validatio|
| 6600|Opn|Enh|2002-02-20|enodeURL adds 'jsession' when 'isRequestedSessionI|
| 6614|New|Enh|2002-02-21|Have Bootstrap and StandardClassLoader use the sam|
| 6671|New|Enh|2002-02-25|Simple custom tag example uses old declaration sty|
| 7043|New|Enh|2002-03-12|database user and password for JDBC Based Store   |
| 7374|New|Enh|2002-03-22|Apache Tomcat/4.0.1 message on standard output|
| 7676|New|Enh|2002-04-02|Allow name property to use match experssions in  without className in server.xml produces N|
|11069|Opn|Enh|2002-07-23|Tomcat not flag error if tld is outside of /WEB-IN|
|11129|New|Enh|2002-07-24|New valve for putting the sessionIDs in the reques|
|11248|New|Enh|2002-07-29|DefaultServlet doesn't send expires header|
|11754|Opn|Enh|2002-08-15|Synchronous shutdown script - shutdown.sh should w|
|12069|New|Enh|2002-08-27|Creation of more HttpSession objects for one previ|
|12658|New|Enh|2002-09-15|a proxy host and port at the  element level |
|12766|New|Enh|2002-09-18|Tomcat should use tld files in /WEB-INF/ over vers|
|13309|Opn|Enh|2002-10-04|Catalina calls System.exit()  |
|13634|New|Enh|2002-10-15|Allowing system properties to be substituted in co|
|13689|Opn|Enh|2002-10-16|Classloader paths for 'Common' classes and librari|
|13731|New|Enh|2002-10-17|Final request, response, session and other variabl|
|13941|New|Enh|2002-10-24|reload is VERY slow   |
|13965|New|Enh|2002-10-25|Catalina.sh correction request for Tru64 Unix |
|14097|New|Enh|2002-10-30|hardcoded registry value for vm lets tomcat servic|
|14416|New|Enh|2002-11-10|blank tag name in TLD cause NullPointerException  |
|14635|New|Enh|2002-11-18|Should be possible not to have -MM-DD in log f|
|14766|New|Enh|2002-11-22|Redirect Vavle|
|14993|New|Enh|2002-12-02|Possible obselete synchronized declaration|
|15115|New|Enh|2002-12-05|correct docs... XML parser *cannot* be overridden |
|15417|Opn|Enh|2002-12-16|Add port for forced compilation of JSP pages  |
|15688|New|Enh|2002-12-27|full-qualified names instead of imports   |
|15941|New|Enh|2003-01-10|Expose rootCause exceptions at deeper levels  |
|16294|New|Enh|2003-01-21|Configurable URL Decoding.|
|16357|New|Enh|2003-01-23|"connection timeout reached"  |
|16531|New|Enh|2003-01-29|Updating already deployed ".war" files in a single|
|16579|New|Enh|2003-01-30|documentation page layout/style breaks wrapping to|
|16596|New|Enh|2003-01-30|option for disabling log rotation |
|17070|New|Enh|2003-02-14|The Catalina Ant tasks do not allow for 'reusable'|
|17146|New|Enh|2003-02-18|Simplify build.xml using 

Bug report for Watchdog [2007/04/15]

2007-04-15 Thread bugzilla
+---+
| Bugzilla Bug ID   |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned|
| | OPN=ReopenedVER=Verified(Skipped Closed/Resolved)   |
| |   +-+
| |   | Severity: BLK=Blocker CRI=CriticalMAJ=Major |
| |   |   MIN=Minor   NOR=Normal  ENH=Enhancement   |
| |   |   +-+
| |   |   | Date Posted |
| |   |   |  +--+
| |   |   |  | Description  |
| |   |   |  |  |
|  278|Unc|Nor|2000-12-04|Bug in GetParameterValuesTestServlet.java file Bug|
|  279|Unc|Nor|2000-12-04|Logical Error in GetParameterValuesTestServlet Bug|
|  469|Unc|Nor|2001-01-17|in example-taglib.tld "urn" should be "uri" BugRat|
|  470|Unc|Nor|2001-01-17|FAIL positiveForward.jsp and positiveInclude.jsp B|
| 9634|New|Enh|2002-06-05|No tests exist for ServletContext.getResourcePaths|
|10703|New|Enh|2002-07-11|Need to test getRequestURI after RequestDispatcher|
|11336|New|Enh|2002-07-31|Test wrapped path methods with RD.foward()|
|11663|New|Maj|2002-08-13|JSP precompile tests rely on Jasper specific behav|
|11664|New|Maj|2002-08-13|A sweep is needed of all Watchdog 4.0 tag librarie|
|11665|New|Maj|2002-08-13|ServletToJSPErrorPageTest and ServletToServletErro|
|11666|New|Maj|2002-08-13|SetBufferSize_1TestServlet is invalid.|
|14004|New|Maj|2002-10-28|Incorrent behaviour of all attribute-related lifec|
|15504|New|Nor|2002-12-18|JSP positiveGetValues test relies on order preserv|
|24649|New|Nor|2003-11-12|getRemoteHost fails when agent has uppercase chara|
|29398|New|Nor|2004-06-04|Update site and note current status   |
+-+---+---+--+--+
| Total   15 bugs   |
+---+

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Bug report for Tomcat 5 [2007/04/15]

2007-04-15 Thread bugzilla
+---+
| Bugzilla Bug ID   |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned|
| | OPN=ReopenedVER=Verified(Skipped Closed/Resolved)   |
| |   +-+
| |   | Severity: BLK=Blocker CRI=CriticalMAJ=Major |
| |   |   MIN=Minor   NOR=Normal  ENH=Enhancement   |
| |   |   +-+
| |   |   | Date Posted |
| |   |   |  +--+
| |   |   |  | Description  |
| |   |   |  |  |
| 2500|Opn|Min|2001-07-08|FileNotFoundException from service() unintentional|
|22679|Ver|Enh|2003-08-24|how to access ssl session ID out of tomcat to prev|
|28039|Opn|Enh|2004-03-30|Cluster Support for SingleSignOn  |
|29160|Ver|Enh|2004-05-23|precompile problem: _jspx_meth_* (javax.servlet.js|
|29494|Inf|Enh|2004-06-10|No way to set PATH when running as a service on Wi|
|30028|Opn|Nor|2004-07-10|session attributes Map may become inconsistent sta|
|30241|Ver|Enh|2004-07-21|Enhance build script to use branch argument when c|
|33262|Inf|Enh|2005-01-27|Service Manager autostart should check for adminis|
|33453|Opn|Enh|2005-02-08|Jasper should recompile JSP files whose datestamps|
|33650|Inf|Enh|2005-02-19|Jasper performance for multiple files processing  |
|33671|Opn|Enh|2005-02-21|Manual Windows service installation with custom na|
|34801|New|Enh|2005-05-08|PATCH: CGIServlet does not terminate child after a|
|34805|Ass|Enh|2005-05-08|warn about invalid security constraint url pattern|
|34868|Ass|Enh|2005-05-11|allow to register a trust store for a session that|
|35054|Inf|Enh|2005-05-25|warn if appBase is not existing as a File or direc|
|35869|Inf|Enh|2005-07-26|Can't run as a service on Windows Server 2003 64-B|
|36121|Opn|Maj|2005-08-10|Including JSP's changes working directory |
|36133|Inf|Enh|2005-08-10|Support JSS SSL implementation|
|36169|New|Enh|2005-08-12|[PATCH] Enable chunked encoding for IIS JK connect|
|36362|New|Enh|2005-08-25|missing check for Java reserved keywords in tag fi|
|36540|Inf|Enh|2005-09-07|pooled cluster replication does not seem ensure sy|
|36569|Inf|Enh|2005-09-09|Redirects produce illegal URL's   |
|36837|Inf|Enh|2005-09-28|Looking for ProxyHandler implementation of Http re|
|36922|Inf|Enh|2005-10-04|setup.sh file mis-advertised and missing  |
|36923|New|Nor|2005-10-05|Deactivated EL expressions are not parsed for jsp |
|37018|Ass|Enh|2005-10-11|Document how to use tomcat-SSL with a pkcs11 token|
|37072|Ass|Nor|2005-10-13|Encoding mismatch in error condition  |
|37084|Opn|   |2005-10-14|JspC from ant fails on JSPs that use custom taglib|
|37326|Ass|Nor|2005-11-01|No error reported when  has non-exist|
|37334|Inf|Enh|2005-11-02|Realm digest property not aligned with the adminis|
|37449|Opn|Enh|2005-11-10|Two UserDatabaseRealm break manager user  |
|37485|Inf|Enh|2005-11-14|I'd like to run init SQL after JDBC Connection cre|
|37498|Inf|Nor|2005-11-14|[PATCH] NPE in org.apache.catalina.core.ContainerB|
|37515|Inf|Nor|2005-11-15|smap not generated by JspC when used from Ant for |
|37627|Opn|Nor|2005-11-24|Slow and incomplete dynamic content generation aft|
|37785|Inf|Nor|2005-12-05|Changing startup type via Tomcat Monitor does not |
|37794|Opn|Nor|2005-12-05|getParameter() fails on POST with transfer-encodin|
|37797|Inf|Maj|2005-12-05|Configure Tomcat utility truncates classpath to 96|
|37822|Opn|Nor|2005-12-07|WebappClassLoader interfering with Catalina core c|
|37834|Ass|Nor|2005-12-08|compressableMimeTypes not working properly|
|37847|Ass|Enh|2005-12-09|Allow User To Optionally Specify Catalina Output F|
|37869|Opn|Nor|2005-12-12|Cannot obtain client certificate with SSL / client|
|37918|Inf|Nor|2005-12-15|EL cannot find valid getter from object when using|
|37956|Opn|Enh|2005-12-18|Make 'set static fields to null' ClassLoader leak |
|37984|New|Nor|2005-12-21|JNDIRealm.java not able to handle MD5 password|
|38001|Inf|Nor|2005-12-22|TruncatedClassFile when loadind applets   |
|38046|Ass|   |2005-12-27|apache-tomcat-5.5.14-deployer doesn't work (Illega|
|38131|Inf|Enh|2006-01-05|WatchedResource does not work if app is outside "w|
|38216|Inf|Enh|2006-01-10|Extend Jmxproxy to allow call of MBean Operations |
|38261|New|Nor|2006-01-13|XML validation fails when war-files with libraries|
|38268|Inf|Enh|2006-01-13|User friendly: Need submit button on adding/deleti|
|38290|Inf|Nor|2006-