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

2014-10-22 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-apr has an issue affecting its community integration. Th

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

2014-10-22 Thread kkolinko
Author: kkolinko Date: Wed Oct 22 22:57:19 2014 New Revision: 1633726 URL: http://svn.apache.org/r1633726 Log: Update vote and comment Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=16

[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-10-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56780 --- Comment #9 from Konstantin Kolinko --- 1. If IllegalArgumentException is thrown from static{} block of a class, is it fatal for the class or not? If it were fatal, the static{} block should have try/catch for IllegalArgumentException.

[Bug 57132] ImportHandler.resolveClass() fails to report conflicting import when called repeatedly

2014-10-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57132 --- Comment #1 from Konstantin Kolinko --- Created attachment 32139 --> https://issues.apache.org/bugzilla/attachment.cgi?id=32139&action=edit 2014-10-22_tc8_57132_testcases.patch Updated testcases for TestImportHandler to test that dupl

[Bug 57132] New: ImportHandler.resolveClass() fails to report conflicting import when called repeatedly

2014-10-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57132 Bug ID: 57132 Summary: ImportHandler.resolveClass() fails to report conflicting import when called repeatedly Product: Tomcat 8 Version: 8.0.14 Hardware: PC

[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-10-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56780 Mark Thomas changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug 57091] Websockets cannot be used in Windows applet plugin environments based on Oracle Java7

2014-10-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57091 --- Comment #7 from Niklas Hallqvist --- (In reply to Mark Thomas from comment #6) > Thanks for the test case. Very helpful. > > I can repeat this issue with Java 8 and Java 7 and I have applied your > suggested patch to 8.0.x for 8.0.15 o

[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-10-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56780 --- Comment #7 from Mark Thomas --- > Is there a way to get the sslProtocol attribute specified for the connector > in the server.xml? That has the value that should be used to create the > SSLContext. That is what is used. If you set sslP

[Bug 53411] NullPointerException in org.apache.tomcat.util.buf.CharChunk

2014-10-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53411 --- Comment #8 from Mark Thomas --- Thanks for the patch. Don't be concerned about how much of the patch I am suggesting you change (most of it). The first patch I proposed was torn apart beyond recognition before it got anywhere near the T

[Bug 57091] Websockets cannot be used in Windows applet plugin environments based on Oracle Java7

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

svn commit: r1633689 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/websocket/AsyncChannelGroupUtil.java webapps/docs/changelog.xml

2014-10-22 Thread markt
Author: markt Date: Wed Oct 22 19:30:45 2014 New Revision: 1633689 URL: http://svn.apache.org/r1633689 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57091 Work around the behaviour of the Oracle JRE when creating new threads in an applet environment that breaks the WebSocket client

svn commit: r1633688 - in /tomcat/trunk: java/org/apache/tomcat/websocket/AsyncChannelGroupUtil.java webapps/docs/changelog.xml

2014-10-22 Thread markt
Author: markt Date: Wed Oct 22 19:29:25 2014 New Revision: 1633688 URL: http://svn.apache.org/r1633688 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57091 Work around the behaviour of the Oracle JRE when creating new threads in an applet environment that breaks the WebSocket client

[Bug 57091] Websockets cannot be used in Windows applet plugin environments based on Oracle Java7

2014-10-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57091 --- Comment #5 from Mark Thomas --- A note for folks trying to reproduce this, the Tomcat JARs need to be signed as well. -- You are receiving this mail because: You are the assignee for the bug. -

[Bug 53411] NullPointerException in org.apache.tomcat.util.buf.CharChunk

2014-10-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53411 Hariharan, R changed: What|Removed |Added CC||cloakcaval...@gmail.com --- Comment

Re: [VOTE] Release Apache Tomcat Native 1.1.32

2014-10-22 Thread Ognjen Blagojevic
Mark, On 21.10.2014 11:05, Mark Thomas wrote: Version 1.1.32 includes the following changes: - Add support for TLS v1.1 and TLS v1.2 - Windows binaries built with APR 1.5.1 and OpenSSL 1.0.1j The Apache Tomcat Native (--1.1.31--) 1.1.32 is [X] Stable, go ahead and release [ ] Broken because

[Bug 57130] Allow digest.sh to accept password from a file or from stdin

2014-10-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57130 Christopher Schultz changed: What|Removed |Added OS||All --- Comment #1 from Chri

[Bug 57129] Regression. Load WEB-INF/lib jarfiles in alphabetical order

2014-10-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57129 --- Comment #4 from Christopher Schultz --- (In reply to Jörgen Persson from comment #2) > I found the problem running Linux Mint 17. > On Windows 7 64 bit, the files seems to be ordered alphabetically. This has to do with the order in whi

[Bug 56425] Unable to find unambiguous method in class String

2014-10-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56425 --- Comment #5 from Violeta Georgieva --- Created attachment 32137 --> https://issues.apache.org/bugzilla/attachment.cgi?id=32137&action=edit Test The following test reproduces the issue. -- You are receiving this mail because: You are

Re: digest.bat (RealmBase.main()) is broken in current Tomcat 8 trunk. Tomcat 8.0.14 is OK.

2014-10-22 Thread Konstantin Kolinko
2014-10-22 14:22 GMT+04:00 Mark Thomas : > On 17/10/2014 14:13, Konstantin Kolinko wrote: >> 2014-09-30 19:22 GMT+04:00 Konstantin Kolinko : >>> 2014-09-29 14:43 GMT+04:00 Mark Thomas : On 27/09/2014 15:52, Konstantin Kolinko wrote: >>> () >>> > 4) The current javadoc for RealmBase.mai

[Bug 57130] New: Allow digest.sh to accept password from a file or from stdin

2014-10-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57130 Bug ID: 57130 Summary: Allow digest.sh to accept password from a file or from stdin Product: Tomcat 8 Version: 8.0.14 Hardware: PC Status: NEW S

svn commit: r1633595 - /tomcat/trunk/java/org/apache/catalina/realm/RealmBase.java

2014-10-22 Thread markt
Author: markt Date: Wed Oct 22 11:04:31 2014 New Revision: 1633595 URL: http://svn.apache.org/r1633595 Log: Java 9 Javadoc issues Modified: tomcat/trunk/java/org/apache/catalina/realm/RealmBase.java Modified: tomcat/trunk/java/org/apache/catalina/realm/RealmBase.java URL: http://svn.apache.

Re: digest.bat (RealmBase.main()) is broken in current Tomcat 8 trunk. Tomcat 8.0.14 is OK.

2014-10-22 Thread Mark Thomas
On 17/10/2014 14:13, Konstantin Kolinko wrote: > 2014-09-30 19:22 GMT+04:00 Konstantin Kolinko : >> 2014-09-29 14:43 GMT+04:00 Mark Thomas : >>> On 27/09/2014 15:52, Konstantin Kolinko wrote: >> () >> 4) The current javadoc for RealmBase.main() says that algorithm (-a) is not required

svn commit: r1633589 - in /tomcat/trunk: java/org/apache/catalina/realm/RealmBase.java webapps/docs/realm-howto.xml

2014-10-22 Thread markt
Author: markt Date: Wed Oct 22 10:22:16 2014 New Revision: 1633589 URL: http://svn.apache.org/r1633589 Log: Modify the handling of defaults for -a and -h as per kkolinko's review. Modified: tomcat/trunk/java/org/apache/catalina/realm/RealmBase.java tomcat/trunk/webapps/docs/realm-howto.xm

svn commit: r1633584 - in /tomcat/trunk: java/org/apache/catalina/realm/RealmBase.java webapps/docs/realm-howto.xml

2014-10-22 Thread markt
Author: markt Date: Wed Oct 22 09:54:39 2014 New Revision: 1633584 URL: http://svn.apache.org/r1633584 Log: Switch the default character set for command line digesting of passwords from UTF-8 to the system encoding as per kkolinko's review comment. Modified: tomcat/trunk/java/org/apache/cata

[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-10-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56780 Hariharan, R changed: What|Removed |Added CC||cloakcaval...@gmail.com -- You are

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

2014-10-22 Thread markt
Author: markt Date: Wed Oct 22 07:57:34 2014 New Revision: 1633551 URL: http://svn.apache.org/r1633551 Log: Whitespace Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xm

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

2014-10-22 Thread Bill Barker
/dist/lib/ant-apache-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-6.0-SNAPSHOT.jar:/srv/gump/public/workspace/apache-commons/beanutils/dist/commons-beanutils-20141022.jar:/srv/g

[Bug 57129] Regression. Load WEB-INF/lib jarfiles in alphabetical order

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

[Bug 57129] Regression. Load WEB-INF/lib jarfiles in alphabetical order

2014-10-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57129 --- Comment #2 from Jörgen Persson --- I found the problem running Linux Mint 17. On Windows 7 64 bit, the files seems to be ordered alphabetically. -- You are receiving this mail because: You are the assignee for the bug. ---