buildbot exception in ASF Buildbot on tomcat-8-trunk

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

svn commit: r1680035 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/valves/RemoteIpValve.java test/org/apache/catalina/valves/TestRemoteIpValve.java webapps/docs/changelog.xml

2015-05-18 Thread markt
Author: markt Date: Mon May 18 13:57:32 2015 New Revision: 1680035 URL: http://svn.apache.org/r1680035 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=57926 Restore the original X-Forwarded-By and X-Forwarded-For headers after processing along with the other original values. Modified:

svn commit: r1680034 - in /tomcat/trunk: java/org/apache/catalina/valves/RemoteIpValve.java test/org/apache/catalina/valves/TestRemoteIpValve.java

2015-05-18 Thread markt
Author: markt Date: Mon May 18 13:55:12 2015 New Revision: 1680034 URL: http://svn.apache.org/r1680034 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=57926 Restore the original X-Forwarded-By and X-Forwarded-For headers after processing along with the other original values. Modified:

[Bug 57926] RemoteIpValve: resetting the RemoteAddr, but not the X-Forwarded-For Header causes information loss

2015-05-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57926 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

buildbot success in ASF Buildbot on tomcat-8-trunk

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

svn commit: r1679944 - in /tomcat/tc8.0.x/trunk: java/org/apache/catalina/ha/context/LocalStrings.properties java/org/apache/catalina/ha/context/ReplicatedContext.java webapps/docs/changelog.xml

2015-05-18 Thread kfujino
Author: kfujino Date: Mon May 18 06:08:05 2015 New Revision: 1679944 URL: http://svn.apache.org/r1679944 Log: Add the context name to log messages when replication context failed to start. Modified: tomcat/tc8.0.x/trunk/java/org/apache/catalina/ha/context/LocalStrings.properties

[Bug 56997] java.lang.UnsatisfiedLinkError: org.apache.tomcat.jni.SSLExt.setNPN(J[BI)I when using SPDY connector

2015-05-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56997 Mark Thomas ma...@apache.org changed: What|Removed |Added Resolution|--- |WONTFIX

OpenSSL JSSE SSLEngine implementation

2015-05-18 Thread Rémy Maucherat
Hi, As part of a university project, Numa de Montmollin, a student interning @redhat, has worked on adapting to Tomcat some code I discovered inside the Netty project, which implements a SSL engine using OpenSSL. Normally, this sort of thing is supposed to be done using JCE, as was attempted

[Bug 56997] java.lang.UnsatisfiedLinkError: org.apache.tomcat.jni.SSLExt.setNPN(J[BI)I when using SPDY connector

2015-05-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56997 Matafagafo matafag...@yahoo.com changed: What|Removed |Added CC||matafag...@yahoo.com

Re: OpenSSL JSSE SSLEngine implementation

2015-05-18 Thread Mark Thomas
On 18/05/2015 16:46, Rémy Maucherat wrote: Hi, As part of a university project, Numa de Montmollin, a student interning @redhat, has worked on adapting to Tomcat some code I discovered inside the Netty project, which implements a SSL engine using OpenSSL. Normally, this sort of thing is

[GUMP@vmgump]: Project tomcat-native-make (in module tomcat-native) failed

2015-05-18 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-native-make has an issue affecting its community integration. This

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

2015-05-18 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-nio has an issue affecting its community integration.

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

2015-05-18 Thread Bill Barker
/workspace/junit/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-20150518-native-src.tar.gz

svn commit: r1679943 - in /tomcat/trunk/java/org/apache/catalina/ha/context: LocalStrings.properties ReplicatedContext.java

2015-05-18 Thread kfujino
Author: kfujino Date: Mon May 18 06:06:58 2015 New Revision: 1679943 URL: http://svn.apache.org/r1679943 Log: Add the context name to log messages when replication context failed to start. Modified: tomcat/trunk/java/org/apache/catalina/ha/context/LocalStrings.properties

svn commit: r1679988 - in /tomcat/tc8.0.x/trunk: ./ conf/ java/org/apache/catalina/filters/ webapps/docs/ webapps/docs/config/

2015-05-18 Thread markt
Author: markt Date: Mon May 18 11:06:41 2015 New Revision: 1679988 URL: http://svn.apache.org/r1679988 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=54618 Add a new HttpHeaderSecurityFilter that adds the Strict-Transport-Security, X-Frame-Options and X-Content-Type-Options HTTP headers

svn commit: r1679994 - in /tomcat/tc7.0.x/trunk: ./ conf/ java/org/apache/catalina/filters/ webapps/docs/ webapps/docs/config/

2015-05-18 Thread markt
Author: markt Date: Mon May 18 11:35:00 2015 New Revision: 1679994 URL: http://svn.apache.org/r1679994 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=54618 Add a new HttpHeaderSecurityFilter that adds the Strict-Transport-Security, X-Frame-Options and X-Content-Type-Options HTTP headers

[Bug 54618] Add filter implementing HTTP Strict Transport Security (HSTS) [PATCH]

2015-05-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=54618 Mark Thomas ma...@apache.org changed: What|Removed |Added Resolution|--- |FIXED