Re: svn commit: r1135088 - in /tomcat/trunk: java/org/apache/coyote/AbstractProtocol.java webapps/docs/changelog.xml

2011-07-10 Thread Rainer Jung
On 06.07.2011 10:07, Konstantin Kolinko wrote: 2011/7/6 Rainer Jung rainer.j...@kippdata.de: Hi Konstantin, On 06.07.2011 08:03, Konstantin Kolinko wrote: 1. JavaDoc for the method has to be updated. It still says that the name is quoted. Will fix. 2. If I understand correctly, the name

Re: svn commit: r1135088 - in /tomcat/trunk: java/org/apache/coyote/AbstractProtocol.java webapps/docs/changelog.xml

2011-07-06 Thread Konstantin Kolinko
1. JavaDoc for the method has to be updated. It still says that the name is quoted. 2. If I understand correctly, the name _is_ used directly, in AbstractConnectionHandler.register(): ... ,worker= + getProtocol().getName() + ,name= ... and MBeanUtils.destroyMBean(Connector,Service) worker =

Re: svn commit: r1135088 - in /tomcat/trunk: java/org/apache/coyote/AbstractProtocol.java webapps/docs/changelog.xml

2011-07-06 Thread Rainer Jung
Hi Konstantin, On 06.07.2011 08:03, Konstantin Kolinko wrote: 1. JavaDoc for the method has to be updated. It still says that the name is quoted. Will fix. 2. If I understand correctly, the name _is_ used directly, in AbstractConnectionHandler.register(): ... ,worker= +

Re: svn commit: r1135088 - in /tomcat/trunk: java/org/apache/coyote/AbstractProtocol.java webapps/docs/changelog.xml

2011-07-06 Thread Konstantin Kolinko
2011/7/6 Rainer Jung rainer.j...@kippdata.de: Hi Konstantin, On 06.07.2011 08:03, Konstantin Kolinko wrote: 1. JavaDoc for the method has to be updated. It still says that the name is quoted. Will fix. 2. If I understand correctly, the name _is_ used directly, in

svn commit: r1135088 - in /tomcat/trunk: java/org/apache/coyote/AbstractProtocol.java webapps/docs/changelog.xml

2011-06-13 Thread rjung
Author: rjung Date: Mon Jun 13 11:19:23 2011 New Revision: 1135088 URL: http://svn.apache.org/viewvc?rev=1135088view=rev Log: Remove superfluous quotes from thread names for connection pools. Example broken thread name: http-apr-8001-exec-2 (including leading and intermediate quotes). Since we