Re: svn commit: r1574785 - in /tomcat/trunk: java/org/apache/jasper/JspC.java java/org/apache/jasper/servlet/JspCServletContext.java test/org/apache/jasper/servlet/TestJspCServletContext.java

2014-03-06 Thread Konstantin Kolinko
2014-03-06 11:40 GMT+04:00 : > Author: markt > Date: Thu Mar 6 07:40:12 2014 > New Revision: 1574785 > > URL: http://svn.apache.org/r1574785 > Log: > Better fix for BZ56199 > Fix failing unit tests caused by original fix. > > Modified: > tomcat/trunk/java/org/apache/jasper/JspC.java > tom

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

2014-03-06 Thread Bill Barker
-Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.2-SNAPSHOT.jar -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20140306-native-src.tar.gz -Dexamples.sources.skip=true -Dtomcat-dbcp.home=/srv/gump/public/workspace/tomc

Re: svn commit: r1574785 - in /tomcat/trunk: java/org/apache/jasper/JspC.java java/org/apache/jasper/servlet/JspCServletContext.java test/org/apache/jasper/servlet/TestJspCServletContext.java

2014-03-06 Thread Mark Thomas
On 06/03/2014 08:46, Konstantin Kolinko wrote: > 2014-03-06 11:40 GMT+04:00 : >> Author: markt >> Date: Thu Mar 6 07:40:12 2014 >> New Revision: 1574785 >> >> URL: http://svn.apache.org/r1574785 >> Log: >> Better fix for BZ56199 >> Fix failing unit tests caused by original fix. >> >> Modified: >>

svn commit: r1574809 - in /tomcat/trunk/java/org/apache/jasper: Constants.java servlet/JspCServletContext.java

2014-03-06 Thread markt
Author: markt Date: Thu Mar 6 08:58:31 2014 New Revision: 1574809 URL: http://svn.apache.org/r1574809 Log: Follow up to r1574785 - Ensure blockExternal init param is set - Remove unused constant Modified: tomcat/trunk/java/org/apache/jasper/Constants.java tomcat/trunk/java/org/apache/jas

buildbot success in ASF Buildbot on tomcat-trunk

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

[Bug 56190] Connection keep-alive not working with asynchronous servlet

2014-03-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56190 --- Comment #9 from Mark Thomas --- I have the first pass at a fix for this ready. The required changes are minimal but it breaks a lot of unit tests. The unit tests depend on being able to write to the response after the async complete. I

[Bug 56215] sendError doesn't send error page with AsyncContext

2014-03-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56215 --- Comment #2 from alexalta...@gmail.com --- Thank you. Is there a way to reproduce the synchronous behaviour easily? -- You are receiving this mail because: You are the assignee for the bug. -

svn commit: r1574923 - in /tomcat/trunk: java/org/apache/catalina/core/AsyncContextImpl.java java/org/apache/coyote/AsyncContextCallback.java java/org/apache/coyote/AsyncStateMachine.java test/org/apa

2014-03-06 Thread markt
Author: markt Date: Thu Mar 6 15:36:29 2014 New Revision: 1574923 URL: http://svn.apache.org/r1574923 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56190 AsyncContext.complete() should close the response. dispatch() should be used if further output to the response is required. Mod

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

2014-03-06 Thread markt
Author: markt Date: Thu Mar 6 15:58:06 2014 New Revision: 1574936 URL: http://svn.apache.org/r1574936 Log: Update changelog Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/change

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

2014-03-06 Thread markt
Author: markt Date: Thu Mar 6 15:59:03 2014 New Revision: 1574937 URL: http://svn.apache.org/r1574937 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56190 AsyncContext.complete() should close the response. dispatch() should be used if further output to the response is required. Mod

[Bug 56190] Connection keep-alive not working with asynchronous servlet

2014-03-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56190 Mark Thomas changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

svn commit: r1574943 - in /tomcat/trunk: java/org/apache/catalina/core/ApplicationContext.java java/org/apache/catalina/core/LocalStrings.properties test/org/apache/catalina/core/TestApplicationContex

2014-03-06 Thread markt
Author: markt Date: Thu Mar 6 16:19:44 2014 New Revision: 1574943 URL: http://svn.apache.org/r1574943 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56223 Throw an IllegalStateException if a call is made to ServletContext.setInitParameter() after the ServletContext has been initiali

[Bug 56223] ServletContext#setInitParameter(..) does not throw IllegalStateException after it's been initialized

2014-03-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56223 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1574944 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/core/ApplicationContext.java java/org/apache/catalina/core/LocalStrings.properties test/org/apache/catalina/core/TestApplic

2014-03-06 Thread markt
Author: markt Date: Thu Mar 6 16:21:11 2014 New Revision: 1574944 URL: http://svn.apache.org/r1574944 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56223 Throw an IllegalStateException if a call is made to ServletContext.setInitParameter() after the ServletContext has been initiali

buildbot success in ASF Buildbot on tomcat-7-trunk

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

buildbot failure in ASF Buildbot on tomcat-7-trunk

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

JDK 8 : Third Release Candidate - Build 132 is available on java.net

2014-03-06 Thread Rory O'Donnell Oracle, Dublin Ireland
Hi Mladen, JDK 8 Third Release Candidate , Build 132 is now available for download & test. Please log all show stopper issues as soon as possible. Rgds,Rory -- Rgds,Rory O'Donnell Quality Engineering Manager Oracle EMEA , Dublin, Ireland

Re: buildbot failure in ASF Buildbot on tomcat-7-trunk

2014-03-06 Thread Konstantin Kolinko
2014-03-06 22:04 GMT+04:00 : > 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/1792 > > Buildbot URL: http://ci.apache.org/ > > Buildslave for this Build: bb-vm

svn commit: r1575012 - /tomcat/trunk/test/org/apache/jasper/compiler/TestELInterpreterFactory.java

2014-03-06 Thread markt
Author: markt Date: Thu Mar 6 19:08:23 2014 New Revision: 1575012 URL: http://svn.apache.org/r1575012 Log: Fix broken test, uncovered by the fix for BZ 56223. Modified: tomcat/trunk/test/org/apache/jasper/compiler/TestELInterpreterFactory.java Modified: tomcat/trunk/test/org/apache/jasper/

Re: buildbot failure in ASF Buildbot on tomcat-7-trunk

2014-03-06 Thread Mark Thomas
On 06/03/2014 18:12, Konstantin Kolinko wrote: > So the good news is that IllegalStateException patch (r1574944) works. > It is this test case that is broken. Fixed. Mark - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apac

svn commit: r1575015 - in /tomcat/tc7.0.x/trunk: ./ test/org/apache/jasper/compiler/TestELInterpreterFactory.java

2014-03-06 Thread markt
Author: markt Date: Thu Mar 6 19:12:21 2014 New Revision: 1575015 URL: http://svn.apache.org/r1575015 Log: Fix broken test, uncovered by the fix for BZ 56223. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/test/org/apache/jasper/compiler/TestELInterpreterFactory.

buildbot failure in ASF Buildbot on tomcat-trunk

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

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

2014-03-06 Thread Bill Barker
-Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.2-SNAPSHOT.jar -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20140306-native-src.tar.gz -Dexamples.sources.skip=true -Dtomcat-dbcp.home=/srv/gump/public/workspace/tomc

buildbot success in ASF Buildbot on tomcat-trunk

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