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

2014-07-29 Thread Bill Barker
-xalan2.jar:/srv/gump/public/workspace/xml-commons/java/build/resolver.jar:/srv/gump/packages/antlr/antlr-3.1.3.jar:/srv/gump/public/workspace/checkstyle/target/checkstyle-5.8-SNAPSHOT.jar:/srv/gump/public/workspace/apache-commons/beanutils/dist/commons-beanutils-20140729.jar:/srv/gump/public/workspace

[Bug 56784] New: Possible atomicity violations

2014-07-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56784 Bug ID: 56784 Summary: Possible atomicity violations Product: Tomcat 6 Version: 6.0.41 Hardware: All OS: All Status: NEW Severity: normal

[Bug 56765] Classloader leak in Tomcat 8.0.9 caused by DBCP 2.0

2014-07-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56765 John Anderson dtgjyh...@yahoo.com changed: What|Removed |Added Hardware|PC |All

Re: new log format?

2014-07-29 Thread Rainer Jung
Am 28.07.2014 um 09:59 schrieb Romain Manni-Bucau: 2014-07-28 9:38 GMT+02:00 Rainer Jung rainer.j...@kippdata.de: Am 27.07.2014 um 19:19 schrieb Romain Manni-Bucau: Here is the one we use:

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

2014-07-29 Thread kkolinko
Author: kkolinko Date: Tue Jul 29 08:08:12 2014 New Revision: 1614281 URL: http://svn.apache.org/r1614281 Log: Fix checkstyle complaints about trailing whitespace. Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL:

[Bug 56785] New: NullPointer in processAnnotationsFile while Applicaiton Startup

2014-07-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56785 Bug ID: 56785 Summary: NullPointer in processAnnotationsFile while Applicaiton Startup Product: Tomcat 8 Version: 8.0.8 Hardware: PC OS: Linux

svn commit: r1614288 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/catalina/core/ContainerBase.java webapps/docs/changelog.xml

2014-07-29 Thread markt
Author: markt Date: Tue Jul 29 08:59:01 2014 New Revision: 1614288 URL: http://svn.apache.org/r1614288 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56648 Don't block requests while a Context is started Modified: tomcat/tc6.0.x/trunk/STATUS.txt

buildbot exception in ASF Buildbot on tomcat-trunk

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

[Bug 56648] ContainerBase.addChild blocks all user requests while single webapp is being deployed

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

Early Access builds for JDK 9 b24, JDK 8u20 b23 are available on java.net

2014-07-29 Thread Rory O'Donnell Oracle, Dublin Ireland
Hi Mladen/Mark, Early Access builds for JDK 9 b24 https://jdk9.java.net/download/ and JDK 8u20 b23 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. Rgds, Rory --

svn commit: r1614289 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/jasper/compiler/Parser.java webapps/docs/changelog.xml

2014-07-29 Thread markt
Author: markt Date: Tue Jul 29 09:16:28 2014 New Revision: 1614289 URL: http://svn.apache.org/r1614289 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56612 Correctly parse {'\'\''} in JSPs Modified: tomcat/tc6.0.x/trunk/STATUS.txt

[Bug 56612] Jasper is not able to parse two consecutive escaped single quotes in EL

2014-07-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56612 --- Comment #2 from Mark Thomas ma...@apache.org --- This has been fixed in 6.0.x and will be included in 6.0.42 onwards. -- You are receiving this mail because: You are the assignee for the bug.

svn commit: r1614290 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt java/org/apache/jasper/compiler/Parser.java webapps/docs/changelog.xml

2014-07-29 Thread markt
Author: markt Date: Tue Jul 29 09:24:40 2014 New Revision: 1614290 URL: http://svn.apache.org/r1614290 Log: Use if/elseif for alternative branches. Modified: tomcat/tc6.0.x/trunk/ (props changed) tomcat/tc6.0.x/trunk/STATUS.txt

[Bug 56785] NullPointer in processAnnotationsFile while Applicaiton Startup

2014-07-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56785 Juergen Sussner juergen.suss...@gmail.com changed: What|Removed |Added CC|

svn commit: r1614292 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt java/org/apache/catalina/core/LocalStrings.properties java/org/apache/catalina/core/StandardServer.java webapps/docs/changelog.xml

2014-07-29 Thread markt
Author: markt Date: Tue Jul 29 09:30:39 2014 New Revision: 1614292 URL: http://svn.apache.org/r1614292 Log: Workaroud https://issues.apache.org/bugzilla/show_bug.cgi?id=56684 Don't shutdown if shutdown port experiences a SocketTimeoutException Modified: tomcat/tc6.0.x/trunk/ (props

[Bug 56684] java7: java.net.SocketTimeoutException: Accept timed out

2014-07-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56684 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEEDINFO|RESOLVED

svn commit: r1614294 - in /tomcat/tc6.0.x/trunk: ./ java/org/apache/coyote/ajp/ java/org/apache/jk/common/ java/org/apache/jk/core/ webapps/docs/

2014-07-29 Thread markt
Author: markt Date: Tue Jul 29 09:38:57 2014 New Revision: 1614294 URL: http://svn.apache.org/r1614294 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56661 Support using AJP request attribute AJP_LOCAL_ADDR to fix getLocalAddr(). Backport of r1609593 from trunk resp. r1609606 from

[Bug 56661] ServletRequest#getLocalAddr() returns the hostname, not the IP address

2014-07-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56661 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|REOPENED|RESOLVED

[Bug 56787] New: Simplified jndi name parsing

2014-07-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56787 Bug ID: 56787 Summary: Simplified jndi name parsing Product: Tomcat 7 Version: trunk Hardware: All OS: All Status: NEW Severity: normal

[Bug 56787] Simplified jndi name parsing

2014-07-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56787 --- Comment #1 from Sheldon Shao xs...@ebay.com --- Created attachment 31856 -- https://issues.apache.org/bugzilla/attachment.cgi?id=31856action=edit Screenshot got from JProfiler where tomcat is starting -- You are receiving this mail

svn commit: r1614297 - in /tomcat/trunk: java/org/apache/tomcat/buildutil/ java/org/apache/tomcat/util/net/jsse/openssl/ res/checkstyle/

2014-07-29 Thread markt
Author: markt Date: Tue Jul 29 09:50:00 2014 New Revision: 1614297 URL: http://svn.apache.org/r1614297 Log: Rename enumeration to the singular form for consistency Added: tomcat/trunk/java/org/apache/tomcat/util/net/jsse/openssl/Cipher.java - copied, changed from r1614287,

[Bug 56787] Simplified jndi name parsing

2014-07-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56787 Sheldon Shao xs...@ebay.com changed: What|Removed |Added Attachment #31855|0 |1 is

buildbot failure in ASF Buildbot on tomcat-trunk

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

svn commit: r1614307 - in /tomcat/trunk: java/org/apache/tomcat/buildutil/SignCode.java res/checkstyle/org-import-control.xml

2014-07-29 Thread markt
Author: markt Date: Tue Jul 29 11:04:26 2014 New Revision: 1614307 URL: http://svn.apache.org/r1614307 Log: Revert unintentional code signing changes from r1614297 Modified: tomcat/trunk/java/org/apache/tomcat/buildutil/SignCode.java tomcat/trunk/res/checkstyle/org-import-control.xml

buildbot exception in ASF Buildbot on tomcat-trunk

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

svn commit: r1614309 - in /tomcat/site/trunk: ./ docs/ xdocs/

2014-07-29 Thread violetagg
Author: violetagg Date: Tue Jul 29 11:18:48 2014 New Revision: 1614309 URL: http://svn.apache.org/r1614309 Log: Updates (excluding docs) for 7.0.55 release Modified: tomcat/site/trunk/build.properties.default tomcat/site/trunk/docs/doap_Tomcat.rdf

svn commit: r5976 - /release/tomcat/tomcat-7/v7.0.54/

2014-07-29 Thread violetagg
Author: violetagg Date: Tue Jul 29 11:20:20 2014 New Revision: 5976 Log: Remove 7.0.54 Removed: release/tomcat/tomcat-7/v7.0.54/ - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail:

svn commit: r1614310 - in /tomcat/trunk/test/org/apache/tomcat/util/net/jsse/openssl: ./ TestCipher.java

2014-07-29 Thread markt
Author: markt Date: Tue Jul 29 11:20:42 2014 New Revision: 1614310 URL: http://svn.apache.org/r1614310 Log: Start to add some tests for the OpenSSL to JSSE mapping. This test currently fails so it is commented out while I work my way through the failures. Added:

svn commit: r1614317 - in /tomcat/site/trunk/docs/tomcat-7.0-doc: ./ api/ api/org/apache/catalina/ api/org/apache/catalina/ant/ api/org/apache/catalina/ant/jmx/ api/org/apache/catalina/authenticator/

2014-07-29 Thread violetagg
Author: violetagg Date: Tue Jul 29 12:10:09 2014 New Revision: 1614317 URL: http://svn.apache.org/r1614317 Log: Update docs for Apache Tomcat 7.0.55 release. [This commit notification would consist of 71 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

svn commit: r1614332 - /tomcat/trunk/java/org/apache/tomcat/util/net/jsse/openssl/Cipher.java

2014-07-29 Thread markt
Author: markt Date: Tue Jul 29 12:58:35 2014 New Revision: 1614332 URL: http://svn.apache.org/r1614332 Log: Add missing cipher using parameters defined in ssl2_lib.c form OpenSSL 1.0.1h Modified: tomcat/trunk/java/org/apache/tomcat/util/net/jsse/openssl/Cipher.java Modified:

svn commit: r1614336 - in /tomcat/trunk/java/org/apache/tomcat/util/net/jsse/openssl: Cipher.java OpenSSLCipherConfigurationParser.java

2014-07-29 Thread markt
Author: markt Date: Tue Jul 29 13:15:07 2014 New Revision: 1614336 URL: http://svn.apache.org/r1614336 Log: Preparation for supporting more than one JSSE name for a cipher (different implementations may use different names) and for renaming enumeration entries to use the names from the TLS

svn commit: r1614341 - /tomcat/trunk/java/org/apache/tomcat/util/net/jsse/openssl/Cipher.java

2014-07-29 Thread markt
Author: markt Date: Tue Jul 29 13:25:00 2014 New Revision: 1614341 URL: http://svn.apache.org/r1614341 Log: Use standard name. Add comment with cipher ID. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/jsse/openssl/Cipher.java Modified:

svn commit: r1614342 - /tomcat/trunk/test/org/apache/tomcat/util/net/jsse/openssl/TestCipher.java

2014-07-29 Thread markt
Author: markt Date: Tue Jul 29 13:26:54 2014 New Revision: 1614342 URL: http://svn.apache.org/r1614342 Log: Make test for OpenSSL to JSSE mapping for sophisticated. Still commented out as there are still failures that need to be resolved. Modified:

[Bug 56788] New: Set Version information in uninstaller on Windows

2014-07-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56788 Bug ID: 56788 Summary: Set Version information in uninstaller on Windows Product: Tomcat 8 Version: trunk Hardware: PC Status: NEW Severity: normal

[Bug 56788] Set Version information in uninstaller on Windows

2014-07-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56788 --- Comment #1 from Alexandre Garnier zigarn+apa...@gmail.com --- Created attachment 31857 -- https://issues.apache.org/bugzilla/attachment.cgi?id=31857action=edit Windows software list -- You are receiving this mail because: You are

[Bug 56788] Set Version information in uninstaller on Windows

2014-07-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56788 --- Comment #2 from Alexandre Garnier zigarn+apa...@gmail.com --- Created attachment 31858 -- https://issues.apache.org/bugzilla/attachment.cgi?id=31858action=edit Patch adding DisplayVersion on uninstaller Patch to add `DisplayVersion`

buildbot failure in ASF Buildbot on tomcat-trunk

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

svn commit: r1614347 - /tomcat/trunk/test/org/apache/tomcat/util/net/jsse/openssl/TestCipher.java

2014-07-29 Thread markt
Author: markt Date: Tue Jul 29 13:44:27 2014 New Revision: 1614347 URL: http://svn.apache.org/r1614347 Log: IBM cipher suite names can use SSL_ or TLS_ at the start so modify mapping test to take account of this. Test still fails so it is still commented out. Modified:

svn commit: r1614351 - /tomcat/trunk/java/org/apache/tomcat/util/net/jsse/openssl/Cipher.java

2014-07-29 Thread markt
Author: markt Date: Tue Jul 29 13:48:33 2014 New Revision: 1614351 URL: http://svn.apache.org/r1614351 Log: Simplify construction Modified: tomcat/trunk/java/org/apache/tomcat/util/net/jsse/openssl/Cipher.java Modified: tomcat/trunk/java/org/apache/tomcat/util/net/jsse/openssl/Cipher.java

buildbot exception in ASF Buildbot on tomcat-trunk

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

[ANN] Apache Tomcat 7.0.55 released

2014-07-29 Thread Violeta Georgieva
The Apache Tomcat team announces the immediate availability of Apache Tomcat 7.0.55. Apache Tomcat is an open source software implementation of the Java Servlet, JavaServer Pages and Java Expression Language technologies. This release contains a number of bug fixes and improvements compared to

[Bug 56780] IBM Java: server.startup gives error java.lang.IllegalArgumentException: Only TLS1.2 protocol can be enabl ed in SP800_131 strict mode

2014-07-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56780 --- Comment #2 from Karl Freburger karl.frebur...@gmail.com --- If the IBM JVM is configured for strict SP800-131a mode, the only acceptable value (currently) for the protocol would be TLSv1.2. If strict SP800-131a mode is NOT on, many

[GitHub] tomcat pull request: Prevent Removal of Realm when directory is no...

2014-07-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/tomcat/pull/11 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] tomcat pull request: fix: MethodParameters_attribute's parameters_...

2014-07-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/tomcat/pull/12 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

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

2014-07-29 Thread Bill Barker
-Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.2-SNAPSHOT.jar -Dtest.reports=output/logs-NIO -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20140729-native-src.tar.gz -Dexamples.sources.skip=true -Djdt.jar=/srv/gump

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

2014-07-29 Thread Bill Barker
-SNAPSHOT.jar -Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.2-SNAPSHOT.jar -Dtest.reports=output/logs-NIO2 -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20140729-native-src.tar.gz -Dexamples.sources.skip=true -Djdt.jar

[Bug 56789] New: DataSourceProxy.getPool() returns NULL when pool is not started

2014-07-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56789 Bug ID: 56789 Summary: DataSourceProxy.getPool() returns NULL when pool is not started Product: Tomcat Modules Version: unspecified Hardware: PC OS:

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

2014-07-29 Thread Bill Barker
-Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.2-SNAPSHOT.jar -Dtest.reports=output/logs-BIO -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20140729-native-src.tar.gz -Dexamples.sources.skip=true -Djdt.jar=/srv/gump

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

2014-07-29 Thread Konstantin Kolinko
2014-07-29 23:38 GMT+04:00 Bill Barker billbar...@apache.org: 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

svn commit: r1614489 - /tomcat/trunk/test/org/apache/tomcat/util/net/jsse/openssl/TestCipher.java

2014-07-29 Thread kkolinko
Author: kkolinko Date: Tue Jul 29 21:09:48 2014 New Revision: 1614489 URL: http://svn.apache.org/r1614489 Log: Annotate a disabled (work-in-progress) test with @Ignore, so that it is recognized and skipped, instead of failing the whole testsuite run with No runnable methods error. Fix

Re: svn commit: r1614310 - in /tomcat/trunk/test/org/apache/tomcat/util/net/jsse/openssl: ./ TestCipher.java

2014-07-29 Thread Konstantin Kolinko
2014-07-29 15:20 GMT+04:00 ma...@apache.org: Author: markt Date: Tue Jul 29 11:20:42 2014 New Revision: 1614310 URL: http://svn.apache.org/r1614310 Log: Start to add some tests for the OpenSSL to JSSE mapping. This test currently fails so it is commented out while I work my way through

[Bug 56790] New: Resizing pool.maxActive to a higher value at runtime leads to unmanaged connections

2014-07-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56790 Bug ID: 56790 Summary: Resizing pool.maxActive to a higher value at runtime leads to unmanaged connections Product: Tomcat Modules Version: unspecified Hardware: PC

[Bug 56790] Resizing pool.maxActive to a higher value at runtime leads to unmanaged connections

2014-07-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56790 --- Comment #1 from Filip Hanik fha...@apache.org --- attach unit test here -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe,

svn commit: r1614542 - /tomcat/trunk/java/org/apache/tomcat/util/net/jsse/openssl/Cipher.java

2014-07-29 Thread markt
Author: markt Date: Wed Jul 30 05:10:22 2014 New Revision: 1614542 URL: http://svn.apache.org/r1614542 Log: Add some SSL_... - TLS_... mappings for Oracle which uses SSL_ in some cases Correct a standard name Modified: tomcat/trunk/java/org/apache/tomcat/util/net/jsse/openssl/Cipher.java

svn commit: r1614543 - /tomcat/trunk/java/org/apache/tomcat/util/net/jsse/openssl/Cipher.java

2014-07-29 Thread markt
Author: markt Date: Wed Jul 30 05:46:12 2014 New Revision: 1614543 URL: http://svn.apache.org/r1614543 Log: Add some SSL_... - TLS_... mappings for Oracle which uses SSL_ in some cases Correct a few more standard names Modified:

svn commit: r1614544 - /tomcat/trunk/test/org/apache/tomcat/util/net/jsse/openssl/TestCipher.java

2014-07-29 Thread markt
Author: markt Date: Wed Jul 30 05:51:41 2014 New Revision: 1614544 URL: http://svn.apache.org/r1614544 Log: Complete the lists of unmapped ciphers Test now passes but keep disabled as it currently requires openssl and that needs to be optional Modified: