[GitHub] [tomcat] markt-asf commented on a change in pull request #333: [Patch] Support INDEX.LIST in jar file to speed up resource finding

2020-08-14 Thread GitBox
markt-asf commented on a change in pull request #333: URL: https://github.com/apache/tomcat/pull/333#discussion_r470802517 ## File path: java/org/apache/tomcat/util/scan/JarIndex.java ## @@ -0,0 +1,61 @@ +package org.apache.tomcat.util.scan; Review comment: No ALv2

Re: [tomcat] branch master updated: Allow recursive substitution of properties. Add tests and use indexOf("${") instead indexOf('$').

2020-08-14 Thread Mark Thomas
On 06/08/2020 12:26, jfcl...@apache.org wrote: > This is an automated email from the ASF dual-hosted git repository. > > jfclere 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

Re: Discouraging Rogue Users In Tomcat

2020-08-14 Thread Mark Thomas
This looks like a Tomcat specific fail2ban clone to me. My recommendation for users that want this sort of functionality is have the app write the offending IP address (and optional additional info) to a log file and configure fail2ban to monitor that log file. Mark On 05/08/2020 18:51, Dave

[Bug 64666] Cannot allow special characters in query strings without replacing server.xml

2020-08-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64666 --- Comment #2 from Felix Schumacher --- Maybe you can achieve the same using a PropertySource and lookup your values from environment variables. See https://tomcat.apache.org/tomcat-8.5-doc/config/systemprops.html#Property_replacements and

[GitHub] [tomcat] markt-asf commented on a change in pull request #334: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=64614

2020-08-14 Thread GitBox
markt-asf commented on a change in pull request #334: URL: https://github.com/apache/tomcat/pull/334#discussion_r470811556 ## File path: java/org/apache/tomcat/util/net/LocalStrings.properties ## @@ -176,3 +176,4 @@ sslUtilBase.ssl3=SSLv3 has been explicitly enabled. This

[Bug 60030] Run away CPU with JSSE / OpenSSL with IE8

2020-08-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60030 MoNs changed: What|Removed |Added URL||https://www.gelkeyfim.com --- Comment #5 from

[GitHub] [tomcat] markt-asf commented on a change in pull request #331: Remove White Spaces and extra lines from the JSP files

2020-08-14 Thread GitBox
markt-asf commented on a change in pull request #331: URL: https://github.com/apache/tomcat/pull/331#discussion_r470788056 ## File path: java/org/apache/jasper/compiler/NewlineReductionServletWriter.java ## @@ -0,0 +1,40 @@ +package org.apache.jasper.compiler; + +import

Re: [Bug 60030] Run away CPU with JSSE / OpenSSL with IE8

2020-08-14 Thread Felix Schumacher
Am 14.08.20 um 18:48 schrieb bugzi...@apache.org: > https://bz.apache.org/bugzilla/show_bug.cgi?id=60030 > > MoNs changed: Spam reverted and the account has been disabled. Felix - To unsubscribe, e-mail:

[tomcat] branch 9.0.x updated: Add back support for static resources for now

2020-08-14 Thread fhanik
This is an automated email from the ASF dual-hosted git repository. fhanik 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 5f9f36c Add back support for static resources

[tomcat] branch master updated: Add back support for static resources for now

2020-08-14 Thread fhanik
This is an automated email from the ASF dual-hosted git repository. fhanik 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 33185e3 Add back support for static resources

buildbot success in on tomcat-85-trunk

2020-08-14 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-85-trunk while building tomcat. Full details are available at: https://ci.apache.org/builders/tomcat-85-trunk/builds/2406 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: asf946_ubuntu Build Reason: The

[tomcat] branch master updated: Remove unnecessary code.

2020-08-14 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 af5e746 Remove unnecessary code. af5e746 is

[tomcat] branch 9.0.x updated: Remove out of date functional spec docs

2020-08-14 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 acc8170 Remove out of date functional spec docs

[tomcat] branch 7.0.x updated: Remove out of date functional spec docs

2020-08-14 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 62daed8 Remove out of date functional spec docs

[tomcat] branch master updated: Remove out of date functional spec docs

2020-08-14 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 70338a0 Remove out of date functional spec docs

[tomcat] branch 8.5.x updated: Remove out of date functional spec docs

2020-08-14 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 f064702 Remove out of date functional spec docs

Travis failures on s390x

2020-08-14 Thread Mark Thomas
Hi, I am seeing consistent failures for the TestParserNoStrictWhitespace on Travis for s390x. Rather than proxying my testing through Travis, I am trying to get access to a free instance via IBM's cloud. I need to jump through some account upgrade hoops to do that and IBM's systems seem to have

[GitHub] [tomcat] markt-asf commented on a change in pull request #332: Support sending the 100 continue response when the servlet reads the …

2020-08-14 Thread GitBox
markt-asf commented on a change in pull request #332: URL: https://github.com/apache/tomcat/pull/332#discussion_r470715185 ## File path: java/org/apache/catalina/core/StandardContextValve.java ## @@ -81,7 +82,17 @@ public final void invoke(Request request, Response response)

ApacheCon @ Home Tomcat Track Schedule

2020-08-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 All, I'm happy to announce that the Apache Tomcat track schedule has been posted for ApacheCon @ Home, our virtual conference to replace "ApacheCon North America 2020". If you use social media to discuss this event, please use #ACAH2020 and tag

[Bug 64645] bin/service.bat doesn't handle wrongly configured JAVA_HOME

2020-08-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64645 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED Status|REOPENED

[Bug 64645] bin/service.bat doesn't handle wrongly configured JAVA_HOME

2020-08-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64645 --- Comment #7 from Christopher Schultz --- This seems like a different bug to me. JRE or JDK should be fine either way. -- You are receiving this mail because: You are the assignee for the bug.