[GitHub] [tomcat] martin-g commented on a change in pull request #346: Bug 64644 add custom properties to close connections on readIdletimeout

2020-08-28 Thread GitBox
martin-g commented on a change in pull request #346: URL: https://github.com/apache/tomcat/pull/346#discussion_r478872675 ## File path: java/org/apache/tomcat/websocket/Constants.java ## @@ -114,6 +114,22 @@ // Milliseconds so this is 20 seconds public static final

[GitHub] [tomcat] martin-g commented on a change in pull request #346: Bug 64644 add custom properties to close connections on readIdletimeout

2020-08-28 Thread GitBox
martin-g commented on a change in pull request #346: URL: https://github.com/apache/tomcat/pull/346#discussion_r478870589 ## File path: java/org/apache/tomcat/websocket/Constants.java ## @@ -114,6 +114,22 @@ // Milliseconds so this is 20 seconds public static final

Re: [tomcat] branch master updated: Change forcedRemainingCapacity from Integer to int

2020-08-28 Thread Martin Grigorov
Hi Chris, On Thu, Aug 27, 2020 at 8:51 PM Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Martin, > > On 8/27/20 07:55, mgrigo...@apache.org wrote: > > This is an automated email from the ASF dual-hosted git > > repository. > > >

[GitHub] [tomcat] rpluem commented on pull request #342: Display the CATALINA_OPTS when starting Tomcat

2020-08-28 Thread GitBox
rpluem commented on pull request #342: URL: https://github.com/apache/tomcat/pull/342#issuecomment-682343185 Great :-). Thanks. This is an automated message from the Apache Git Service. To respond to the message, please log

[tomcat] branch 7.0.x updated: Align with 8.5.x & fix compilation after backport

2020-08-28 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 38d1eb1 Align with 8.5.x & fix compilation after

[tomcat] branch master updated: Send WINDOW_UPDATE frames correctly when a DATA frame includes padding

2020-08-28 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 03a1ccf Send WINDOW_UPDATE frames correctly

[tomcat] branch 9.0.x updated: Send WINDOW_UPDATE frames correctly when a DATA frame includes padding

2020-08-28 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 c9856e0 Send WINDOW_UPDATE frames correctly when

[tomcat] branch 8.5.x updated: Send WINDOW_UPDATE frames correctly when a DATA frame includes padding

2020-08-28 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 63c1d4e Send WINDOW_UPDATE frames correctly when

buildbot success in on tomcat-7-trunk

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

[tomcat] branch 7.0.x updated: Additional log information for failing test

2020-08-28 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 8b42056 Additional log information for failing

[tomcat] branch 8.5.x updated: Additional log information for failing test

2020-08-28 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 03545f7 Additional log information for failing

[GitHub] [tomcat] sakshamverma commented on a change in pull request #346: Bug 64644 add custom properties to close connections on readIdletimeout

2020-08-28 Thread GitBox
sakshamverma commented on a change in pull request #346: URL: https://github.com/apache/tomcat/pull/346#discussion_r479393276 ## File path: java/org/apache/tomcat/websocket/Constants.java ## @@ -114,6 +114,22 @@ // Milliseconds so this is 20 seconds public static

[tomcat] branch master updated: Additional log information for failing test

2020-08-28 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 ddaf37d Additional log information for failing

[tomcat] branch 9.0.x updated: Additional log information for failing test

2020-08-28 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 9902a98 Additional log information for failing

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

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

Re: Fwd: Security concern about Tomcat's default value for HSTS MaxAge

2020-08-28 Thread Dave Wichers
So have you guys decided what you are going to do? Is there a dev ticket open (that is public) that I can see and follow the progress on? I'd like to get off this mailing list, as it generates lots of email that I don't care about, but before I leave it, I'd like to understand the plan, and how

[GitHub] [tomcat] sakshamverma commented on a change in pull request #346: Bug 64644 add custom properties to close connections on readIdletimeout

2020-08-28 Thread GitBox
sakshamverma commented on a change in pull request #346: URL: https://github.com/apache/tomcat/pull/346#discussion_r479406856 ## File path: java/org/apache/tomcat/websocket/Constants.java ## @@ -114,6 +114,22 @@ // Milliseconds so this is 20 seconds public static

[GitHub] [tomcat] kamnani opened a new pull request #347: Jsp white space trim patch

2020-08-28 Thread GitBox
kamnani opened a new pull request #347: URL: https://github.com/apache/tomcat/pull/347 The changes enables the compiler to remove excess white spaces and new lines from the JSP files & thus reduce the JVM metadata. This can be controlled by providing context init params inside

[GitHub] [tomcat] kamnani closed pull request #347: Jsp white space trim patch

2020-08-28 Thread GitBox
kamnani closed pull request #347: URL: https://github.com/apache/tomcat/pull/347 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to