svn commit: r1336515 - /tomcat/trunk/java/org/apache/tomcat/util/net/AbstractEndpoint.java

2012-05-10 Thread rjung
Author: rjung Date: Thu May 10 07:45:41 2012 New Revision: 1336515 URL: http://svn.apache.org/viewvc?rev=1336515&view=rev Log: Add public method to retrieve the current connectionCount from an endpoint. It will also show up in the ThreadPool MBean. Modified: tomcat/trunk/java/org/apache/tomc

svn commit: r1336516 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/util/net/AbstractEndpoint.java webapps/docs/changelog.xml

2012-05-10 Thread rjung
Author: rjung Date: Thu May 10 07:50:29 2012 New Revision: 1336516 URL: http://svn.apache.org/viewvc?rev=1336516&view=rev Log: Add public method to retrieve the current connectionCount from an endpoint. It will also show up in the ThreadPool MBean. Backport of r1336515 from trunk. Modified:

[Bug 53061] tomcat asynchronous invocation problem

2012-05-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53061 --- Comment #3 from Slava --- Created attachment 28754 --> https://issues.apache.org/bugzilla/attachment.cgi?id=28754&action=edit war Added war to the provided souorce -- You are receiving this mail because: You are the assignee for th

[Bug 53061] tomcat asynchronous invocation problem

2012-05-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53061 Slava changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|WORKSFORME

[Bug 53062] Tomcat doesn't normalize absolute urls for redirect

2012-05-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53062 --- Comment #4 from mgrigorov --- I have noticed that WebLogic (not sure which version though) also produce such absolute urls. If you ask me IE users should suffer just for the reason they use this browser, but except IE+Tomcat_virtual_hos

[Bug 53061] tomcat asynchronous invocation problem

2012-05-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53061 --- Comment #5 from Mark Thomas --- Thanks for that. I can now re-produce it. I can also reproduce it on Windows. The key to reproducing it is to refresh the browser more frequently then once a second - the faster the refresh the clearer th

[Bug 53214] New: jar file from /WEB-INF/lib is missing while redeploying

2012-05-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53214 Priority: P2 Bug ID: 53214 Assignee: dev@tomcat.apache.org Summary: jar file from /WEB-INF/lib is missing while redeploying Severity: normal Classification: Unclass

[Bug 53214] jar file from /WEB-INF/lib is missing while redeploying

2012-05-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53214 --- Comment #1 from van-An Phan --- we are running apache-tomcat-7.0.8 on the z/OS environment (IBM Mainframe) and encounter the following problem. Every night the tomcats are restarted at 01:30 o'clock. After 3 hours about 04:30 o'clock th

[Bug 53214] jar file from /WEB-INF/lib is missing while redeploying

2012-05-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53214 Konstantin Kolinko changed: What|Removed |Added Status|NEW |RESOLVED Resolution|-

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

2012-05-10 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 i

svn commit: r1336813 - /tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java

2012-05-10 Thread markt
Author: markt Date: Thu May 10 17:44:49 2012 New Revision: 1336813 URL: http://svn.apache.org/viewvc?rev=1336813&view=rev Log: Fix a problem whereby if the poller was under low but consistent load (>1 request/per second and always less than 1s between requests) timeouts never took place. After t

svn commit: r1336814 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/util/net/NioEndpoint.java webapps/docs/changelog.xml

2012-05-10 Thread markt
Author: markt Date: Thu May 10 17:46:45 2012 New Revision: 1336814 URL: http://svn.apache.org/viewvc?rev=1336814&view=rev Log: Fix a problem whereby if the poller was under low but consistent load (>1 request/per second and always less than 1s between requests) timeouts never took place. After t

[Bug 53061] tomcat asynchronous invocation problem

2012-05-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53061 Mark Thomas changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

Re: svn commit: r1336516 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/util/net/AbstractEndpoint.java webapps/docs/changelog.xml

2012-05-10 Thread sebb
On 10 May 2012 08:50, wrote: > Author: rjung > Date: Thu May 10 07:50:29 2012 > New Revision: 1336516 > > URL: http://svn.apache.org/viewvc?rev=1336516&view=rev > Log: > Add public method to retrieve the current connectionCount > from an endpoint. > > It will also show up in the ThreadPool MBean.

svn commit: r1336844 - /tomcat/trunk/webapps/docs/config/manager.xml

2012-05-10 Thread schultz
Author: schultz Date: Thu May 10 19:30:36 2012 New Revision: 1336844 URL: http://svn.apache.org/viewvc?rev=1336844&view=rev Log: Fixed documentation for maxInactiveInterval: default is 30 minutes, not 60 seconds. Modified: tomcat/trunk/webapps/docs/config/manager.xml Modified: tomcat/trunk/

svn commit: r1336845 - /tomcat/tc7.0.x/trunk/webapps/docs/config/manager.xml

2012-05-10 Thread schultz
Author: schultz Date: Thu May 10 19:31:10 2012 New Revision: 1336845 URL: http://svn.apache.org/viewvc?rev=1336845&view=rev Log: Fixed documentation for maxInactiveInterval: default is 30 minutes, not 60 seconds. Modified: tomcat/tc7.0.x/trunk/webapps/docs/config/manager.xml Modified: tomca

svn commit: r1336846 - /tomcat/trunk/webapps/docs/config/manager.xml

2012-05-10 Thread schultz
Author: schultz Date: Thu May 10 19:32:24 2012 New Revision: 1336846 URL: http://svn.apache.org/viewvc?rev=1336846&view=rev Log: Fixed typo. Modified: tomcat/trunk/webapps/docs/config/manager.xml Modified: tomcat/trunk/webapps/docs/config/manager.xml URL: http://svn.apache.org/viewvc/tomcat

svn commit: r1336847 - /tomcat/tc7.0.x/trunk/webapps/docs/config/manager.xml

2012-05-10 Thread schultz
Author: schultz Date: Thu May 10 19:32:54 2012 New Revision: 1336847 URL: http://svn.apache.org/viewvc?rev=1336847&view=rev Log: Fixed typo. Modified: tomcat/tc7.0.x/trunk/webapps/docs/config/manager.xml Modified: tomcat/tc7.0.x/trunk/webapps/docs/config/manager.xml URL: http://svn.apache.o

svn commit: r1336848 - /tomcat/tc6.0.x/trunk/webapps/docs/config/manager.xml

2012-05-10 Thread schultz
Author: schultz Date: Thu May 10 19:35:27 2012 New Revision: 1336848 URL: http://svn.apache.org/viewvc?rev=1336848&view=rev Log: Fixed typo. Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/manager.xml Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/manager.xml URL: http://svn.apache.o

svn commit: r1336864 - in /tomcat/trunk: java/org/apache/catalina/connector/Response.java java/org/apache/tomcat/util/buf/CharChunk.java test/org/apache/catalina/connector/TestResponse.java test/org/a

2012-05-10 Thread markt
Author: markt Date: Thu May 10 20:06:15 2012 New Revision: 1336864 URL: http://svn.apache.org/viewvc?rev=1336864&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53062 Normalize redirect URLs constructed from relative paths Modified: tomcat/trunk/java/org/apache/catalina/c

svn commit: r1336868 - /tomcat/trunk/test/org/apache/catalina/connector/TesterMockRequest.java

2012-05-10 Thread markt
Author: markt Date: Thu May 10 20:08:45 2012 New Revision: 1336868 URL: http://svn.apache.org/viewvc?rev=1336868&view=rev Log: Add missing file from r1336864 Added: tomcat/trunk/test/org/apache/catalina/connector/TesterMockRequest.java (with props) Added: tomcat/trunk/test/org/apache/cata

svn commit: r1336870 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/connector/ java/org/apache/tomcat/util/buf/ test/org/apache/catalina/connector/ webapps/docs/

2012-05-10 Thread markt
Author: markt Date: Thu May 10 20:09:23 2012 New Revision: 1336870 URL: http://svn.apache.org/viewvc?rev=1336870&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53062 Normalize redirect URLs constructed from relative paths Added: tomcat/tc7.0.x/trunk/test/org/apache/cata

[Bug 53062] Tomcat doesn't normalize absolute urls for redirect

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

buildbot success in ASF Buildbot on tomcat-7-trunk

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

svn commit: r1336884 - in /tomcat/trunk: java/org/apache/tomcat/util/net/AbstractEndpoint.java java/org/apache/tomcat/util/net/JIoEndpoint.java webapps/docs/config/ajp.xml webapps/docs/config/http.xml

2012-05-10 Thread markt
Author: markt Date: Thu May 10 21:07:22 2012 New Revision: 1336884 URL: http://svn.apache.org/viewvc?rev=1336884&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53063 When using an Executor with BIO, use the executor's maxThreads as the default for maxConnections Modified:

svn commit: r1336889 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/util/net/AbstractEndpoint.java java/org/apache/tomcat/util/net/JIoEndpoint.java webapps/docs/changelog.xml webapps/docs/confi

2012-05-10 Thread markt
Author: markt Date: Thu May 10 21:11:24 2012 New Revision: 1336889 URL: http://svn.apache.org/viewvc?rev=1336889&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53063 When using an Executor with BIO, use the executor's maxThreads as the default for maxConnections Modified:

[Bug 53063] Inconsistency in documentation regarding Connector's maxConnections property

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

buildbot failure in ASF Buildbot on tomcat-7-trunk

2012-05-10 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/559 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

[GUMP@vmgump]: Project tomcat-tc7.0.x-test (in module tomcat-7.0.x) failed

2012-05-10 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-tc7.0.x-test has an issue affecting its community integration. This

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

2012-05-10 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 i