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

2014-01-19 Thread Bill Barker
/public/workspace/junit/dist/junit-20140119.jar -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-20140119-native-src.tar.gz -Dexamples.sources.skip=true

[Bug 56032] New: WebSocket Endpoint onClose method not called when channel closed by thread interruption

2014-01-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56032 Bug ID: 56032 Summary: WebSocket Endpoint onClose method not called when channel closed by thread interruption Product: Tomcat 8 Version: trunk Hardware: All

svn commit: r1559498 - in /tomcat/maven-plugin/trunk: pom.xml src/site/apt/executable-war-jar.apt.vm

2014-01-19 Thread kkolinko
Author: kkolinko Date: Sun Jan 19 13:51:16 2014 New Revision: 1559498 URL: http://svn.apache.org/r1559498 Log: Correct typo s/byte/bytes/, replace tabs with spaces. Remove leading whitespace in a name. Modified: tomcat/maven-plugin/trunk/pom.xml

svn commit: r1559525 - /tomcat/taglibs/site/src/site/xdoc/index.xml

2014-01-19 Thread jboynes
Author: jboynes Date: Sun Jan 19 16:55:17 2014 New Revision: 1559525 URL: http://svn.apache.org/r1559525 Log: fix broken link Modified: tomcat/taglibs/site/src/site/xdoc/index.xml Modified: tomcat/taglibs/site/src/site/xdoc/index.xml URL:

svn commit: r1559526 - /tomcat/site/trunk/docs/taglibs/index.html

2014-01-19 Thread jboynes
Author: jboynes Date: Sun Jan 19 16:57:35 2014 New Revision: 1559526 URL: http://svn.apache.org/r1559526 Log: manual fix for broken link Modified: tomcat/site/trunk/docs/taglibs/index.html Modified: tomcat/site/trunk/docs/taglibs/index.html URL:

Re: [Taglibs] Site updated; ready for announce.

2014-01-19 Thread Jeremy Boynes
On Jan 18, 2014, at 8:12 PM, Henri Yandell flame...@gmail.com wrote: I've updated the site to point to the 1.2.1 release. It's a bit of a kludge right now. Once RDC heads in the direction of the Attic, I'd like to move the site fully into the tomcat-site directory, avoiding any of the

[ANN] Apache Standard Taglib 1.2.1 released

2014-01-19 Thread Jeremy Boynes
The Apache Tomcat team announces the immediate availability of Apache Standard Taglib 1.2.1. Apache Standard Taglib is an open source software implementation of the JSP Standard Tag Library (JSTL) technology. This release supports JSTL version 1.2 along with numerous bug-fixes and

svn commit: r1559550 - /tomcat/trunk/java/org/apache/jasper/compiler/ELParser.java

2014-01-19 Thread markt
Author: markt Date: Sun Jan 19 18:55:19 2014 New Revision: 1559550 URL: http://svn.apache.org/r1559550 Log: Second attempt at fixing https://issues.apache.org/bugzilla/show_bug.cgi?id=56029 This fixes BZ56029 by storing any whitespace before a token with the token and then including it when the

svn commit: r1559549 - /tomcat/trunk/java/org/apache/jasper/compiler/ELParser.java

2014-01-19 Thread markt
Author: markt Date: Sun Jan 19 18:54:47 2014 New Revision: 1559549 URL: http://svn.apache.org/r1559549 Log: Revert changes in r1559397 for this file. The first attempt at a fix introduced a different regression Modified: tomcat/trunk/java/org/apache/jasper/compiler/ELParser.java Modified:

svn commit: r1559555 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/jasper/compiler/ELParser.java

2014-01-19 Thread markt
Author: markt Date: Sun Jan 19 19:05:23 2014 New Revision: 1559555 URL: http://svn.apache.org/r1559555 Log: Second attempt at fixing https://issues.apache.org/bugzilla/show_bug.cgi?id=56029 This fixes BZ56029 by storing any whitespace before a token with the token and then including it when the

svn commit: r1559553 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/jasper/compiler/ELParser.java

2014-01-19 Thread markt
Author: markt Date: Sun Jan 19 19:04:55 2014 New Revision: 1559553 URL: http://svn.apache.org/r1559553 Log: Revert changes in r1559401 for this file. The first attempt at a fix introduced a different regression Modified: tomcat/tc7.0.x/trunk/ (props changed)

Re: svn commit: r1559397 - in /tomcat/trunk: java/org/apache/jasper/compiler/ELParser.java test/org/apache/jasper/compiler/TestELParser.java

2014-01-19 Thread Mark Thomas
On 18/01/2014 22:48, Mark Thomas wrote: On 18/01/2014 22:02, Jeremy Boynes wrote: snip/ This broke TestELInJSP for me: Should be fixed now. Mark - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional

svn commit: r1559556 - /tomcat/tc6.0.x/trunk/STATUS.txt

2014-01-19 Thread markt
Author: markt Date: Sun Jan 19 19:05:50 2014 New Revision: 1559556 URL: http://svn.apache.org/r1559556 Log: Update proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

svn commit: r1559561 - in /tomcat/trunk/java/org/apache/catalina: Globals.java core/JreMemoryLeakPreventionListener.java loader/WebappClassLoader.java

2014-01-19 Thread markt
Author: markt Date: Sun Jan 19 19:22:24 2014 New Revision: 1559561 URL: http://svn.apache.org/r1559561 Log: Move JVM vendor detection to a global constant. Fix detection of Sun/Oracle JVM that only worked for older Sun branded JVMs. Modified:

svn commit: r1559562 - /tomcat/trunk/java/org/apache/catalina/authenticator/SpnegoAuthenticator.java

2014-01-19 Thread markt
Author: markt Date: Sun Jan 19 19:26:09 2014 New Revision: 1559562 URL: http://svn.apache.org/r1559562 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56013 IBM JDK only understands indefinite lifetime Modified:

svn commit: r1559565 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/Globals.java java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java java/org/apache/catalina/loader/WebappClass

2014-01-19 Thread markt
Author: markt Date: Sun Jan 19 19:28:34 2014 New Revision: 1559565 URL: http://svn.apache.org/r1559565 Log: Move JVM vendor detection to a global constant. Fix detection of Sun/Oracle JVM that only worked for older Sun branded JVMs. Modified: tomcat/tc7.0.x/trunk/ (props changed)

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

2014-01-19 Thread markt
Author: markt Date: Sun Jan 19 19:31:24 2014 New Revision: 1559566 URL: http://svn.apache.org/r1559566 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56013 IBM JRE only understands indefinite lifetime Modified: tomcat/tc7.0.x/trunk/ (props changed)

[Bug 56013] SpnegoAuthenticator not working in IBM JDK v7 for Kerberos due to incorrect credential lifetime

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

[Bug 56018] Oversized header errors are not handled in some cases

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

[Bug 55956] Regarding Tomcat Manager Application Status

2014-01-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55956 --- Comment #6 from Mark Thomas ma...@apache.org --- The information you are looking at comes from the request processors. They look at the CoyoteRequest and that is not modified by the RemoteIp[Filter|Valve]. I'm currently pondering how

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

2014-01-19 Thread markt
Author: markt Date: Sun Jan 19 19:50:11 2014 New Revision: 1559571 URL: http://svn.apache.org/r1559571 Log: Fix typo Modified: tomcat/trunk/test/org/apache/coyote/http11/TestAbstractHttp11Processor.java Modified: tomcat/trunk/test/org/apache/coyote/http11/TestAbstractHttp11Processor.java

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

2014-01-19 Thread markt
Author: markt Date: Sun Jan 19 19:57:16 2014 New Revision: 1559573 URL: http://svn.apache.org/r1559573 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56021 Make it possible to use the Windows-My keystore that requires keystoreFile= to be set on the connector. Modified:

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

2014-01-19 Thread markt
Author: markt Date: Sun Jan 19 19:57:44 2014 New Revision: 1559574 URL: http://svn.apache.org/r1559574 Log: Reduce visibility Modified: tomcat/trunk/java/org/apache/tomcat/util/net/AbstractEndpoint.java Modified: tomcat/trunk/java/org/apache/tomcat/util/net/AbstractEndpoint.java URL:

[Bug 56021] SSL connector using windows-my keystore

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

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

2014-01-19 Thread markt
Author: markt Date: Sun Jan 19 20:02:22 2014 New Revision: 1559575 URL: http://svn.apache.org/r1559575 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56021 Make it possible to use the Windows-My keystore that requires keystoreFile= to be set on the connector. Modified:

svn commit: r1559576 - /tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

2014-01-19 Thread markt
Author: markt Date: Sun Jan 19 20:04:49 2014 New Revision: 1559576 URL: http://svn.apache.org/r1559576 Log: Fix typo Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml URL:

buildbot success in ASF Buildbot on tomcat-7-trunk

2014-01-19 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/1693 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build

[Bug 49711] HttpServletRequest#getParts() does not work in a Filter

2014-01-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49711 n...@familie-kuntze.de changed: What|Removed |Added CC||n...@familie-kuntze.de --

[Bug 49711] HttpServletRequest#getParts() does not work in a Filter

2014-01-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49711 n...@familie-kuntze.de changed: What|Removed |Added Status|RESOLVED|REOPENED

buildbot success in ASF Buildbot on tomcat-trunk

2014-01-19 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/5415 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build

[Bug 49711] HttpServletRequest#getParts() does not work in a Filter

2014-01-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49711 Konstantin Kolinko knst.koli...@gmail.com changed: What|Removed |Added Status|REOPENED

[jira] [Closed] (MTOMCAT-227) Can't use slf4j-jcl with tomcat7:run

2014-01-19 Thread *$^¨%`£
[ https://issues.apache.org/jira/browse/MTOMCAT-227?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Lamy (*$^¨%`£) closed MTOMCAT-227. -- Resolution: Fixed please clone this jira in a new one and do not reopen.