[GUMP@vmgump]: Project tomcat-taglibs-standard (in module tomcat-taglibs) failed

2012-11-11 Thread Gump
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-taglibs-standard has an issue affecting its community integration.

svn commit: r1408043 - /tomcat/trunk/java/org/apache/catalina/authenticator/FormAuthenticator.java

2012-11-11 Thread kkolinko
Author: kkolinko Date: Sun Nov 11 16:25:18 2012 New Revision: 1408043 URL: http://svn.apache.org/viewvc?rev=1408043&view=rev Log: In FormAuthenticator: If it is configured to change Session IDs, do the change before displaying the login form. Modified: tomcat/trunk/java/org/apache/catalina/au

svn commit: r1408044 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/authenticator/FormAuthenticator.java webapps/docs/changelog.xml

2012-11-11 Thread kkolinko
Author: kkolinko Date: Sun Nov 11 16:42:02 2012 New Revision: 1408044 URL: http://svn.apache.org/viewvc?rev=1408044&view=rev Log: Merged revision 1408043 from tomcat/trunk: In FormAuthenticator: If it is configured to change Session IDs, do the change before displaying the login form. Modified:

svn commit: r1408148 - in /tomcat/trunk: java/org/apache/catalina/core/AsyncContextImpl.java java/org/apache/catalina/core/StandardHostValve.java java/org/apache/coyote/AsyncStateMachine.java test/org

2012-11-11 Thread markt
Author: markt Date: Sun Nov 11 23:26:55 2012 New Revision: 1408148 URL: http://svn.apache.org/viewvc?rev=1408148&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54123 There are two things going on here: 1. The reported bug. If there is a async timeout and no async listeners,

svn commit: r1408150 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/core/AsyncContextImpl.java webapps/docs/changelog.xml

2012-11-11 Thread markt
Author: markt Date: Sun Nov 11 23:32:43 2012 New Revision: 1408150 URL: http://svn.apache.org/viewvc?rev=1408150&view=rev Log: both timeout and complete, as with all container callbacks must be invoked with the right context Backport of fhanik's r1356898 Modified: tomcat/tc7.0.x/trunk/ (pr

svn commit: r1408152 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/core/ java/org/apache/coyote/ test/org/apache/catalina/core/ webapps/docs/

2012-11-11 Thread markt
Author: markt Date: Sun Nov 11 23:35:41 2012 New Revision: 1408152 URL: http://svn.apache.org/viewvc?rev=1408152&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54123 There are two things going on here: 1. The reported bug. If there is a async timeout and no async listeners,

[Bug 54123] servlet 3.0 spec violation in async timeout processing

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

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

2012-11-11 Thread markt
Author: markt Date: Sun Nov 11 23:43:18 2012 New Revision: 1408154 URL: http://svn.apache.org/viewvc?rev=1408154&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54124 Correct ASYNC_REQUEST_URI. Addition of query string appears to be left over debug code Add missing ASYNC_PATH

svn commit: r1408155 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/core/AsyncContextImpl.java webapps/docs/changelog.xml

2012-11-11 Thread markt
Author: markt Date: Sun Nov 11 23:45:46 2012 New Revision: 1408155 URL: http://svn.apache.org/viewvc?rev=1408155&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54124 Correct ASYNC_REQUEST_URI. Addition of query string appears to be left over debug code Add missing ASYNC_PATH

[Bug 54124] wrong javax.servlet.async.request_uri information and javax.servlet.async.path_info is missing

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

svn commit: r1408156 - /tomcat/trunk/test/org/apache/catalina/startup/SimpleHttpClient.java

2012-11-11 Thread markt
Author: markt Date: Sun Nov 11 23:47:34 2012 New Revision: 1408156 URL: http://svn.apache.org/viewvc?rev=1408156&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54115 Minor enhancements to HttpClient test helper class Patch by Brian Burch Modified: tomcat/trunk/test/org/a

svn commit: r1408157 - in /tomcat/tc7.0.x/trunk: ./ test/org/apache/catalina/startup/SimpleHttpClient.java

2012-11-11 Thread markt
Author: markt Date: Sun Nov 11 23:48:19 2012 New Revision: 1408157 URL: http://svn.apache.org/viewvc?rev=1408157&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54115 Minor enhancements to HttpClient test helper class Patch by Brian Burch Modified: tomcat/tc7.0.x/trunk/

[Bug 54115] Minor enhancements to HttpClient test helper class

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

Re: svn commit: r1407596 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/core/NamingContextListener.java test/org/apache/catalina/core/TestNamingContextListener.java webapps/docs/changelog.xml

2012-11-11 Thread Mark Thomas
On 10/11/2012 09:31, Konstantin Kolinko wrote: > 2012/11/9 : >> Author: markt >> Date: Fri Nov 9 19:33:44 2012 >> New Revision: 1407596 >> >> URL: http://svn.apache.org/viewvc?rev=1407596&view=rev >> Log: >> Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54096 >> env-entry can use any typ

svn commit: r1408159 - in /tomcat/trunk/webapps/docs/config: context.xml globalresources.xml

2012-11-11 Thread markt
Author: markt Date: Mon Nov 12 00:00:17 2012 New Revision: 1408159 URL: http://svn.apache.org/viewvc?rev=1408159&view=rev Log: Update docs after r1407595 Modified: tomcat/trunk/webapps/docs/config/context.xml tomcat/trunk/webapps/docs/config/globalresources.xml Modified: tomcat/trunk/web

svn commit: r1408160 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/config/context.xml webapps/docs/config/globalresources.xml

2012-11-11 Thread markt
Author: markt Date: Mon Nov 12 00:00:56 2012 New Revision: 1408160 URL: http://svn.apache.org/viewvc?rev=1408160&view=rev Log: Update docs after r1407596 Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/webapps/docs/config/context.xml tomcat/tc7.0.x/trunk/webapps

[Bug 54087] HTTP Connector incorrectly throws Exception on Invalid If-Modified-Since Header

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

svn commit: r1408162 - /tomcat/trunk/java/org/apache/catalina/core/ContainerBase.java

2012-11-11 Thread markt
Author: markt Date: Mon Nov 12 00:43:04 2012 New Revision: 1408162 URL: http://svn.apache.org/viewvc?rev=1408162&view=rev Log: Prevent NPEs with background processing and a failed deployment. Modified: tomcat/trunk/java/org/apache/catalina/core/ContainerBase.java Modified: tomcat/trunk/java/

svn commit: r1408163 - /tomcat/trunk/java/org/apache/catalina/startup/HostConfig.java

2012-11-11 Thread markt
Author: markt Date: Mon Nov 12 01:15:52 2012 New Revision: 1408163 URL: http://svn.apache.org/viewvc?rev=1408163&view=rev Log: Fix memory leak that prevents context.xml files associated with failed deployments from being deleted. Modified: tomcat/trunk/java/org/apache/catalina/startup/HostCo

svn commit: r1408164 - /tomcat/trunk/java/org/apache/catalina/startup/ContextConfig.java

2012-11-11 Thread markt
Author: markt Date: Mon Nov 12 01:16:37 2012 New Revision: 1408164 URL: http://svn.apache.org/viewvc?rev=1408164&view=rev Log: Prevent ClassCastException when undeploying a FailedContext Modified: tomcat/trunk/java/org/apache/catalina/startup/ContextConfig.java Modified: tomcat/trunk/java/or

svn commit: r1408165 - in /tomcat/trunk/java/org/apache/catalina: startup/FailedContext.java util/LifecycleBase.java

2012-11-11 Thread markt
Author: markt Date: Mon Nov 12 01:19:18 2012 New Revision: 1408165 URL: http://svn.apache.org/viewvc?rev=1408165&view=rev Log: If a component is FAILED it will remain in the FAILED state while stop() is called Better logging for Lifecycle issues for FailedContext Modified: tomcat/trunk/java/

[Bug 54123] servlet 3.0 spec violation in async timeout processing

2012-11-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54123 --- Comment #2 from Eugene Chung (TmaxSoft) --- Yes, I haven't seen the def. of 'error dispatch', too. In our product, I just used response.sendError(500) that was internally using forward with DispatcherType.ERROR. -- You are receiving t

svn commit: r1408166 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/startup/ java/org/apache/catalina/util/ webapps/docs/

2012-11-11 Thread markt
Author: markt Date: Mon Nov 12 01:26:59 2012 New Revision: 1408166 URL: http://svn.apache.org/viewvc?rev=1408166&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54007 Fix memory leak that prevents context.xml files associated with failed deployments from being deleted. Fix er

[Bug 54007] Improve handling of failed web application deployments

2012-11-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54007 --- Comment #3 from Mark Thomas --- Note the leak has been identified and fixed in trunk and 7.0.x. See r1408163 and r1408166. -- You are receiving this mail because: You are the assignee for the bug.

Plans for 7.0.33

2012-11-11 Thread Mark Thomas
I plan to run the TCKs tomorrow (strictly later today) but either way once I have got some sleep. If they and the unit tests pass, I'll tag 7.0.33 shortly afterwards. Mark - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.o

buildbot failure in ASF Buildbot on tomcat-trunk

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

Re: buildbot failure in ASF Buildbot on tomcat-trunk

2012-11-11 Thread Konstantin Kolinko
2012/11/12 : > The Buildbot has detected a new failure on builder tomcat-trunk while > building ASF Buildbot. > Full details are available at: > http://ci.apache.org/builders/tomcat-trunk/builds/3550 > > Buildbot URL: http://ci.apache.org/ > > Buildslave for this Build: bb-vm_ubuntu > > Build Re

[Bug 54064] tomcat native randomly very slow with high CPU usage

2012-11-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54064 --- Comment #16 from Mladen Turk --- Hmm, This looks like an endless loop where socket is trying to write to something that's not there any more. The problem with that is how to simulate such situation. Since it happens with SSL only I pre

[Bug 53869] Performance tuning solution to resolve too many cascaded JspContextWrapper issue

2012-11-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53869 --- Comment #4 from Sheldon Shao --- Created attachment 29586 --> https://issues.apache.org/bugzilla/attachment.cgi?id=29586&action=edit Old JspContextWrapper -- You are receiving this mail because: You are the assignee for the bug. --

[Bug 53869] Performance tuning solution to resolve too many cascaded JspContextWrapper issue

2012-11-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53869 --- Comment #5 from Sheldon Shao --- Created attachment 29587 --> https://issues.apache.org/bugzilla/attachment.cgi?id=29587&action=edit Test case comparison for performance tuning -- You are receiving this mail because: You are the ass

[Bug 53869] Performance tuning solution to resolve too many cascaded JspContextWrapper issue

2012-11-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53869 Sheldon Shao changed: What|Removed |Added Attachment #29586|application/octet-stream|text/plain mime type|

[Bug 53869] Performance tuning solution to resolve too many cascaded JspContextWrapper issue

2012-11-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53869 Sheldon Shao changed: What|Removed |Added Attachment #29587|application/octet-stream|text/plain mime type|

[Bug 53869] Performance tuning solution to resolve too many cascaded JspContextWrapper issue

2012-11-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53869 --- Comment #6 from Sheldon Shao --- Hi Mark. I added the test case. Here is a result of this case: Duration:422 DurationOld:748 Duration:203 DurationOld:717 Duration:187 DurationOld:702 Duration:187 DurationOld:686 -- You are receiving

RE: Plans for 7.0.33

2012-11-11 Thread Shao, Sheldon
I updated this jira https://issues.apache.org/bugzilla/show_bug.cgi?id=53869 Could you add this in 7.0.33 ? Thanks, Sheldon -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: 2012年11月12日 9:31 To: Tomcat Developers List Subject: Plans for 7.0.33 I plan to run the TCKs