[GUMP@vmgump]: Project tomcat-tc8.0.x-test-apr (in module tomcat-8.0.x) failed

2015-04-29 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-tc8.0.x-test-apr has an issue affecting its community integration.

[Bug 49903] Make workers file reloadable

2015-04-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=49903 Chinoy Gupta changed: What|Removed |Added CC||chinoygu...@gmail.com -- You are recei

[Bug 57875] New: Classloading guide on Servlet API classes

2015-04-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57875 Bug ID: 57875 Summary: Classloading guide on Servlet API classes Product: Tomcat 8 Version: 8.0.21 Hardware: PC Status: NEW Severity: normal Priority: P2

[Bug 57802] Compatibility with ICEfaces 1.8 over JSF 1.1 apps

2015-04-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57802 Patrick WENDJI changed: What|Removed |Added Status|NEEDINFO|NEW --- Comment #15 from Patrick WEND

[Bug 57802] Compatibility with ICEfaces 1.8 over JSF 1.1 apps

2015-04-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57802 --- Comment #14 from Patrick WENDJI --- Created attachment 32699 --> https://bz.apache.org/bugzilla/attachment.cgi?id=32699&action=edit ICEfaces 1.8.1 component showcase on Myfaces 1.1.5/Tomahawk 1.1.6 The attachment works on Tomcat version

buildbot success in ASF Buildbot on tomcat-trunk

2015-04-29 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/1168 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSch

RE: svn commit: r1676864 - in /tomcat/native/trunk/native: include/ssl_private.h src/sslcontext.c

2015-04-29 Thread Caldarale, Charles R
> From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Subject: Re: svn commit: r1676864 - in /tomcat/native/trunk/native: > include/ssl_private.h src/sslcontext.c > > Modified: tomcat/native/trunk/native/src/sslcontext.c > > URL: > > http://svn.apache.org/viewvc/tomcat/native/trunk

[Bug 57802] Compatibility with ICEfaces 1.8 over JSF 1.1 apps

2015-04-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57802 --- Comment #13 from Patrick WENDJI --- I have a test case but it's a 16MB WAR file. Can I upload it? -- You are receiving this mail because: You are the assignee for the bug. -

Re: svn commit: r1676864 - in /tomcat/native/trunk/native: include/ssl_private.h src/sslcontext.c

2015-04-29 Thread Christopher Schultz
Mark, On 4/29/15 5:31 PM, ma...@apache.org wrote: > Author: markt > Date: Wed Apr 29 21:31:43 2015 > New Revision: 1676864 > > URL: http://svn.apache.org/r1676864 > Log: > Implement the native part of SNI > > Modified: > tomcat/native/trunk/native/include/ssl_private.h > tomcat/native/tr

[Bug 57108] Implement multiple sslcontext SNI (server name indication) dispatch

2015-04-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57108 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

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

2015-04-29 Thread markt
Author: markt Date: Wed Apr 29 21:39:37 2015 New Revision: 1676867 URL: http://svn.apache.org/r1676867 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/chang

Re: svn commit: r1676864 - in /tomcat/native/trunk/native: include/ssl_private.h src/sslcontext.c

2015-04-29 Thread Mark Thomas
On 29/04/2015 22:31, ma...@apache.org wrote: > Author: markt > Date: Wed Apr 29 21:31:43 2015 > New Revision: 1676864 > > URL: http://svn.apache.org/r1676864 > Log: > Implement the native part of SNI This works. The Java -> C -> Java -> C transition isn't going to give the fastest SSL handshake i

svn commit: r1676863 - /tomcat/trunk/java/org/apache/tomcat/jni/SSLContext.java

2015-04-29 Thread markt
Author: markt Date: Wed Apr 29 21:31:39 2015 New Revision: 1676863 URL: http://svn.apache.org/r1676863 Log: Fix capitalisation Modified: tomcat/trunk/java/org/apache/tomcat/jni/SSLContext.java Modified: tomcat/trunk/java/org/apache/tomcat/jni/SSLContext.java URL: http://svn.apache.org/viewv

svn commit: r1676864 - in /tomcat/native/trunk/native: include/ssl_private.h src/sslcontext.c

2015-04-29 Thread markt
Author: markt Date: Wed Apr 29 21:31:43 2015 New Revision: 1676864 URL: http://svn.apache.org/r1676864 Log: Implement the native part of SNI Modified: tomcat/native/trunk/native/include/ssl_private.h tomcat/native/trunk/native/src/sslcontext.c Modified: tomcat/native/trunk/native/include

buildbot exception in ASF Buildbot on tomcat-trunk

2015-04-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/1167 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSc

svn commit: r1676791 - in /tomcat/trunk/java/org/apache/tomcat: jni/SSLContext.java util/net/AprEndpoint.java

2015-04-29 Thread markt
Author: markt Date: Wed Apr 29 16:59:08 2015 New Revision: 1676791 URL: http://svn.apache.org/r1676791 Log: Add the first pass at the Java side plumbing for SNI support with APR/native. Modified: tomcat/trunk/java/org/apache/tomcat/jni/SSLContext.java tomcat/trunk/java/org/apache/tomcat/u

[VOTE] Release Apache Tomcat 8.0.22

2015-04-29 Thread Mark Thomas
The proposed Apache Tomcat 8.0.22 release is now available for voting. The main changes since 8.0.21 are: - Change the format of the Tomcat specific URLs for resources inside JARs that are in turn packed in a WAR. The ^/ sequence has been replaced by */ so that the resulting URLs are compliant

buildbot success in ASF Buildbot on tomcat-trunk

2015-04-29 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/1165 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSch

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

2015-04-29 Thread markt
Author: markt Date: Wed Apr 29 13:56:09 2015 New Revision: 1676747 URL: http://svn.apache.org/r1676747 Log: sslEnabledProtocols has been renamed and moved to SSLHostConfig Modified: tomcat/trunk/java/org/apache/tomcat/util/net/AbstractEndpoint.java Modified: tomcat/trunk/java/org/apache/tomc

svn commit: r1676745 - in /tomcat/trunk/java/org/apache/tomcat/util/net: AbstractEndpoint.java AbstractJsseEndpoint.java SSLHostConfig.java

2015-04-29 Thread markt
Author: markt Date: Wed Apr 29 13:47:20 2015 New Revision: 1676745 URL: http://svn.apache.org/r1676745 Log: Add an SSLContext object to SSLHostConfig so the endpoints do not need to maintain a separate map of SNI host name to some SSLContext object Modified: tomcat/trunk/java/org/apache/tomc

buildbot exception in ASF Buildbot on tomcat-trunk

2015-04-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/1164 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSc

buildbot success in ASF Buildbot on tomcat-8-trunk

2015-04-29 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-8-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-8-trunk/builds/232 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranch

[GUMP@vmgump]: Project tomcat-tc8.0.x-test-apr (in module tomcat-8.0.x) failed

2015-04-29 Thread Bill Barker
it/target/junit-4.13-SNAPSHOT.jar -Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.2-SNAPSHOT.jar -Dtest.reports=output/logs-APR -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150429-native-src.tar.gz -Dexampl

svn commit: r1676736 - /tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java

2015-04-29 Thread markt
Author: markt Date: Wed Apr 29 12:52:17 2015 New Revision: 1676736 URL: http://svn.apache.org/r1676736 Log: Remove temporary code. Now that at least one required field is configured via SSLHostConfig this temporary code is no longer required. Modified: tomcat/trunk/java/org/apache/tomcat/uti

Re: svn commit: r1676733 - in /tomcat/native/trunk/native: include/ssl_private.h src/sslcontext.c

2015-04-29 Thread Mark Thomas
On 29/04/2015 13:38, ma...@apache.org wrote: > Author: markt > Date: Wed Apr 29 12:38:40 2015 > New Revision: 1676733 > > URL: http://svn.apache.org/r1676733 > Log: > Remove some ALPN debug code. Add an SNI callback (dummy implementation only > so far) My plan for SNI with APR/native isn't parti

svn commit: r1676733 - in /tomcat/native/trunk/native: include/ssl_private.h src/sslcontext.c

2015-04-29 Thread markt
Author: markt Date: Wed Apr 29 12:38:40 2015 New Revision: 1676733 URL: http://svn.apache.org/r1676733 Log: Remove some ALPN debug code. Add an SNI callback (dummy implementation only so far) Modified: tomcat/native/trunk/native/include/ssl_private.h tomcat/native/trunk/native/src/sslcon

svn commit: r1676732 - /tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11Protocol.java

2015-04-29 Thread markt
Author: markt Date: Wed Apr 29 12:37:18 2015 New Revision: 1676732 URL: http://svn.apache.org/r1676732 Log: Fix TLS for APR with old configuration options Modified: tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11Protocol.java Modified: tomcat/trunk/java/org/apache/coyote/http11/Abs

svn commit: r1676731 - /tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java

2015-04-29 Thread markt
Author: markt Date: Wed Apr 29 12:36:43 2015 New Revision: 1676731 URL: http://svn.apache.org/r1676731 Log: Remove unnecessary code Modified: tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java Modified: tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java URL: http://svn

svn commit: r1676728 - in /tomcat/tc8.0.x/trunk: ./ build.xml res/maven/mvn-pub.xml

2015-04-29 Thread markt
Author: markt Date: Wed Apr 29 12:17:33 2015 New Revision: 1676728 URL: http://svn.apache.org/r1676728 Log: gpg2 needs an additional option set to read the passphrase from stdin Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/build.xml tomcat/tc8.0.x/trunk/res/m

svn commit: r1676726 - in /tomcat/tc8.0.x/trunk: build.properties.default res/maven/mvn.properties.default webapps/docs/changelog.xml

2015-04-29 Thread markt
Author: markt Date: Wed Apr 29 12:16:13 2015 New Revision: 1676726 URL: http://svn.apache.org/r1676726 Log: Prep for next tag Modified: tomcat/tc8.0.x/trunk/build.properties.default tomcat/tc8.0.x/trunk/res/maven/mvn.properties.default tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml

svn commit: r8746 [1/2] - in /dev/tomcat/tomcat-8/v8.0.22: ./ bin/ bin/embed/ bin/extras/ src/

2015-04-29 Thread markt
Author: markt Date: Wed Apr 29 12:13:54 2015 New Revision: 8746 Log: Upload 8.0.22 RC for voting Added: dev/tomcat/tomcat-8/v8.0.22/ dev/tomcat/tomcat-8/v8.0.22/KEYS (with props) dev/tomcat/tomcat-8/v8.0.22/README.html (with props) dev/tomcat/tomcat-8/v8.0.22/RELEASE-NOTES

svn commit: r8746 [2/2] - in /dev/tomcat/tomcat-8/v8.0.22: ./ bin/ bin/embed/ bin/extras/ src/

2015-04-29 Thread markt
Added: dev/tomcat/tomcat-8/v8.0.22/bin/extras/catalina-ws.jar.asc == --- dev/tomcat/tomcat-8/v8.0.22/bin/extras/catalina-ws.jar.asc (added) +++ dev/tomcat/tomcat-8/v8.0.22/bin/extras/catalina-ws.jar.asc Wed Apr 29 12:13:54

svn commit: r1676722 - in /tomcat/trunk/java/org/apache/tomcat/util/net: AbstractJsseEndpoint.java SSLContext.java SSLUtil.java jsse/JSSESSLContext.java jsse/JSSESocketFactory.java

2015-04-29 Thread remm
Author: remm Date: Wed Apr 29 11:58:09 2015 New Revision: 1676722 URL: http://svn.apache.org/r1676722 Log: Allow using SSLImplementationName configuration option with JSSE, since it turns out SSLContext cannot be extended except by using JCE. In practical terms, this allows using an alternate SS

svn commit: r1676721 - in /tomcat/trunk: build.xml res/maven/mvn-pub.xml

2015-04-29 Thread markt
Author: markt Date: Wed Apr 29 11:55:31 2015 New Revision: 1676721 URL: http://svn.apache.org/r1676721 Log: gpg2 needs an additional option set to read the passphrase from stdin Modified: tomcat/trunk/build.xml tomcat/trunk/res/maven/mvn-pub.xml Modified: tomcat/trunk/build.xml URL: htt

svn commit: r1676715 - in /tomcat/tc8.0.x/tags/TOMCAT_8_0_22: ./ build.properties.default webapps/docs/changelog.xml

2015-04-29 Thread markt
Author: markt Date: Wed Apr 29 10:51:23 2015 New Revision: 1676715 URL: http://svn.apache.org/r1676715 Log: Tag 8.0.22 Added: tomcat/tc8.0.x/tags/TOMCAT_8_0_22/ (props changed) - copied from r1676714, tomcat/tc8.0.x/trunk/ Modified: tomcat/tc8.0.x/tags/TOMCAT_8_0_22/build.properti

Re: [Bug 57837] add "text/css" to default of compressableMimeType

2015-04-29 Thread Violeta Georgieva
Hi, 2015-04-28 15:34 GMT+03:00 : > > https://bz.apache.org/bugzilla/show_bug.cgi?id=57837 > > --- Comment #9 from Violeta Georgieva --- > +1 for javascript I would like to add text/javascript and application/javascript also as defaults. Do you have any objection? Thanks, Violeta > -- > You are

[jira] [Updated] (MTOMCAT-296) shutdown switch for executable JAR

2015-04-29 Thread Marcus Beyer (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcus Beyer updated MTOMCAT-296: - Description: I am using the exec-war goal of tomcat7-maven-plugin version 2.1 (not 2.2 because o

[jira] [Created] (MTOMCAT-296) shutdown switch for executable JAR

2015-04-29 Thread Marcus Beyer (JIRA)
Marcus Beyer created MTOMCAT-296: Summary: shutdown switch for executable JAR Key: MTOMCAT-296 URL: https://issues.apache.org/jira/browse/MTOMCAT-296 Project: Apache Tomcat Maven Plugin Issue

[jira] [Updated] (MTOMCAT-296) shutdown switch for executable JAR

2015-04-29 Thread Marcus Beyer (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcus Beyer updated MTOMCAT-296: - Description: I am using the exec-war goal of tomcat7-maven-plugin version 2.1 (not 2.2 because o

svn commit: r1676699 - in /tomcat/trunk/java/org/apache/coyote/http11: AbstractHttp11Protocol.java Http11AprProtocol.java Http11Nio2Protocol.java Http11NioProtocol.java NpnHandler.java

2015-04-29 Thread markt
Author: markt Date: Wed Apr 29 09:24:38 2015 New Revision: 1676699 URL: http://svn.apache.org/r1676699 Log: Remove some more SPDY plumbing Removed: tomcat/trunk/java/org/apache/coyote/http11/NpnHandler.java Modified: tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11Protocol.java

svn commit: r1676681 - /tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml

2015-04-29 Thread markt
Author: markt Date: Wed Apr 29 07:10:28 2015 New Revision: 1676681 URL: http://svn.apache.org/r1676681 Log: Whitespace police Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/

svn commit: r1676686 - in /tomcat/site/trunk: docs/migration-7.html xdocs/migration-7.xml

2015-04-29 Thread kkolinko
Author: kkolinko Date: Wed Apr 29 08:19:47 2015 New Revision: 1676686 URL: http://svn.apache.org/r1676686 Log: Mention autoconversion of cookies and link to https://bz.apache.org/bugzilla/show_bug.cgi?id=57872 Modified: tomcat/site/trunk/docs/migration-7.html tomcat/site/trunk/xdocs/migra

[Bug 57872] New: Do not auto-switch session cookie to version=1 due to '/' in Path when running in "strict compliance" mode (Internet Explorer and rfc6265)

2015-04-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57872 Bug ID: 57872 Summary: Do not auto-switch session cookie to version=1 due to '/' in Path when running in "strict compliance" mode (Internet Explorer and rfc6265) Product:

[Bug 57871] New: LegacyCookieProcessor.setAllowHttpSepsInV0(false) affects all characters, not just separators

2015-04-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57871 Bug ID: 57871 Summary: LegacyCookieProcessor.setAllowHttpSepsInV0(false) affects all characters, not just separators Product: Tomcat 8 Version: 8.0.21 Hardware: PC

[Bug 57872] Do not auto-switch session cookie to version=1 due to '/' in Path when running in "strict compliance" mode (Internet Explorer and rfc6265)

2015-04-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57872 Konstantin Kolinko changed: What|Removed |Added OS||All --- Comment #1 from Konstanti