Bug report for Taglibs [2010/09/05]

2010-09-05 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 5 [2010/09/05]

2010-09-05 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 7 [2010/09/05]

2010-09-05 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Connectors [2010/09/05]

2010-09-05 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Modules [2010/09/05]

2010-09-05 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Native [2010/09/05]

2010-09-05 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 6 [2010/09/05]

2010-09-05 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

DO NOT REPLY [Bug 48891] Missing EOL-style settings in tomcat/jk/trunk

2010-09-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48891 Rainer Jung changed: What|Removed |Added Component|Library |Common Product|Tomcat Nat

svn commit: r992881 - in /tomcat/trunk: java/org/apache/tomcat/util/net/AprEndpoint.java java/org/apache/tomcat/util/net/JIoEndpoint.java java/org/apache/tomcat/util/net/NioEndpoint.java webapps/docs/

2010-09-05 Thread markt
Author: markt Date: Sun Sep 5 19:47:36 2010 New Revision: 992881 URL: http://svn.apache.org/viewvc?rev=992881&view=rev Log: Make sure acceptor threads are stopped when the connector is stopped. Also fix @Override warnings for the method Modified: tomcat/trunk/java/org/apache/tomcat/util/net/

svn commit: r992882 - in /tomcat/trunk: java/org/apache/tomcat/util/net/JIoEndpoint.java webapps/docs/changelog.xml

2010-09-05 Thread markt
Author: markt Date: Sun Sep 5 19:49:53 2010 New Revision: 992882 URL: http://svn.apache.org/viewvc?rev=992882&view=rev Log: Make sure async timeout thread is stopped when the connector is stopped. Correct copy and pasted comment Also fix @Override warning for the method Modified: tomcat/trun

svn commit: r992890 - in /tomcat/trunk: java/org/apache/catalina/connector/ java/org/apache/catalina/core/ java/org/apache/coyote/ java/org/apache/coyote/ajp/ java/org/apache/coyote/http11/ java/org/a

2010-09-05 Thread markt
Author: markt Date: Sun Sep 5 20:36:16 2010 New Revision: 992890 URL: http://svn.apache.org/viewvc?rev=992890&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49802 Allow the connectors to be stopped via JMX. Modified: tomcat/trunk/java/org/apache/catalina/connector/Conn

DO NOT REPLY [Bug 49802] Shutdown of AJP Connector do not work

2010-09-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49802 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r992891 - in /tomcat/trunk: java/org/apache/catalina/realm/CombinedRealm.java webapps/docs/changelog.xml

2010-09-05 Thread markt
Author: markt Date: Sun Sep 5 20:43:38 2010 New Revision: 992891 URL: http://svn.apache.org/viewvc?rev=992891&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49883 Return a name for use in log messages rather than throwing an UnsupportedOperationException Modified: tomc

DO NOT REPLY [Bug 49883] java.lang.UnsupportedOperationException: The getName() method should never be called

2010-09-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49883 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r992895 - /tomcat/trunk/java/org/apache/catalina/core/AsyncContextImpl.java

2010-09-05 Thread markt
Author: markt Date: Sun Sep 5 21:08:42 2010 New Revision: 992895 URL: http://svn.apache.org/viewvc?rev=992895&view=rev Log: Misc code clean-up. Modified: tomcat/trunk/java/org/apache/catalina/core/AsyncContextImpl.java Modified: tomcat/trunk/java/org/apache/catalina/core/AsyncContextImpl.ja

DO NOT REPLY [Bug 49884] NullPointerException in org.apache.catalina.core.AsyncContextImpl.doInternalComplete

2010-09-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49884 Mark Thomas changed: What|Removed |Added OS/Version||All --- Comment #2 from Mark Thomas

DO NOT REPLY [Bug 49884] NullPointerException in org.apache.catalina.core.AsyncContextImpl.doInternalComplete

2010-09-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49884 --- Comment #3 from Kevin 2010-09-05 17:42:02 EDT --- (In reply to comment #2) > The state changes in AsyncContextImpl aren't atomic so I think what you are > seeing is the result of multiple parallel calls to doInternalComplete(). Am I > c