[Bug 62527] New: Lookupname Validation in ResourceBase

2018-07-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62527 Bug ID: 62527 Summary: Lookupname Validation in ResourceBase Product: Tomcat 8 Version: 8.5.x-trunk Hardware: PC OS: Mac OS X 10.1 Status: NEW Severity:

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

2018-07-09 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-nio2 has an issue affecting its community integration. T

svn commit: r1835501 - /tomcat/trunk/bin/makebase.bat

2018-07-09 Thread isapir
Author: isapir Date: Mon Jul 9 22:46:45 2018 New Revision: 1835501 URL: http://svn.apache.org/viewvc?rev=1835501&view=rev Log: Added switch --webapps to makebase.bat Modified: tomcat/trunk/bin/makebase.bat Modified: tomcat/trunk/bin/makebase.bat URL: http://svn.apache.org/viewvc/tomcat/tru

svn commit: r1835495 - /tomcat/tc8.5.x/trunk/java/org/apache/catalina/ant/jmx/JMXAccessorCondition.java

2018-07-09 Thread markt
Author: markt Date: Mon Jul 9 20:50:52 2018 New Revision: 1835495 URL: http://svn.apache.org/viewvc?rev=1835495&view=rev Log: Trivial commit to trigger CI build Modified: tomcat/tc8.5.x/trunk/java/org/apache/catalina/ant/jmx/JMXAccessorCondition.java Modified: tomcat/tc8.5.x/trunk/java/or

[Bug 62453] Tomcat tries to resolve uninitialized tag attributes in EL as java class names and this behavior causes performance problems.

2018-07-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62453 --- Comment #11 from Mark Thomas --- That is a neat hack. The downside is that it isn't as complete a fix. It wouldn't help users where the attribute name started with an upper case letter although I suspect this is fairly rare. Given that we

[Bug 62526] New: Tomcat fails in a strange way when key store is missing

2018-07-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62526 Bug ID: 62526 Summary: Tomcat fails in a strange way when key store is missing Product: Tomcat 8 Version: 8.5.32 Hardware: PC OS: Mac OS X 10.1

svn commit: r1835492 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/filters/CorsFilter.java

2018-07-09 Thread markt
Author: markt Date: Mon Jul 9 20:22:48 2018 New Revision: 1835492 URL: http://svn.apache.org/viewvc?rev=1835492&view=rev Log: Align clean-up with 8.5.x Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/catalina/filters/CorsFilter.java Propchange: tom

svn commit: r1835491 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/filters/CorsFilter.java webapps/docs/changelog.xml

2018-07-09 Thread markt
Author: markt Date: Mon Jul 9 20:22:21 2018 New Revision: 1835491 URL: http://svn.apache.org/viewvc?rev=1835491&view=rev Log: Ensure that the HTTP Vary header is set correctly when using the CORS filter and improve the cacheability of requests that pass through the OPRS filter. Modified: to

svn commit: r1835490 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/filters/CorsFilter.java java/org/apache/coyote/http11/AbstractHttp11Processor.java test/org/apache/catalina/filters/TesterH

2018-07-09 Thread markt
Author: markt Date: Mon Jul 9 20:21:14 2018 New Revision: 1835490 URL: http://svn.apache.org/viewvc?rev=1835490&view=rev Log: Refactor code that adds an additional header name to the Vary HTTP response header to use a common utility method that addresses several additional edge cases. Modified

svn commit: r1835489 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/util/http/ResponseUtil.java test/org/apache/tomcat/util/http/TestResponseUtil.java

2018-07-09 Thread markt
Author: markt Date: Mon Jul 9 20:11:39 2018 New Revision: 1835489 URL: http://svn.apache.org/viewvc?rev=1835489&view=rev Log: Add a utility method (and associated test cases) that adds updates / creates a Vary header with a given field name. Multiple headers will be collapsed and invalid values

svn commit: r1835488 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/util/http/parser/HttpParser.java java/org/apache/tomcat/util/http/parser/Vary.java test/org/apache/tomcat/util/http/parser/Te

2018-07-09 Thread markt
Author: markt Date: Mon Jul 9 20:10:31 2018 New Revision: 1835488 URL: http://svn.apache.org/viewvc?rev=1835488&view=rev Log: Add a (currently unused) Vary header parser and associated test case. Added: tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/http/parser/Vary.java - copied, ch

svn commit: r1835486 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/filters/CorsFilter.java

2018-07-09 Thread markt
Author: markt Date: Mon Jul 9 20:07:13 2018 New Revision: 1835486 URL: http://svn.apache.org/viewvc?rev=1835486&view=rev Log: Align clean-up with trunk Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/java/org/apache/catalina/filters/CorsFilter.java Propchange: tom

svn commit: r1835485 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/filters/CorsFilter.java webapps/docs/changelog.xml

2018-07-09 Thread markt
Author: markt Date: Mon Jul 9 20:06:11 2018 New Revision: 1835485 URL: http://svn.apache.org/viewvc?rev=1835485&view=rev Log: Ensure that the HTTP Vary header is set correctly when using the CORS filter and improve the cacheability of requests that pass through the OPRS filter. Modified: to

svn commit: r1835484 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/filters/ java/org/apache/catalina/servlets/ java/org/apache/coyote/ test/org/apache/catalina/filters/ test/org/apache/catal

2018-07-09 Thread markt
Author: markt Date: Mon Jul 9 20:02:26 2018 New Revision: 1835484 URL: http://svn.apache.org/viewvc?rev=1835484&view=rev Log: Refactor code that adds an additional header name to the Vary HTTP response header to use a common utility method that addresses several additional edge cases. Modified

[Bug 57665] support x-forwarded-host

2018-07-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57665 --- Comment #18 from Sergey Ponomarev --- Can we set more prio and finally merge the patch? I tried to use this filter as a workaround https://github.com/qaware/x-forwarded-filter which looks quite good and working according to all specificati

svn commit: r1835483 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/tomcat/util/http/ResponseUtil.java test/org/apache/tomcat/util/http/TestResponseUtil.java

2018-07-09 Thread markt
Author: markt Date: Mon Jul 9 19:58:41 2018 New Revision: 1835483 URL: http://svn.apache.org/viewvc?rev=1835483&view=rev Log: Add a utility method (and associated test cases) that adds updates / creates a Vary header with a given field name. Multiple headers will be collapsed and invalid values

svn commit: r1835481 - /tomcat/tc8.5.x/trunk/test/org/apache/tomcat/util/http/parser/TestVary.java

2018-07-09 Thread markt
Author: markt Date: Mon Jul 9 19:57:06 2018 New Revision: 1835481 URL: http://svn.apache.org/viewvc?rev=1835481&view=rev Log: Fix back-port Modified: tomcat/tc8.5.x/trunk/test/org/apache/tomcat/util/http/parser/TestVary.java Modified: tomcat/tc8.5.x/trunk/test/org/apache/tomcat/util/http/p

svn commit: r1835480 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/tomcat/util/http/parser/Vary.java test/org/apache/tomcat/util/http/parser/TestVary.java

2018-07-09 Thread markt
Author: markt Date: Mon Jul 9 19:52:30 2018 New Revision: 1835480 URL: http://svn.apache.org/viewvc?rev=1835480&view=rev Log: Add a (currently unused) Vary header parser and associated test case. Added: tomcat/tc8.5.x/trunk/java/org/apache/tomcat/util/http/parser/Vary.java - copied, ch

svn commit: r1835479 - /tomcat/trunk/bin/makebase.sh

2018-07-09 Thread markt
Author: markt Date: Mon Jul 9 19:51:33 2018 New Revision: 1835479 URL: http://svn.apache.org/viewvc?rev=1835479&view=rev Log: ws police Modified: tomcat/trunk/bin/makebase.sh Modified: tomcat/trunk/bin/makebase.sh URL: http://svn.apache.org/viewvc/tomcat/trunk/bin/makebase.sh?rev=1835479&r

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

2018-07-09 Thread Bill Barker
jar:/srv/gump/public/workspace/commons-beanutils/dist/commons-beanutils-20180709.jar:/srv/gump/packages/commons-collections3/commons-collections-3.2.1.jar:/srv/gump/public/workspace/commons-cli/target/commons-cli-1.5-SNAPSHOT.jar:/srv/gump/public/workspace/commons-lang-trunk/target/commons-lang3-3.8-SNAPS

buildbot success in on tomcat-trunk

2018-07-09 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/3443 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler sch

svn commit: r1835465 - /tomcat/trunk/java/org/apache/catalina/filters/CorsFilter.java

2018-07-09 Thread markt
Author: markt Date: Mon Jul 9 17:55:10 2018 New Revision: 1835465 URL: http://svn.apache.org/viewvc?rev=1835465&view=rev Log: Trivial commit trying to trigger CI build Modified: tomcat/trunk/java/org/apache/catalina/filters/CorsFilter.java Modified: tomcat/trunk/java/org/apache/catalina/fil

svn commit: r1835458 - /tomcat/trunk/java/org/apache/catalina/filters/CorsFilter.java

2018-07-09 Thread markt
Author: markt Date: Mon Jul 9 17:02:19 2018 New Revision: 1835458 URL: http://svn.apache.org/viewvc?rev=1835458&view=rev Log: Trivial commit trying to trigger CI build Modified: tomcat/trunk/java/org/apache/catalina/filters/CorsFilter.java Modified: tomcat/trunk/java/org/apache/catalina/fil

svn commit: r1835438 - /tomcat/trunk/java/org/apache/catalina/filters/CorsFilter.java

2018-07-09 Thread markt
Author: markt Date: Mon Jul 9 15:21:04 2018 New Revision: 1835438 URL: http://svn.apache.org/viewvc?rev=1835438&view=rev Log: Trivial commit trying to trigger CI build Modified: tomcat/trunk/java/org/apache/catalina/filters/CorsFilter.java Modified: tomcat/trunk/java/org/apache/catalina/fil

svn commit: r1835435 - /tomcat/trunk/java/org/apache/catalina/filters/CorsFilter.java

2018-07-09 Thread markt
Author: markt Date: Mon Jul 9 15:05:32 2018 New Revision: 1835435 URL: http://svn.apache.org/viewvc?rev=1835435&view=rev Log: Trivial commit trying to trigger CI build Modified: tomcat/trunk/java/org/apache/catalina/filters/CorsFilter.java Modified: tomcat/trunk/java/org/apache/catalina/fil

svn commit: r1835431 - /tomcat/trunk/java/org/apache/catalina/filters/CorsFilter.java

2018-07-09 Thread markt
Author: markt Date: Mon Jul 9 14:46:48 2018 New Revision: 1835431 URL: http://svn.apache.org/viewvc?rev=1835431&view=rev Log: Trivial commit trying to trigger CI build Modified: tomcat/trunk/java/org/apache/catalina/filters/CorsFilter.java Modified: tomcat/trunk/java/org/apache/catalina/fil

svn commit: r1835429 - /tomcat/trunk/java/org/apache/catalina/filters/CorsFilter.java

2018-07-09 Thread markt
Author: markt Date: Mon Jul 9 14:36:36 2018 New Revision: 1835429 URL: http://svn.apache.org/viewvc?rev=1835429&view=rev Log: Trivial commit trying to trigger CI build Modified: tomcat/trunk/java/org/apache/catalina/filters/CorsFilter.java Modified: tomcat/trunk/java/org/apache/catalina/fil

Register now for ApacheCon and save $250

2018-07-09 Thread Rich Bowen
Greetings, Apache software enthusiasts! (You’re getting this because you’re on one or more dev@ or users@ lists for some Apache Software Foundation project.) ApacheCon North America, in Montreal, is now just 80 days away, and early bird prices end in just two weeks - on July 21. Prices will b

svn commit: r1835427 - in /tomcat/trunk: java/org/apache/catalina/filters/CorsFilter.java webapps/docs/changelog.xml

2018-07-09 Thread markt
Author: markt Date: Mon Jul 9 14:30:22 2018 New Revision: 1835427 URL: http://svn.apache.org/viewvc?rev=1835427&view=rev Log: Ensure that the HTTP Vary header is set correctly when using the CORS filter and improve the cacheability of requests that pass through the OPRS filter. Modified: to

svn commit: r1835421 - /tomcat/trunk/java/org/apache/catalina/filters/CorsFilter.java

2018-07-09 Thread markt
Author: markt Date: Mon Jul 9 12:58:35 2018 New Revision: 1835421 URL: http://svn.apache.org/viewvc?rev=1835421&view=rev Log: Cache correctness for OPTIONS requests that pass through the CORS filter. Modified: tomcat/trunk/java/org/apache/catalina/filters/CorsFilter.java Modified: tomcat/tr

[Bug 62515] Tomcat should perform a graceful shutdown

2018-07-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62515 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

svn commit: r1835416 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/core/ java/org/apache/coyote/ java/org/apache/tomcat/util/net/ webapps/docs/

2018-07-09 Thread markt
Author: markt Date: Mon Jul 9 12:04:16 2018 New Revision: 1835416 URL: http://svn.apache.org/viewvc?rev=1835416&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=62515 When a connector is configured (via setting bindOnInit to false) to bind/unbind the server socket during start/st

svn commit: r1835413 - in /tomcat/trunk: java/org/apache/catalina/core/ java/org/apache/coyote/ java/org/apache/tomcat/util/net/ webapps/docs/

2018-07-09 Thread markt
Author: markt Date: Mon Jul 9 11:58:18 2018 New Revision: 1835413 URL: http://svn.apache.org/viewvc?rev=1835413&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=62515 When a connector is configured (via setting bindOnInit to false) to bind/unbind the server socket during start/st