[tomcat] branch 7.0.x updated: Fix trailing space. Add id.

2020-02-26 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/7.0.x by this push: new 5331684 Fix trailing space. Add id. 5331684 is

[tomcat] branch 8.5.x updated: Fix trailing space. Add id.

2020-02-26 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/8.5.x by this push: new a148516 Fix trailing space. Add id. a148516 is

[tomcat] branch 9.0.x updated: Fix trailing space. Add id.

2020-02-26 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new ce96ded Fix trailing space. Add id. ce96ded is

[tomcat] branch master updated: Fix trailing space. Add id.

2020-02-26 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new e5ad14c Fix trailing space. Add id. e5ad14c is

[Bug 64153] ServerContainer is not available in ServletContext

2020-02-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64153 --- Comment #8 from Boris Petrov --- Thanks for the workaround, works like a charm! And thanks for the support and quick fix! -- You are receiving this mail because: You are the assignee for the bug.

[Bug 64180] secretRequred=false is ignored if secret=

2020-02-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64180 --- Comment #4 from Tom --- The proposed enhancement still does not address the ability to parametrize the server.xml. Once the keyword secret= is there, it becomes mandatory even if it's "". With your proposal would my server.xml below

[Bug 64153] ServerContainer is not available in ServletContext

2020-02-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64153 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[tomcat] branch 7.0.x updated: BZ 64153. Ensure Context.getParentClassLoader() is consistent

2020-02-26 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/7.0.x by this push: new 32c44a0 BZ 64153. Ensure

[tomcat] branch 8.5.x updated: BZ 64153. Ensure Context.getParentClassLoader() is consistent

2020-02-26 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/8.5.x by this push: new c408737 BZ 64153. Ensure

[tomcat] branch 9.0.x updated: BZ 64153. Ensure Context.getParentClassLoader() is consistent

2020-02-26 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new 6b1827c BZ 64153. Ensure

[tomcat] branch master updated: Update changelog

2020-02-26 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new 8976a91 Update changelog 8976a91 is described

[tomcat] 02/02: Remove deprecated code.

2020-02-26 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 51f96d1c44f90ab3e71a10168b09866d61c21315 Author: Mark Thomas AuthorDate: Wed Feb 26 17:45:22 2020 + Remove

[tomcat] 01/02: BZ 64153. Ensure Context.getParentClassLoader() is consistent

2020-02-26 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git commit f6e1482d4c78f1fb459384dd87ef3dc4cad81008 Author: Mark Thomas AuthorDate: Wed Feb 26 17:43:41 2020 + BZ 64153.

[tomcat] branch master updated (235666f -> 51f96d1)

2020-02-26 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git. from 235666f Fix AJP Connector when requests forwarded from IIS originally use TLS new f6e1482 BZ 64153. Ensure

[Bug 64180] secretRequred=false is ignored if secret=

2020-02-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64180 Mark Thomas changed: What|Removed |Added Severity|normal |enhancement --- Comment #3 from Mark

[Bug 64180] secretRequred=false is ignored if secret=

2020-02-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64180 Tom changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|INVALID

[Bug 64153] ServerContainer is not available in ServletContext

2020-02-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64153 --- Comment #6 from Mark Thomas --- As a work-around, use: root_ctx.parentClassLoader = JRuby.runtime.jruby_class_loader rather than root_ctx.loader = WebappLoader.new(JRuby.runtime.jruby_class_loader) The second approach is probably going

[Bug 64180] secretRequred=false is ignored if secret=

2020-02-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64180 Remy Maucherat changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 64180] secretRequred=false is ignored if secret=

2020-02-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64180 Tom changed: What|Removed |Added CC||tpar...@cbnco.com -- You are receiving this

[Bug 64180] New: secretRequred=false is ignored if secret=

2020-02-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64180 Bug ID: 64180 Summary: secretRequred=false is ignored if secret= Product: Tomcat 9 Version: 9.0.31 Hardware: PC OS: Linux Status: NEW Severity: normal

[Bug 36086] FixCRLF by Admin-User messes up the ACL (Access Control List) on Windows for restricted-user

2020-02-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=36086 Stefan Bodewig changed: What|Removed |Added Version|9.0.11 |1.7.0RC1 Target Milestone|-

[Bug 36086] FixCRLF by Admin-User messes up the ACL (Access Control List) on Windows for restricted-user

2020-02-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=36086 Albaro Amaral changed: What|Removed |Added Version|1.7.0RC1|9.0.11 Product|Ant

Re: [VOTE] Release Apache Tomcat Connectors (JK) 1.2.48

2020-02-26 Thread Mark Thomas
Ping. We need at least one more biding vote before this release vote can pass. Mark On 20/02/2020 16:55, Mark Thomas wrote: > Tag: > https://gitbox.apache.org/repos/asf?p=tomcat-connectors.git;a=commit;h=90b294ce8260ab2585dcb4071ede5d53e51fa354 > > Source: >

Re: [VOTE] Release Apache Tomcat Connectors (JK) 1.2.48

2020-02-26 Thread Mark Thomas
On 20/02/2020 16:55, Mark Thomas wrote: > Tag: > https://gitbox.apache.org/repos/asf?p=tomcat-connectors.git;a=commit;h=90b294ce8260ab2585dcb4071ede5d53e51fa354 > > Source: > https://gitbox.apache.org/repos/asf?p=tomcat-connectors.git;a=summary > > Dist: >

Download stats

2020-02-26 Thread Mark Thomas
Hi all, I took a look a the download stats from downloads.apache.org. I didn't look at what was being downloaded (hashes, signatures or releases). I just compared number of requests for each version over a 24 hour period (yesterday). The results were: Tomcat 30.01% Tomcat 40.03% Tomcat

[tomcat] branch 7.0.x updated: Fix AJP Connector when requests forwarded from IIS originally use TLS

2020-02-26 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/7.0.x by this push: new 0d4255d Fix AJP Connector when requests forwarded

[tomcat] branch 8.5.x updated: Fix AJP Connector when requests forwarded from IIS originally use TLS

2020-02-26 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/8.5.x by this push: new f32ead8 Fix AJP Connector when requests forwarded

[tomcat] branch 9.0.x updated: Fix AJP Connector when requests forwarded from IIS originally use TLS

2020-02-26 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new e305e62 Fix AJP Connector when requests forwarded

[tomcat] branch master updated: Fix AJP Connector when requests forwarded from IIS originally use TLS

2020-02-26 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new 235666f Fix AJP Connector when requests

[tomcat] branch 7.0.x updated: Fix path used in findResources

2020-02-26 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/7.0.x by this push: new c9c52ba Fix path used in findResources c9c52ba is

[GitHub] [tomcat] bohmber commented on issue #244: The '$' in the class name of Digester$EnvironmentPropertySource is no…

2020-02-26 Thread GitBox
bohmber commented on issue #244: The '$' in the class name of Digester$EnvironmentPropertySource is no… URL: https://github.com/apache/tomcat/pull/244#issuecomment-591324659 Ping This is an automated message from the Apache