[Bug 62868] WebappClassLoaderBase getResources(String) is not ordered according to delegate flag

2018-10-31 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62868 --- Comment #4 from Remy Maucherat --- I think that justifies keeping it open. -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe,

svn commit: r1845338 - in /tomcat/trunk: java/org/apache/catalina/connector/LocalStrings_es.properties webapps/docs/changelog.xml

2018-10-31 Thread markt
Author: markt Date: Wed Oct 31 15:24:53 2018 New Revision: 1845338 URL: http://svn.apache.org/viewvc?rev=1845338=rev Log: Correct a typo in the Spanish resource files. Patch provided by Diego Agulló. Modified: tomcat/trunk/java/org/apache/catalina/connector/LocalStrings_es.properties

svn commit: r1845339 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/connector/LocalStrings_es.properties webapps/docs/changelog.xml

2018-10-31 Thread markt
Author: markt Date: Wed Oct 31 15:26:21 2018 New Revision: 1845339 URL: http://svn.apache.org/viewvc?rev=1845339=rev Log: Correct a typo in the Spanish resource files. Patch provided by Diego Agulló. Modified: tomcat/tc8.5.x/trunk/ (props changed)

svn commit: r1845340 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/connector/LocalStrings_es.properties webapps/docs/changelog.xml

2018-10-31 Thread markt
Author: markt Date: Wed Oct 31 15:27:17 2018 New Revision: 1845340 URL: http://svn.apache.org/viewvc?rev=1845340=rev Log: Correct a typo in the Spanish resource files. Patch provided by Diego Agulló. Modified: tomcat/tc7.0.x/trunk/ (props changed)

[GitHub] tomcat pull request #129: Fix typo in Spanish translation

2018-10-31 Thread markt-asf
Github user markt-asf closed the pull request at: https://github.com/apache/tomcat/pull/129 --- - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

[GitHub] tomcat issue #129: Fix typo in Spanish translation

2018-10-31 Thread markt-asf
Github user markt-asf commented on the issue: https://github.com/apache/tomcat/pull/129 Thanks. Patch applied to 9.0.x, 8.5.x and 7.0.x for the next release of each. --- - To unsubscribe, e-mail:

svn propchange: r1838836 - svn:log

2018-10-31 Thread markt
Author: markt Revision: 1838836 Modified property: svn:log Modified: svn:log at Wed Oct 31 19:03:33 2018 -- --- svn:log (original) +++ svn:log Wed Oct 31 19:03:33 2018 @@ -1 +1,2 @@ Refactor normalisation of request URIs

svn propchange: r1838857 - svn:log

2018-10-31 Thread markt
Author: markt Revision: 1838857 Modified property: svn:log Modified: svn:log at Wed Oct 31 19:03:55 2018 -- --- svn:log (original) +++ svn:log Wed Oct 31 19:03:55 2018 @@ -1 +1,2 @@ Further normalization clean-up +This

svn propchange: r1838871 - svn:log

2018-10-31 Thread markt
Author: markt Revision: 1838871 Modified property: svn:log Modified: svn:log at Wed Oct 31 19:04:11 2018 -- --- svn:log (original) +++ svn:log Wed Oct 31 19:04:11 2018 @@ -1 +1,2 @@ Remove unnecessary processing of

[SECURITY] CVE-2018-11759 Apache Tomcat JK (mod_jk) Connector path traversal

2018-10-31 Thread Mark Thomas
CVE-2018-11759 Apache Tomcat JK (mod_jk) Connector path traversal Severity: Important Vendor: The Apache Software Foundation Versions Affected: - Apache Tomcat JK mod_jk Connector 1.2.0 to 1.2.44 Description: The Apache Web Server (httpd) specific code that normalised the requested path

Re: Mime types

2018-10-31 Thread Konstantin Kolinko
ср, 31 окт. 2018 г. в 19:38, Rémy Maucherat : > > Hi, > > There are two main contraptions in Tomcat that do (badly ...) extension to > mime type mapping: the shared web.xml and some hardcoded stuff in > startup.Tomcat. > > While we should obviously have support for user configured mime types in >

svn propchange: r1840610 - svn:log

2018-10-31 Thread markt
Author: markt Revision: 1840610 Modified property: svn:log Modified: svn:log at Wed Oct 31 19:07:41 2018 -- --- svn:log (original) +++ svn:log Wed Oct 31 19:07:41 2018 @@ -1 +1,2 @@ With the improvements in path

svn propchange: r1840603 - svn:log

2018-10-31 Thread markt
Author: markt Revision: 1840603 Modified property: svn:log Modified: svn:log at Wed Oct 31 19:07:15 2018 -- --- svn:log (original) +++ svn:log Wed Oct 31 19:07:15 2018 @@ -1 +1,2 @@ IIS: Improve path parameter handling

svn propchange: r1840604 - svn:log

2018-10-31 Thread markt
Author: markt Revision: 1840604 Modified property: svn:log Modified: svn:log at Wed Oct 31 19:07:28 2018 -- --- svn:log (original) +++ svn:log Wed Oct 31 19:07:28 2018 @@ -1 +1,2 @@ Fix typo +This is part of the fix for

svn propchange: r1840629 - svn:log

2018-10-31 Thread markt
Author: markt Revision: 1840629 Modified property: svn:log Modified: svn:log at Wed Oct 31 19:07:56 2018 -- --- svn:log (original) +++ svn:log Wed Oct 31 19:07:56 2018 @@ -1 +1,2 @@ Tab police +This is part of the fix

svn propchange: r1840592 - svn:log

2018-10-31 Thread markt
Author: markt Revision: 1840592 Modified property: svn:log Modified: svn:log at Wed Oct 31 19:07:01 2018 -- --- svn:log (original) +++ svn:log Wed Oct 31 19:07:01 2018 @@ -1 +1,2 @@ Tweak patch to make Windows build

Mime types

2018-10-31 Thread Rémy Maucherat
Hi, There are two main contraptions in Tomcat that do (badly ...) extension to mime type mapping: the shared web.xml and some hardcoded stuff in startup.Tomcat. While we should obviously have support for user configured mime types in web.xml, as it's the spec, there should be a possibility to

svn propchange: r1840444 - svn:log

2018-10-31 Thread markt
Author: markt Revision: 1840444 Modified property: svn:log Modified: svn:log at Wed Oct 31 19:04:50 2018 -- --- svn:log (original) +++ svn:log Wed Oct 31 19:04:50 2018 @@ -1 +1,2 @@ Minor logging performance optimization

svn propchange: r1840445 - svn:log

2018-10-31 Thread markt
Author: markt Revision: 1840445 Modified property: svn:log Modified: svn:log at Wed Oct 31 19:05:14 2018 -- --- svn:log (original) +++ svn:log Wed Oct 31 19:05:14 2018 @@ -1 +1,2 @@ Optimize path parameter handling, by

svn propchange: r1840448 - svn:log

2018-10-31 Thread markt
Author: markt Revision: 1840448 Modified property: svn:log Modified: svn:log at Wed Oct 31 19:05:28 2018 -- --- svn:log (original) +++ svn:log Wed Oct 31 19:05:28 2018 @@ -1 +1,2 @@ Change return code for bad request

svn propchange: r1838882 - svn:log

2018-10-31 Thread markt
Author: markt Revision: 1838882 Modified property: svn:log Modified: svn:log at Wed Oct 31 19:04:29 2018 -- --- svn:log (original) +++ svn:log Wed Oct 31 19:04:29 2018 @@ -1 +1,2 @@ Fix compilation for IIS +This is part

svn propchange: r1841463 - svn:log

2018-10-31 Thread markt
Author: markt Revision: 1841463 Modified property: svn:log Modified: svn:log at Wed Oct 31 19:08:12 2018 -- --- svn:log (original) +++ svn:log Wed Oct 31 19:08:12 2018 @@ -2,3 +2,4 @@ Silence compiler warning (unused

svn commit: r1845353 - in /tomcat/site/trunk: docs/security-jk.html xdocs/security-jk.xml

2018-10-31 Thread markt
Author: markt Date: Wed Oct 31 17:44:50 2018 New Revision: 1845353 URL: http://svn.apache.org/viewvc?rev=1845353=rev Log: Add information for CVE-2018-11759 Modified: tomcat/site/trunk/docs/security-jk.html tomcat/site/trunk/xdocs/security-jk.xml Modified:

svn propchange: r1840588 - svn:log

2018-10-31 Thread markt
Author: markt Revision: 1840588 Modified property: svn:log Modified: svn:log at Wed Oct 31 19:06:44 2018 -- --- svn:log (original) +++ svn:log Wed Oct 31 19:06:44 2018 @@ -1 +1,2 @@ Apache: Improve path parameter

svn propchange: r1840450 - svn:log

2018-10-31 Thread markt
Author: markt Revision: 1840450 Modified property: svn:log Modified: svn:log at Wed Oct 31 19:06:02 2018 -- --- svn:log (original) +++ svn:log Wed Oct 31 19:06:02 2018 @@ -1,2 +1,3 @@ Fix

svn propchange: r1840451 - svn:log

2018-10-31 Thread markt
Author: markt Revision: 1840451 Modified property: svn:log Modified: svn:log at Wed Oct 31 19:06:15 2018 -- --- svn:log (original) +++ svn:log Wed Oct 31 19:06:15 2018 @@ -1 +1,2 @@ Let the webserver know about

svn propchange: r1840491 - svn:log

2018-10-31 Thread markt
Author: markt Revision: 1840491 Modified property: svn:log Modified: svn:log at Wed Oct 31 19:06:28 2018 -- --- svn:log (original) +++ svn:log Wed Oct 31 19:06:28 2018 @@ -1 +1,2 @@ Make extract of session ID from path

svn propchange: r1840449 - svn:log

2018-10-31 Thread markt
Author: markt Revision: 1840449 Modified property: svn:log Modified: svn:log at Wed Oct 31 19:05:43 2018 -- --- svn:log (original) +++ svn:log Wed Oct 31 19:05:43 2018 @@ -1 +1,2 @@ Optimize handling of request_config.

Re: Mime types

2018-10-31 Thread Rémy Maucherat
On Wed, Oct 31, 2018 at 8:16 PM Konstantin Kolinko wrote: > ср, 31 окт. 2018 г. в 19:38, Rémy Maucherat : > > > > Hi, > > > > There are two main contraptions in Tomcat that do (badly ...) extension > to > > mime type mapping: the shared web.xml and some hardcoded stuff in > > startup.Tomcat. > >

Re: Mime types

2018-10-31 Thread Igal Sapir
On 10/31/2018 12:50 PM, Rémy Maucherat wrote: On Wed, Oct 31, 2018 at 8:16 PM Konstantin Kolinko wrote: ср, 31 окт. 2018 г. в 19:38, Rémy Maucherat : Hi, There are two main contraptions in Tomcat that do (badly ...) extension tomime type mapping: the shared web.xml and some hardcoded stuff

[Bug 62871] New: JMX: ThreadPool.socketProperties is not Serializable

2018-10-31 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62871 Bug ID: 62871 Summary: JMX: ThreadPool.socketProperties is not Serializable Product: Tomcat 8 Version: 8.5.x-trunk Hardware: All OS: All Status: NEW

Re: Mime types

2018-10-31 Thread Rémy Maucherat
On Wed, Oct 31, 2018 at 10:30 PM Igal Sapir wrote: > >> Unless DefaultServlet behaviour is fixed, enabling probeContentType is > >> likely to break my configurations. > > How about allowing to remove a Mime type by mapping it to an empty > string? That way you would only need to override that

[GitHub] tomcat pull request #130: Add two spaces (nbsp) in front of the Undeploy but...

2018-10-31 Thread ljader
GitHub user ljader opened a pull request: https://github.com/apache/tomcat/pull/130 Add two spaces (nbsp) in front of the Undeploy button Since there is no JavaScript in the Manager HTML, I decided to visually separate the Undeploy button from the rest of the buttons.

[Bug 62873] New: Tomcat Monitor application will update multi-string values in Windows registry with blank lines

2018-10-31 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62873 Bug ID: 62873 Summary: Tomcat Monitor application will update multi-string values in Windows registry with blank lines Product: Tomcat 8 Version: 8.5.34 Hardware: PC

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

2018-10-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-test-nio2 has an issue affecting its community integration.

Re: JDK 12 Early Access build 15 is available

2018-10-31 Thread Rory O'Donnell
Hi Mark, Can you send us the JI-number when you get time to log a bug ? Rgds,Rory On 30/10/2018 17:42, Mark Thomas wrote: FYI, org.apache.tomcat.util.net.TestSsl.testRenegotiateWorks() is failing consistently when running with the NIO2 connector. It works with: - Oracle JDK 1.8.0 update

Re: JDK 12 Early Access build 15 is available

2018-10-31 Thread Rémy Maucherat
On Tue, Oct 30, 2018 at 7:12 PM Mark Thomas wrote: > Ah. More likely a JDK regression then. > > After enabling it for NIO, it also fails. Works with an "older" 11-ea18 I had, fails with 12-ea17. Basically it makes the 10 requests, but the listener set with socket.addHandshakeCompletedListener is