svn commit: r1734192 - in /tomcat/trunk/webapps/docs: changelog.xml proxy-howto.xml

2016-03-08 Thread violetagg
Author: violetagg Date: Wed Mar 9 07:30:07 2016 New Revision: 1734192 URL: http://svn.apache.org/viewvc?rev=1734192=rev Log: Correct the description of the ServletRequest.getServerPort() in Proxy How-To. Issue reported via comments.apache.org. Modified:

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

2016-03-08 Thread Bill Barker
/commons-daemon-20160308-native-src.tar.gz -Dexamples.sources.skip=true -Dbase.path=/srv/gump/public/workspace/tomcat-trunk/tomcat-build-libs -Djdt.jar=/srv/gump/packages/eclipse/plugins/R-4.5-201506032000/ecj-4.5.jar -Dtest.apr.loc=/srv/gump/public/workspace/tomcat-native-trunk/dest-20160308/lib

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

2016-03-08 Thread Bill Barker
/dist/bin/commons-daemon-20160308-native-src.tar.gz -Dexamples.sources.skip=true -Dbase.path=/srv/gump/public/workspace/tomcat-trunk/tomcat-build-libs -Djdt.jar=/srv/gump/packages/eclipse/plugins/R-4.5-201506032000/ecj-4.5.jar -Dtest.relaxTiming=true -Dcommons-daemon.jar=/srv/gump/public

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

2016-03-08 Thread Bill Barker
/commons-daemon-20160308-native-src.tar.gz -Dexamples.sources.skip=true -Dbase.path=/srv/gump/public/workspace/tomcat-trunk/tomcat-build-libs -Djdt.jar=/srv/gump/packages/eclipse/plugins/R-4.5-201506032000/ecj-4.5.jar -Dtest.relaxTiming=true -Dcommons-daemon.jar=/srv/gump/public/workspace/apache

Gump changes for tcnative

2016-03-08 Thread Rainer Jung
I changed the gump config for tcnative: - building tcnative 1.1.x against OpenSSL 1.0.2 and trunk against OpenSSL master. Until now it was the other way round. - added a tcnative-12 build which builds tcnative trunk but against OpenSSL 1.0.2. The "12" stands for the 1.2 releases we cut in

[Bug 59017] Support precompressed brotli files in addition to gzip files if matching accept-encoding header

2016-03-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59017 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r1734152 - /tomcat/trunk/java/org/apache/catalina/servlets/DefaultServlet.java

2016-03-08 Thread markt
Author: markt Date: Tue Mar 8 20:48:36 2016 New Revision: 1734152 URL: http://svn.apache.org/viewvc?rev=1734152=rev Log: Line lengths Modified: tomcat/trunk/java/org/apache/catalina/servlets/DefaultServlet.java Modified: tomcat/trunk/java/org/apache/catalina/servlets/DefaultServlet.java

svn commit: r1734151 - /tomcat/trunk/test/webapp/index.html.br

2016-03-08 Thread markt
Author: markt Date: Tue Mar 8 20:46:50 2016 New Revision: 1734151 URL: http://svn.apache.org/viewvc?rev=1734151=rev Log: Add file missed in r1734150 Added: tomcat/trunk/test/webapp/index.html.br (with props) Added: tomcat/trunk/test/webapp/index.html.br URL:

svn commit: r1734150 - in /tomcat/trunk: java/org/apache/catalina/servlets/DefaultServlet.java test/org/apache/catalina/servlets/TestDefaultServlet.java webapps/docs/changelog.xml webapps/docs/default

2016-03-08 Thread markt
Author: markt Date: Tue Mar 8 20:45:57 2016 New Revision: 1734150 URL: http://svn.apache.org/viewvc?rev=1734150=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59017 Make the pre-compressed file support in the Default Servlet generic so any compression may be used rather than just

[GitHub] tomcat pull request: Generalize the precompressed content serving ...

2016-03-08 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/tomcat/pull/28 --- 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

[Bug 59043] SingleSignOn valve warns about missing session when invoking HttpServletRequest.logout

2016-03-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59043 Mark Thomas changed: What|Removed |Added CC|

[Bug 59145] Incorrect warning logging on invalidate session when using SingleSignOn valve

2016-03-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59145 Mark Thomas changed: What|Removed |Added Resolution|--- |DUPLICATE

[Bug 59138] checkThreadLocalMapForLeaks has false positives

2016-03-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59138 Mark Thomas changed: What|Removed |Added Status|REOPENED|RESOLVED

svn commit: r1734141 - in /tomcat/tc6.0.x/trunk: ./ java/org/apache/catalina/loader/LocalStrings.properties java/org/apache/catalina/loader/WebappClassLoader.java webapps/docs/changelog.xml

2016-03-08 Thread markt
Author: markt Date: Tue Mar 8 20:14:18 2016 New Revision: 1734141 URL: http://svn.apache.org/viewvc?rev=1734141=rev Log: Correct a false positive warning for ThreadLocal related memory leaks when the key class but not the value class has been loaded by the web application class loader.

svn commit: r1734140 - /tomcat/native/trunk/native/src/ssl.c

2016-03-08 Thread rjung
Author: rjung Date: Tue Mar 8 20:11:15 2016 New Revision: 1734140 URL: http://svn.apache.org/viewvc?rev=1734140=rev Log: Another recent OpenSSL 1.1.0 API change. Modified: tomcat/native/trunk/native/src/ssl.c Modified: tomcat/native/trunk/native/src/ssl.c URL:

svn commit: r1734136 - /tomcat/native/trunk/native/src/sslcontext.c

2016-03-08 Thread rjung
Author: rjung Date: Tue Mar 8 19:59:59 2016 New Revision: 1734136 URL: http://svn.apache.org/viewvc?rev=1734136=rev Log: Fix OpenSSL 1.1.0 compatibility. A new API was added to OpenSSL 1.1.0 today: - SSL_CIPHER_get_kx_nid(cipher) - SSL_CIPHER_get_auth_nid(cipher) See:

svn commit: r1734134 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/loader/LocalStrings.properties java/org/apache/catalina/loader/LocalStrings_es.properties java/org/apache/catalina/loader/W

2016-03-08 Thread markt
Author: markt Date: Tue Mar 8 19:57:05 2016 New Revision: 1734134 URL: http://svn.apache.org/viewvc?rev=1734134=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59138 Correct a false positive warning for ThreadLocal related memory leaks when the key class but not the value class has

svn commit: r1734133 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/loader/LocalStrings.properties java/org/apache/catalina/loader/LocalStrings_es.properties java/org/apache/catalina/loader/W

2016-03-08 Thread markt
Author: markt Date: Tue Mar 8 19:54:45 2016 New Revision: 1734133 URL: http://svn.apache.org/viewvc?rev=1734133=rev Log: Correct a false positive warning for ThreadLocal related memory leaks when the key class but not the value class has been loaded by the web application class loader.

[Bug 59120] The protocol "TLS" has different interpretation in different JRE, better use "SSL"

2016-03-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59120 Mark Thomas changed: What|Removed |Added Resolution|--- |INVALID

svn commit: r1734128 - in /tomcat/trunk: java/org/apache/catalina/loader/LocalStrings.properties java/org/apache/catalina/loader/LocalStrings_es.properties java/org/apache/catalina/loader/WebappClassL

2016-03-08 Thread markt
Author: markt Date: Tue Mar 8 19:41:07 2016 New Revision: 1734128 URL: http://svn.apache.org/viewvc?rev=1734128=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59138 Correct a false positive warning for ThreadLocal related memory leaks when the key class but not the value class has

[Bug 59120] The protocol "TLS" has different interpretation in different JRE, better use "SSL"

2016-03-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59120 Jack changed: What|Removed |Added Resolution|INVALID |---

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

2016-03-08 Thread Bill Barker
] - make[1]: Entering directory `/srv/gump/public/workspace/tomcat-native/native' /bin/bash /srv/gump/public/workspace/apr-1/dest-20160308/build-1/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE

svn commit: r1734117 - in /tomcat/tc6.0.x/trunk: ./ conf/tomcat-users.xml res/confinstall/tomcat-users_2.xml webapps/docs/changelog.xml

2016-03-08 Thread markt
Author: markt Date: Tue Mar 8 18:12:27 2016 New Revision: 1734117 URL: http://svn.apache.org/viewvc?rev=1734117=rev Log: Make it harder for users to configure the entries intended for use with the examples web application for the Manager application. Modified: tomcat/tc6.0.x/trunk/

svn commit: r1734116 - in /tomcat/tc7.0.x/trunk: ./ conf/tomcat-users.xml res/confinstall/tomcat-users_2.xml webapps/docs/changelog.xml

2016-03-08 Thread markt
Author: markt Date: Tue Mar 8 18:08:16 2016 New Revision: 1734116 URL: http://svn.apache.org/viewvc?rev=1734116=rev Log: Make it harder for users to configure the entries intended for use with the examples web application for the Manager application. Modified: tomcat/tc7.0.x/trunk/

svn commit: r1734115 - in /tomcat/tc8.0.x/trunk: ./ conf/tomcat-users.xml res/confinstall/tomcat-users_2.xml webapps/docs/changelog.xml

2016-03-08 Thread markt
Author: markt Date: Tue Mar 8 18:05:04 2016 New Revision: 1734115 URL: http://svn.apache.org/viewvc?rev=1734115=rev Log: Make it harder for users to configure the entries intended for use with the examples web application for the Manager application. Modified: tomcat/tc8.0.x/trunk/

svn commit: r1734114 - /tomcat/tc8.0.x/trunk/java/org/apache/catalina/realm/JNDIRealm.java

2016-03-08 Thread markt
Author: markt Date: Tue Mar 8 18:03:00 2016 New Revision: 1734114 URL: http://svn.apache.org/viewvc?rev=1734114=rev Log: Whitespace police Modified: tomcat/tc8.0.x/trunk/java/org/apache/catalina/realm/JNDIRealm.java Modified:

svn commit: r1734113 - in /tomcat/trunk: conf/tomcat-users.xml res/confinstall/tomcat-users_2.xml webapps/docs/changelog.xml

2016-03-08 Thread markt
Author: markt Date: Tue Mar 8 17:55:50 2016 New Revision: 1734113 URL: http://svn.apache.org/viewvc?rev=1734113=rev Log: Make it harder for users to configure the entries intended for use with the examples web application for the Manager application. Modified:

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

2016-03-08 Thread Bill Barker
-20160308.jar -Dtomcat-dbcp-src.jar=/srv/gump/public/workspace/tomcat-7.0.x/tomcat-deps/tomcat-dbcp-src.jar -Dtomcat-dbcp.home=/srv/gump/public/workspace/tomcat-7.0.x/tomcat-deps -Dtest.excludePerformance=true -Dhamcrest.jar=/srv/gump/packages/hamcrest/hamcrest-core-1.3.jar -Dcommons-dbcp.home

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

2016-03-08 Thread Bill Barker
/commons-daemon-20160308-native-src.tar.gz -Dexamples.sources.skip=true -Dbase.path=/srv/gump/public/workspace/tomcat-trunk/tomcat-build-libs -Djdt.jar=/srv/gump/packages/eclipse/plugins/R-4.5-201506032000/ecj-4.5.jar -Dtest.apr.loc=/srv/gump/public/workspace/tomcat-native-trunk/dest-20160308/lib

svn commit: r1734100 - /tomcat/trunk/test/org/apache/catalina/core/TestApplicationMapping.java

2016-03-08 Thread markt
Author: markt Date: Tue Mar 8 15:11:05 2016 New Revision: 1734100 URL: http://svn.apache.org/viewvc?rev=1734100=rev Log: Checkstyle Modified: tomcat/trunk/test/org/apache/catalina/core/TestApplicationMapping.java Modified:

[Bug 59138] checkThreadLocalMapForLeaks has false positives

2016-03-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59138 --- Comment #6 from Christopher Schultz --- (In reply to Mark Thomas from comment #5) > > However, we have had issues reported where objects being retained after web > application stop until the next GC has been

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

2016-03-08 Thread Bill Barker
/dist/bin/commons-daemon-20160308-native-src.tar.gz -Dexamples.sources.skip=true -Dbase.path=/srv/gump/public/workspace/tomcat-trunk/tomcat-build-libs -Djdt.jar=/srv/gump/packages/eclipse/plugins/R-4.5-201506032000/ecj-4.5.jar -Dtest.relaxTiming=true -Dcommons-daemon.jar=/srv/gump/public

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

2016-03-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57130 --- Comment #5 from Christopher Schultz --- Fair enough. I'll have another look. -- You are receiving this mail because: You are the assignee for the bug.

svn commit: r1734095 - in /tomcat/trunk: java/org/apache/catalina/connector/ java/org/apache/catalina/core/ java/org/apache/catalina/mapper/ test/org/apache/catalina/core/ webapps/docs/

2016-03-08 Thread markt
Author: markt Date: Tue Mar 8 14:12:21 2016 New Revision: 1734095 URL: http://svn.apache.org/viewvc?rev=1734095=rev Log: As per EG discussion, implement SERVLET_SPEC-73 Added: tomcat/trunk/test/org/apache/catalina/core/TestApplicationMapping.java (with props) Modified:

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

2016-03-08 Thread Bill Barker
/commons-daemon-20160308-native-src.tar.gz -Dexamples.sources.skip=true -Dbase.path=/srv/gump/public/workspace/tomcat-trunk/tomcat-build-libs -Djdt.jar=/srv/gump/packages/eclipse/plugins/R-4.5-201506032000/ecj-4.5.jar -Dtest.relaxTiming=true -Dcommons-daemon.jar=/srv/gump/public/workspace/apache

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

2016-03-08 Thread Bill Barker
/daemon/dist/bin/commons-daemon-20160308-native-src.tar.gz -Dexamples.sources.skip=true -Dbase.path=/srv/gump/public/workspace/tomcat-8.0.x/tomcat-build-libs -Djdt.jar=/srv/gump/packages/eclipse/plugins/R-4.5-201506032000/ecj-4.5.jar -Dtest.apr.loc=/srv/gump/public/workspace/tomcat-native/dest

[Bug 59145] Incorrect warning logging on invalidate session when using SingleSignOn valve

2016-03-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59145 Coen Wouters changed: What|Removed |Added OS||All

[Bug 59145] New: Incorrect warning logging on invalidate session when using SingleSignOn valve

2016-03-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59145 Bug ID: 59145 Summary: Incorrect warning logging on invalidate session when using SingleSignOn valve Product: Tomcat 7 Version: 7.0.68 Hardware: PC Status:

svn commit: r1734056 - in /tomcat/trunk/java/org/apache/catalina: connector/Request.java core/ApplicationMapping.java mapper/MappingData.java

2016-03-08 Thread markt
Author: markt Date: Tue Mar 8 11:12:56 2016 New Revision: 1734056 URL: http://svn.apache.org/viewvc?rev=1734056=rev Log: Plumbing to support the implementation of javax.servlet.http.Mapping This commit populates Mapping instances from the MappingData populated by the Mapper. Currently the

svn commit: r1734055 - in /tomcat/trunk/java: javax/servlet/http/Mapping.java javax/servlet/http/MappingMatch.java org/apache/catalina/core/ApplicationMapping.java

2016-03-08 Thread markt
Author: markt Date: Tue Mar 8 10:59:58 2016 New Revision: 1734055 URL: http://svn.apache.org/viewvc?rev=1734055=rev Log: Add new classes to go with r1734054 Added: tomcat/trunk/java/javax/servlet/http/Mapping.java (with props) tomcat/trunk/java/javax/servlet/http/MappingMatch.java

svn commit: r1734054 - in /tomcat/trunk: java/javax/servlet/http/ java/org/apache/catalina/connector/ test/org/apache/catalina/filters/

2016-03-08 Thread markt
Author: markt Date: Tue Mar 8 10:59:18 2016 New Revision: 1734054 URL: http://svn.apache.org/viewvc?rev=1734054=rev Log: As per EG discussion, start to implement SERVLET_SPEC-73 This adds the stubs. Implementation to follow Modified:

buildbot success in on tomcat-trunk

2016-03-08 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-trunk while building . Full details are available at: https://ci.apache.org/builders/tomcat-trunk/builds/1151 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler

Re: svn commit: r1734044 - in /tomcat/trunk/java: javax/servlet/http/PushBuilder.java org/apache/catalina/core/ApplicationPushBuilder.java org/apache/coyote/http2/Stream.java org/apache/coyote/http2/S

2016-03-08 Thread Rémy Maucherat
2016-03-08 11:27 GMT+01:00 Mark Thomas : > On 08/03/2016 10:20, Rémy Maucherat wrote: > > 2016-03-08 11:11 GMT+01:00 : > > > >> Author: markt > >> Date: Tue Mar 8 10:11:12 2016 > >> New Revision: 1734044 > >> > >> URL:

svn commit: r1734048 - /tomcat/trunk/java/org/apache/coyote/PushToken.java

2016-03-08 Thread markt
Author: markt Date: Tue Mar 8 10:31:29 2016 New Revision: 1734048 URL: http://svn.apache.org/viewvc?rev=1734048=rev Log: Add missing class Added: tomcat/trunk/java/org/apache/coyote/PushToken.java (with props) Added: tomcat/trunk/java/org/apache/coyote/PushToken.java URL:

svn commit: r1734047 - in /tomcat/trunk/java: javax/servlet/http/ org/apache/catalina/connector/ org/apache/coyote/ org/apache/coyote/ajp/ org/apache/coyote/http11/ org/apache/coyote/http2/

2016-03-08 Thread markt
Author: markt Date: Tue Mar 8 10:29:44 2016 New Revision: 1734047 URL: http://svn.apache.org/viewvc?rev=1734047=rev Log: Based on EG discussion, add a method to allow applications to determine if push requests are supported. This is provided because populating a PushBuilder is a relatively

Re: svn commit: r1734044 - in /tomcat/trunk/java: javax/servlet/http/PushBuilder.java org/apache/catalina/core/ApplicationPushBuilder.java org/apache/coyote/http2/Stream.java org/apache/coyote/http2/S

2016-03-08 Thread Mark Thomas
On 08/03/2016 10:20, Rémy Maucherat wrote: > 2016-03-08 11:11 GMT+01:00 : > >> Author: markt >> Date: Tue Mar 8 10:11:12 2016 >> New Revision: 1734044 >> >> URL: http://svn.apache.org/viewvc?rev=1734044=rev >> Log: >> Based on EG discussion, add a boolean return value to push()

Re: svn commit: r1734044 - in /tomcat/trunk/java: javax/servlet/http/PushBuilder.java org/apache/catalina/core/ApplicationPushBuilder.java org/apache/coyote/http2/Stream.java org/apache/coyote/http2/S

2016-03-08 Thread Rémy Maucherat
2016-03-08 11:11 GMT+01:00 : > Author: markt > Date: Tue Mar 8 10:11:12 2016 > New Revision: 1734044 > > URL: http://svn.apache.org/viewvc?rev=1734044=rev > Log: > Based on EG discussion, add a boolean return value to push() so the > application can tell if the push was sent or

buildbot failure in on tomcat-trunk

2016-03-08 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-trunk while building . Full details are available at: https://ci.apache.org/builders/tomcat-trunk/builds/1150 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler

svn commit: r1734044 - in /tomcat/trunk/java: javax/servlet/http/PushBuilder.java org/apache/catalina/core/ApplicationPushBuilder.java org/apache/coyote/http2/Stream.java org/apache/coyote/http2/Strea

2016-03-08 Thread markt
Author: markt Date: Tue Mar 8 10:11:12 2016 New Revision: 1734044 URL: http://svn.apache.org/viewvc?rev=1734044=rev Log: Based on EG discussion, add a boolean return value to push() so the application can tell if the push was sent or not. Modified:

svn commit: r1734042 - /tomcat/trunk/java/org/apache/coyote/http2/ConnectionSettingsLocal.java

2016-03-08 Thread markt
Author: markt Date: Tue Mar 8 10:05:54 2016 New Revision: 1734042 URL: http://svn.apache.org/viewvc?rev=1734042=rev Log: Typo Modified: tomcat/trunk/java/org/apache/coyote/http2/ConnectionSettingsLocal.java Modified: tomcat/trunk/java/org/apache/coyote/http2/ConnectionSettingsLocal.java

Re: [VOTE] Release Apache Tomcat Native 1.2.5

2016-03-08 Thread Mladen Turk
On 8.3.2016. 9:47, Mladen Turk wrote: On 5.3.2016. 19:18, Mark Thomas wrote: On 05/03/2016 09:23, Rainer Jung wrote: Am 02.03.2016 um 14:43 schrieb Mark Thomas: Version 1.2.4 includes the following changes: - Report runtime rather than compile time version for OpenSSL - Fixes to allow

Re: [VOTE] Release Apache Tomcat Native 1.2.5

2016-03-08 Thread Mladen Turk
On 5.3.2016. 19:18, Mark Thomas wrote: On 05/03/2016 09:23, Rainer Jung wrote: Am 02.03.2016 um 14:43 schrieb Mark Thomas: Version 1.2.4 includes the following changes: - Report runtime rather than compile time version for OpenSSL - Fixes to allow continued building with master The proposed