RE: 8.0.x / 7.0.x progress

2013-10-05 Thread Konstantin Preißer
Hi Niki, thank you for your reply. -Original Message- From: Niki Dokovski [mailto:nick...@gmail.com] Sent: Saturday, October 5, 2013 7:47 AM To: Tomcat Developers List Subject: Re: 8.0.x / 7.0.x progress I have installed Wireshark now and can confirm that Firefox (after it is

[Bug 49134] Server.stop() doesn't unregister all MBeans

2013-10-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49134 Gael Lalire gael.lal...@laposte.net changed: What|Removed |Added Status|RESOLVED|REOPENED

[Bug 55629] New: StatusManagerServlet does not remove JMX notification listener

2013-10-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55629 Bug ID: 55629 Summary: StatusManagerServlet does not remove JMX notification listener Product: Tomcat 7 Version: 7.0.42 Hardware: All OS: All

[Bug 55630] New: clean way to avoid setURLStreamHandlerFactory call

2013-10-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55630 Bug ID: 55630 Summary: clean way to avoid setURLStreamHandlerFactory call Product: Tomcat 7 Version: 7.0.42 Hardware: All OS: All Status: NEW

Re: 8.0.x / 7.0.x progress

2013-10-05 Thread Niki Dokovski
On Sat, Oct 5, 2013 at 4:56 PM, Konstantin Preißer kpreis...@apache.orgwrote: Hi Niki, thank you for your reply. -Original Message- From: Niki Dokovski [mailto:nick...@gmail.com] Sent: Saturday, October 5, 2013 7:47 AM To: Tomcat Developers List Subject: Re: 8.0.x / 7.0.x

Re: 8.0.x / 7.0.x progress

2013-10-05 Thread Mark Thomas
On 05/10/2013 14:56, Konstantin Preißer wrote: Hi Niki, thank you for your reply. -Original Message- From: Niki Dokovski [mailto:nick...@gmail.com] Sent: Saturday, October 5, 2013 7:47 AM To: Tomcat Developers List Subject: Re: 8.0.x / 7.0.x progress I have installed Wireshark

RE: 8.0.x / 7.0.x progress

2013-10-05 Thread Konstantin Preißer
Hi Mark, thanks for your reply. -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Saturday, October 5, 2013 9:00 PM To: Tomcat Developers List Subject: Re: 8.0.x / 7.0.x progress OK. Create a Bugzilla entry for this one. It could be a Tomcat issue, it could also

Re: 8.0.x / 7.0.x progress

2013-10-05 Thread Mark Thomas
On 05/10/2013 20:42, Konstantin Preißer wrote: One question, would it be possible to make Session.getAsyncRemote() throw some RuntimeException when using the BIO connector, instead of silently using blocking writes? No. WebSocket is written on top of the Servlet 3.1 API. It has no access to

svn commit: r1529537 - in /tomcat/trunk/java/org/apache: coyote/AbstractProtocol.java tomcat/util/net/AbstractEndpoint.java tomcat/util/net/SocketWrapper.java

2013-10-05 Thread markt
Author: markt Date: Sat Oct 5 22:21:40 2013 New Revision: 1529537 URL: http://svn.apache.org/r1529537 Log: Make access of dispatcher list on socket wrapper thread safe Modified: tomcat/trunk/java/org/apache/coyote/AbstractProtocol.java

[Bug 55630] clean way to avoid setURLStreamHandlerFactory call

2013-10-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55630 Mark Thomas ma...@apache.org changed: What|Removed |Added Component|Catalina|Catalina

Need tomcat-native 1.1.29 for next 8.0.x/7.0.x releases

2013-10-05 Thread Mark Thomas
Sorry to be a pain. The JSR 356 WebSocket implementation is broken with APR prior to r1525525 [1]. Tomcat 7.0.x and Tomcat 8.0.x need a 1.1.29 native release to pick up this fix. Any takers for the release? Thanks, Mark [1] http://svn.apache.org/viewvc?view=revisionrevision=1525525

svn commit: r1529546 - in /tomcat/trunk: java/org/apache/catalina/realm/CombinedRealm.java test/org/apache/catalina/mbeans/TestRegistration.java

2013-10-05 Thread markt
Author: markt Date: Sat Oct 5 22:53:05 2013 New Revision: 1529546 URL: http://svn.apache.org/r1529546 Log: Partial fix for re-opened https://issues.apache.org/bugzilla/show_bug.cgi?id=49134 Ensure nested realms are correctly destroyed, ensuring that the associated MBeans are deregistered.

svn commit: r1529547 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/realm/CombinedRealm.java test/org/apache/catalina/mbeans/TestRegistration.java webapps/docs/changelog.xml

2013-10-05 Thread markt
Author: markt Date: Sat Oct 5 22:55:25 2013 New Revision: 1529547 URL: http://svn.apache.org/r1529547 Log: Partial fix for re-opened https://issues.apache.org/bugzilla/show_bug.cgi?id=49134 Ensure nested realms are correctly destroyed, ensuring that the associated MBeans are deregistered.

[Bug 49134] Server.stop() doesn't unregister all MBeans

2013-10-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49134 --- Comment #5 from Mark Thomas ma...@apache.org --- I've fixed the realm MBean issues in 7.0.x and 8.0.x (the CombinedRealm wasn't destroying nested Realms). I'll look at the RequestProcessor MBeans next. -- You are receiving this mail

svn commit: r1529549 - /tomcat/trunk/test/org/apache/catalina/mbeans/TestRegistration.java

2013-10-05 Thread markt
Author: markt Date: Sat Oct 5 23:18:14 2013 New Revision: 1529549 URL: http://svn.apache.org/r1529549 Log: Extend the test case to cover RequestProcessors Modified: tomcat/trunk/test/org/apache/catalina/mbeans/TestRegistration.java Modified:

[Bug 49134] Server.stop() doesn't unregister all MBeans

2013-10-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49134 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|REOPENED|NEEDINFO ---

buildbot failure in ASF Buildbot on tomcat-7-trunk

2013-10-05 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-7-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-7-trunk/builds/1449 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build

[Bug 55633] New: [websocket] Tomcat can't read data from the client when the client temporarily pauses

2013-10-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55633 Bug ID: 55633 Summary: [websocket] Tomcat can't read data from the client when the client temporarily pauses Product: Tomcat 8 Version: trunk Hardware: PC

RE: 8.0.x / 7.0.x progress

2013-10-05 Thread Konstantin Preißer
Hi Mark, -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Saturday, October 5, 2013 9:46 PM To: Tomcat Developers List Subject: Re: 8.0.x / 7.0.x progress On 05/10/2013 20:42, Konstantin Preißer wrote: One question, would it be possible to make

[Bug 55633] [websocket] Tomcat can't read data from the client after the client temporarily pauses

2013-10-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55633 Konstantin Preißer kpreis...@apache.org changed: What|Removed |Added Summary|[websocket] Tomcat can't

[GUMP@vmgump]: Project tomcat-trunk-test (in module tomcat-trunk) failed

2013-10-05 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-trunk-test has an issue affecting its community integration. This