svn commit: r1832587 - in /tomcat/tc8.0.x/trunk: java/org/apache/tomcat/websocket/pojo/PojoMethodMapping.java webapps/docs/changelog.xml

2018-05-31 Thread kfujino
Author: kfujino Date: Thu May 31 08:29:07 2018 New Revision: 1832587 URL: http://svn.apache.org/viewvc?rev=1832587=rev Log: When decoding of path parameter failed, make sure to throw DecodeException instead of throwing ArrayIndexOutOfBoundsException. Modified:

[Bug 62419] Avoid CORS Origin echoing by default

2018-05-31 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62419 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1832585 - in /tomcat/trunk: java/org/apache/tomcat/websocket/pojo/PojoMethodMapping.java webapps/docs/changelog.xml

2018-05-31 Thread kfujino
Author: kfujino Date: Thu May 31 08:24:15 2018 New Revision: 1832585 URL: http://svn.apache.org/viewvc?rev=1832585=rev Log: When decoding of path parameter failed, make sure to throw DecodeException instead of throwing ArrayIndexOutOfBoundsException. Modified:

svn commit: r1832586 - in /tomcat/tc8.5.x/trunk: java/org/apache/tomcat/websocket/pojo/PojoMethodMapping.java webapps/docs/changelog.xml

2018-05-31 Thread kfujino
Author: kfujino Date: Thu May 31 08:26:43 2018 New Revision: 1832586 URL: http://svn.apache.org/viewvc?rev=1832586=rev Log: When decoding of path parameter failed, make sure to throw DecodeException instead of throwing ArrayIndexOutOfBoundsException. Modified:

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

2018-05-31 Thread kfujino
Author: kfujino Date: Thu May 31 08:30:47 2018 New Revision: 1832589 URL: http://svn.apache.org/viewvc?rev=1832589=rev Log: When decoding of path parameter failed, make sure to throw DecodeException instead of throwing ArrayIndexOutOfBoundsException. Modified:

[jira] [Created] (MTOMCAT-314) Maven Package creating a issue on spark submit

2018-05-31 Thread GOPAL (JIRA)
GOPAL created MTOMCAT-314: - Summary: Maven Package creating a issue on spark submit Key: MTOMCAT-314 URL: https://issues.apache.org/jira/browse/MTOMCAT-314 Project: Apache Tomcat Maven Plugin Issue

[Bug 62420] New: Documents

2018-05-31 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62420 Bug ID: 62420 Summary: Documents Product: Tomcat Native Version: unspecified Hardware: Other OS: Linux Status: NEW Severity: normal Priority:

[Bug 62419] Avoid CORS Origin echoing by default

2018-05-31 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62419 --- Comment #2 from Ralf Hauser --- To easily test whether you are affected curl -vsLH "Origin: http://evil.com; https://yourdomain.tld/ 2>&1 | grep -i access-control If you see "evil", then you are, if you see "*" you are not. -- You

svn commit: r1832602 - /tomcat/trunk/java/org/apache/coyote/http2/LocalStrings.properties

2018-05-31 Thread remm
Author: remm Date: Thu May 31 12:48:48 2018 New Revision: 1832602 URL: http://svn.apache.org/viewvc?rev=1832602=rev Log: Fix error message typo. Modified: tomcat/trunk/java/org/apache/coyote/http2/LocalStrings.properties Modified:

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

2018-05-31 Thread markt
Author: markt Date: Thu May 31 09:45:40 2018 New Revision: 1832595 URL: http://svn.apache.org/viewvc?rev=1832595=rev Log: Update docs after changes for CVE-2018-8014 Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/catalina/filters/CorsFilter.java

svn commit: r1832594 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/filters/CorsFilter.java webapps/docs/config/filter.xml

2018-05-31 Thread markt
Author: markt Date: Thu May 31 09:45:13 2018 New Revision: 1832594 URL: http://svn.apache.org/viewvc?rev=1832594=rev Log: Update docs after changes for CVE-2018-8014 Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/java/org/apache/catalina/filters/CorsFilter.java

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

2018-05-31 Thread markt
Author: markt Date: Thu May 31 09:44:54 2018 New Revision: 1832593 URL: http://svn.apache.org/viewvc?rev=1832593=rev Log: Update docs after changes for CVE-2018-8014 Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/java/org/apache/catalina/filters/CorsFilter.java

[Git migration] Developer process

2018-05-31 Thread Mark Thomas
Hi, The next issue to resolve for the Git migration is developer process. Note that this does not cover branch names, merge strategy etc. This is issue is about the options available for developers to organise their local development environment. The key question is how to efficiently switch

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

2018-05-31 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 has an issue affecting its community integration. This issue

svn commit: r1832592 - in /tomcat/trunk: java/org/apache/catalina/filters/CorsFilter.java webapps/docs/config/filter.xml

2018-05-31 Thread markt
Author: markt Date: Thu May 31 09:44:21 2018 New Revision: 1832592 URL: http://svn.apache.org/viewvc?rev=1832592=rev Log: Update docs after changes for CVE-2018-8014 Modified: tomcat/trunk/java/org/apache/catalina/filters/CorsFilter.java tomcat/trunk/webapps/docs/config/filter.xml

svn commit: r1832596 - in /tomcat/trunk/webapps/docs: changelog.xml config/http.xml

2018-05-31 Thread markt
Author: markt Date: Thu May 31 10:09:10 2018 New Revision: 1832596 URL: http://svn.apache.org/viewvc?rev=1832596=rev Log: Correct the documentation for the allowHostHeaderMismatch attribute of the standard HTTP Connector implementations. Modified: tomcat/trunk/webapps/docs/changelog.xml

svn commit: r1832597 - in /tomcat/tc8.5.x/trunk: ./ webapps/docs/changelog.xml webapps/docs/config/http.xml

2018-05-31 Thread markt
Author: markt Date: Thu May 31 10:12:22 2018 New Revision: 1832597 URL: http://svn.apache.org/viewvc?rev=1832597=rev Log: Correct the documentation for the allowHostHeaderMismatch attribute of the standard HTTP Connector implementations. Modified: tomcat/tc8.5.x/trunk/ (props changed)

Thoughts on suggestions for new contributors

2018-05-31 Thread Mark Thomas
Hi, It can often be difficult to identify suitable tasks for new contributors who want to make a contribution but have no particular itch to scratch of their own. In the past, my thoughts have turned to the code coverage and a response along the lines of "Pick a class / package with low coverage

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

2018-05-31 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 has an issue affecting its community integration. This issue

[Bug 62273] Add support for alternate URL specification

2018-05-31 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62273 --- Comment #18 from Trevor Robinson --- (In reply to Christopher Schultz from comment #15) > Um... this should UN-BREAK things, not break things. I don't think you want > to wait until Tomcat 10 for your brackets to start working again, do

Re: Thoughts on suggestions for new contributors

2018-05-31 Thread Igal Sapir
On 5/31/2018 3:28 AM, Mark Thomas wrote: As you may have noticed I have been working on the HttpParser unit tests over the last few days. This was prompted, as a result of the recent fqdn parsing issues, to ensure that the unit tests were covering all of the edge cases. While the fqdn parsing

Re: [Git migration] Developer process

2018-05-31 Thread Igal Sapir
On 5/31/2018 3:00 AM, Mark Thomas wrote: Hi, The next issue to resolve for the Git migration is developer process. Note that this does not cover branch names, merge strategy etc. This is issue is about the options available for developers to organise their local development environment. The

[Bug 62423] New: Wrong Attribute Name for Certificate Revocation Lists

2018-05-31 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62423 Bug ID: 62423 Summary: Wrong Attribute Name for Certificate Revocation Lists Product: Tomcat 8 Version: 8.5.x-trunk Hardware: PC Status: NEW Severity: normal

[Bug 62423] Wrong Attribute Name for Certificate Revocation Lists

2018-05-31 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62423 Lin Xiaonan changed: What|Removed |Added OS||All --- Comment #1 from Lin Xiaonan

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

2018-05-31 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 has an issue affecting its community integration. This issue

REMINDER: Apache EU Roadshow 2018 in Berlin is less than 2 weeks away!

2018-05-31 Thread sharan
Hello Apache Supporters and Enthusiasts This is a reminder that our Apache EU Roadshow in Berlin is less than two weeks away and we need your help to spread the word. Please let your work colleagues, friends and anyone interested in any attending know about our Apache EU Roadshow event. We

svn commit: r1832619 - in /tomcat/trunk: res/findbugs/filter-false-positives.xml test/org/apache/catalina/valves/TestStuckThreadDetectionValve.java

2018-05-31 Thread markt
Author: markt Date: Thu May 31 14:11:27 2018 New Revision: 1832619 URL: http://svn.apache.org/viewvc?rev=1832619=rev Log: Better name for test servlet Modified: tomcat/trunk/res/findbugs/filter-false-positives.xml

svn commit: r1832620 - in /tomcat/tc8.5.x/trunk: ./ res/findbugs/filter-false-positives.xml test/org/apache/catalina/valves/TestStuckThreadDetectionValve.java

2018-05-31 Thread markt
Author: markt Date: Thu May 31 14:13:43 2018 New Revision: 1832620 URL: http://svn.apache.org/viewvc?rev=1832620=rev Log: Better name for test servlet Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/res/findbugs/filter-false-positives.xml

Re: Tagging 9.0.x and 8.5.x

2018-05-31 Thread Rémy Maucherat
On Thu, May 31, 2018 at 3:20 PM Mark Thomas wrote: > Hi all, > > June is almost upon us so I'm thinking about the next release round. > > I've got a couple of small tasks on my personal TODO list and there are > one or two BZ issues that could be resolved. I plan to complete these > tasks and

svn commit: r1832621 - in /tomcat/tc7.0.x/trunk: ./ res/findbugs/filter-false-positives.xml test/org/apache/catalina/valves/TestStuckThreadDetectionValve.java

2018-05-31 Thread markt
Author: markt Date: Thu May 31 14:16:28 2018 New Revision: 1832621 URL: http://svn.apache.org/viewvc?rev=1832621=rev Log: Better name for test servlet Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/res/findbugs/filter-false-positives.xml

svn commit: r1832603 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/coyote/http2/LocalStrings.properties

2018-05-31 Thread remm
Author: remm Date: Thu May 31 12:50:33 2018 New Revision: 1832603 URL: http://svn.apache.org/viewvc?rev=1832603=rev Log: Fix error message typo Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/java/org/apache/coyote/http2/LocalStrings.properties Propchange:

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

2018-05-31 Thread Mark Thomas
On 31/05/18 10:07, Bill Barker wrote: > /srv/gump/public/workspace/tomcat-trunk/build.xml:3037: Problem: failed to > create task or type bndwrap I have made an attempt to fix this. I based my fix on how the Eclipse JDT jar is referenced. I think I did it correctly but we'll need to wait until

Tagging 9.0.x and 8.5.x

2018-05-31 Thread Mark Thomas
Hi all, June is almost upon us so I'm thinking about the next release round. I've got a couple of small tasks on my personal TODO list and there are one or two BZ issues that could be resolved. I plan to complete these tasks and then tag. Depending how things go, I currently anticipate tagging