Early Access builds for JDK 9 b15, JDK 8u20 b16 are available on java.net

2014-06-04 Thread Rory O'Donnell Oracle, Dublin Ireland
Hi Mladen, Early Access builds for JDK 9 b15 https://jdk9.java.net/download/, JDK 8u20 b16 https://jdk8.java.net/download.html are available on java.net. As we enter the later phases of development for JDK 8u20 , please log any show stoppers as soon as possible. JDK 7u60 is available for

[Bug 56321] ServletContextListener.contextDestroyed not completely executed when updating war

2014-06-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56321 --- Comment #5 from Yohei Hina picl...@gmail.com --- Is this bug fixed? I can reproduce this on 7.0.54 -- You are receiving this mail because: You are the assignee for the bug.

svn commit: r1600051 - /tomcat/trunk/test/org/apache/coyote/http11/TestAbstractHttp11Processor.java

2014-06-04 Thread markt
Author: markt Date: Wed Jun 4 09:22:21 2014 New Revision: 1600051 URL: http://svn.apache.org/r1600051 Log: Add a (currently disabled) test for errors with a chunked response after the response has been committed. Modified:

[Bug 56321] ServletContextListener.contextDestroyed not completely executed when updating war

2014-06-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56321 Yohei Hina picl...@gmail.com changed: What|Removed |Added CC||picl...@gmail.com

svn commit: r1600101 - /tomcat/trunk/java/org/apache/coyote/http11/AbstractInputBuffer.java

2014-06-04 Thread markt
Author: markt Date: Wed Jun 4 11:18:13 2014 New Revision: 1600101 URL: http://svn.apache.org/r1600101 Log: Clean-up Modified: tomcat/trunk/java/org/apache/coyote/http11/AbstractInputBuffer.java Modified: tomcat/trunk/java/org/apache/coyote/http11/AbstractInputBuffer.java URL:

[Bug 56321] ServletContextListener.contextDestroyed not completely executed when updating war

2014-06-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56321 --- Comment #6 from Konstantin Kolinko knst.koli...@gmail.com --- Created attachment 31688 -- https://issues.apache.org/bugzilla/attachment.cgi?id=31688action=edit contexttest.war WAR file, build from java files in test project Compiled

svn commit: r1600109 - in /tomcat/trunk/java/org/apache/coyote: ./ ajp/ http11/ spdy/

2014-06-04 Thread markt
Author: markt Date: Wed Jun 4 11:25:51 2014 New Revision: 1600109 URL: http://svn.apache.org/r1600109 Log: Refactoring. Switch from a boolean to an Enum for error state so we can differentiate between an error that requires the connection is closed after the current response is completed and

[Bug 56321] ServletContextListener.contextDestroyed not completely executed when updating war

2014-06-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56321 --- Comment #7 from Konstantin Kolinko knst.koli...@gmail.com --- (In reply to Yohei Hina from comment #5) Is this bug fixed? Yes. Using the test war attached to this issue, the scenario in the Description above, current Tomcat 7.0.x and

Re: svn commit: r1600109 - in /tomcat/trunk/java/org/apache/coyote: ./ ajp/ http11/ spdy/

2014-06-04 Thread Konstantin Kolinko
2014-06-04 15:25 GMT+04:00 ma...@apache.org: Author: markt Date: Wed Jun 4 11:25:51 2014 New Revision: 1600109 URL: http://svn.apache.org/r1600109 Log: Refactoring. Switch from a boolean to an Enum for error state so we can differentiate between an error that requires the connection is

Re: svn commit: r1600109 - in /tomcat/trunk/java/org/apache/coyote: ./ ajp/ http11/ spdy/

2014-06-04 Thread Mark Thomas
On 04/06/2014 12:36, Konstantin Kolinko wrote: 2014-06-04 15:25 GMT+04:00 ma...@apache.org: Author: markt Date: Wed Jun 4 11:25:51 2014 New Revision: 1600109 URL: http://svn.apache.org/r1600109 Log: Refactoring. Switch from a boolean to an Enum for error state so we can differentiate

Re: svn commit: r1600109 - in /tomcat/trunk/java/org/apache/coyote: ./ ajp/ http11/ spdy/

2014-06-04 Thread Konstantin Kolinko
2014-06-04 15:47 GMT+04:00 Mark Thomas ma...@apache.org: On 04/06/2014 12:36, Konstantin Kolinko wrote: 2014-06-04 15:25 GMT+04:00 ma...@apache.org: Author: markt Date: Wed Jun 4 11:25:51 2014 New Revision: 1600109 URL: http://svn.apache.org/r1600109 Log: Refactoring. Switch from a

[Bug 56588] New: ApplicationListener#pluggabilityBlocked field is always false in Tomcat 8

2014-06-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56588 Bug ID: 56588 Summary: ApplicationListener#pluggabilityBlocked field is always false in Tomcat 8 Product: Tomcat 8 Version: 8.0.8 Hardware: PC Status:

Re: svn commit: r1600109 - in /tomcat/trunk/java/org/apache/coyote: ./ ajp/ http11/ spdy/

2014-06-04 Thread Mark Thomas
On 04/06/2014 12:57, Konstantin Kolinko wrote: 2014-06-04 15:47 GMT+04:00 Mark Thomas ma...@apache.org: On 04/06/2014 12:36, Konstantin Kolinko wrote: 2014-06-04 15:25 GMT+04:00 ma...@apache.org: Author: markt Date: Wed Jun 4 11:25:51 2014 New Revision: 1600109 URL:

svn commit: r1600161 - /tomcat/trunk/java/org/apache/coyote/spdy/SpdyProcessor.java

2014-06-04 Thread markt
Author: markt Date: Wed Jun 4 12:53:58 2014 New Revision: 1600161 URL: http://svn.apache.org/r1600161 Log: Formatting. Modified: tomcat/trunk/java/org/apache/coyote/spdy/SpdyProcessor.java Modified: tomcat/trunk/java/org/apache/coyote/spdy/SpdyProcessor.java URL:

svn commit: r1600162 - in /tomcat/trunk/java/org/apache/coyote: AbstractProcessor.java ajp/AbstractAjpProcessor.java http11/AbstractHttp11Processor.java

2014-06-04 Thread markt
Author: markt Date: Wed Jun 4 12:54:41 2014 New Revision: 1600162 URL: http://svn.apache.org/r1600162 Log: Move resetting of error state to the processor's recycle method. Modified: tomcat/trunk/java/org/apache/coyote/AbstractProcessor.java

Re: svn commit: r1600109 - in /tomcat/trunk/java/org/apache/coyote: ./ ajp/ http11/ spdy/

2014-06-04 Thread Konstantin Kolinko
2014-06-04 16:52 GMT+04:00 Mark Thomas ma...@apache.org: On 04/06/2014 12:57, Konstantin Kolinko wrote: 2014-06-04 15:47 GMT+04:00 Mark Thomas ma...@apache.org: On 04/06/2014 12:36, Konstantin Kolinko wrote: 2014-06-04 15:25 GMT+04:00 ma...@apache.org: Author: markt Date: Wed Jun 4

[Bug 56589] New: Cookie with fixed TimeZone

2014-06-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56589 Bug ID: 56589 Summary: Cookie with fixed TimeZone Product: Tomcat 7 Version: unspecified Hardware: All OS: All Status: NEW Severity: normal

[GitHub] tomcat pull request: Changes to make Jasper more separable from To...

2014-06-04 Thread gregw
Github user gregw commented on the pull request: https://github.com/apache/tomcat/pull/4#issuecomment-45101512 Awesome!. We've pull the changes into our forked repo and they look pretty much exactly what we need. We will probably do one more release cycle with our forked version,

[Bug 56589] Cookie with fixed TimeZone

2014-06-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56589 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r1600408 - /tomcat/trunk/java/org/apache/coyote/AbstractProcessor.java

2014-06-04 Thread markt
Author: markt Date: Wed Jun 4 18:09:19 2014 New Revision: 1600408 URL: http://svn.apache.org/r1600408 Log: Trivial reformatting to trigger a CI build to see if the CI server is fixed. Modified: tomcat/trunk/java/org/apache/coyote/AbstractProcessor.java Modified:

svn commit: r1600449 - in /tomcat/trunk: java/org/apache/catalina/valves/ java/org/apache/coyote/ java/org/apache/coyote/ajp/ java/org/apache/coyote/http11/ java/org/apache/coyote/spdy/ test/org/apach

2014-06-04 Thread markt
Author: markt Date: Wed Jun 4 19:18:57 2014 New Revision: 1600449 URL: http://svn.apache.org/r1600449 Log: Improve error handling for an unhandled exception after the response has been committed. Tomcat will now attempt to: - flush any unwritten response data to the client - prevent further

[Bug 56588] ApplicationListener#pluggabilityBlocked field is always false in Tomcat 8

2014-06-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56588 Mark Thomas ma...@apache.org changed: What|Removed |Added OS||All --- Comment #1

svn commit: r1600495 - /tomcat/trunk/java/org/apache/catalina/valves/ErrorReportValve.java

2014-06-04 Thread markt
Author: markt Date: Wed Jun 4 21:04:11 2014 New Revision: 1600495 URL: http://svn.apache.org/r1600495 Log: Fix regression in r1600449 Modified: tomcat/trunk/java/org/apache/catalina/valves/ErrorReportValve.java Modified: tomcat/trunk/java/org/apache/catalina/valves/ErrorReportValve.java

buildbot success in ASF Buildbot on tomcat-trunk

2014-06-04 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/145 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

svn commit: r1600501 - /tomcat/trunk/webapps/docs/changelog.xml

2014-06-04 Thread markt
Author: markt Date: Wed Jun 4 21:14:58 2014 New Revision: 1600501 URL: http://svn.apache.org/r1600501 Log: Add error handling changes. Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL:

svn commit: r1600505 - in /tomcat/trunk: java/org/apache/catalina/ java/org/apache/catalina/core/ java/org/apache/catalina/startup/ java/org/apache/tomcat/util/descriptor/web/ test/org/apache/catalina

2014-06-04 Thread markt
Author: markt Date: Wed Jun 4 21:18:55 2014 New Revision: 1600505 URL: http://svn.apache.org/r1600505 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56588 Remove unnecessary code - essentially revert r1492307 - that is no longer required now that Jasper is initialized via an SCI.

[Bug 56588] ApplicationListener#pluggabilityBlocked field is always false in Tomcat 8

2014-06-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56588 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

buildbot retry in ASF Buildbot on tomcat-trunk

2014-06-04 Thread buildbot
on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/146 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source Stamp: [branch tomcat/trunk] 1600495

[Bug 56586] initSQL should be committed if defaultAutoCommit == false

2014-06-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56586 --- Comment #1 from Christopher Schultz ch...@christopherschultz.net --- Are you executing DML statements in your initSQL? Are there drivers who allow rollbacks on session state changes? Weird. Note that you could always use a stored

[Bug 56582] Use switch(enum) in implementations of ActionHook.action(ActionCode, ...)

2014-06-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56582 --- Comment #4 from Christopher Schultz ch...@christopherschultz.net --- (In reply to Konstantin Kolinko from comment #1) I plan to backport this change to Tomcat 7, as I think switch() behaves better for performance. +1 A tableswitch

buildbot failure in ASF Buildbot on tomcat-trunk

2014-06-04 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/147 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

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

2014-06-04 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-nio has an issue affecting its community integration.

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

2014-06-04 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-nio2 has an issue affecting its community integration.

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

2014-06-04 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-bio has an issue affecting its community integration.