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] 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 lo

[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 lo

[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 when

[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 a

[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 a

[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 b

[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 t

[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 tes

[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 tes

[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 tes

[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 java.io.P

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 AnyBranchSched

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 to

[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 fina

[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 fina

[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 `web.x

[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 the

Need to merge The patch for Bug 64644

2020-08-28 Thread Saksham Verma
Hi, I am a thingworx developer and many of our customers are struggling due to the bug https://bz.apache.org/bugzilla/show_bug.cgi?id=64644. I have raised a PR https://github.com/apache/tomcat/pull/346 It has one approval. The PR is according to the suggestion from Mark on the bug https://bz.apa

[GitHub] [tomcat] sakshamverma commented on pull request #330: BZ-64644 throw an Idle Session Event on idle timeout

2020-08-28 Thread GitBox
sakshamverma commented on pull request #330: URL: https://github.com/apache/tomcat/pull/330#issuecomment-683244823 @markt-asf I have raised another PR https://github.com/apache/tomcat/pull/346 as per your suggestion. Could you please let me know what are the next steps for i