[tomcat] branch 10.1.x updated: Update objenesis and unboundid versions for IDE configs. Submitted by Bailey Brownie

2023-02-09 Thread lihan
This is an automated email from the ASF dual-hosted git repository. lihan pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.1.x by this push: new 760961a1a7 Update objenesis and unboundid version

[tomcat] branch 9.0.x updated: Update objenesis and unboundid versions for IDE configs. Submitted by Bailey Brownie

2023-02-09 Thread lihan
This is an automated email from the ASF dual-hosted git repository. lihan 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 74719c4ec3 Update objenesis and unboundid versions

[tomcat] branch 8.5.x updated: Update objenesis and unboundid versions for IDE configs. Submitted by Bailey Brownie

2023-02-09 Thread lihan
This is an automated email from the ASF dual-hosted git repository. lihan 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 23520c54b3 Update objenesis and unboundid versions

[tomcat] branch 9.0.x updated: Remove incorrect configuration

2023-02-09 Thread lihan
This is an automated email from the ASF dual-hosted git repository. lihan 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 3d3e074d95 Remove incorrect configuration 3d3e074d9

Re: [tomcat] branch 10.1.x updated: Update objenesis and unboundid versions for IDE configs. Submitted by Bailey Brownie

2023-02-09 Thread Han Li
> On Feb 9, 2023, at 16:36, li...@apache.org wrote: > > This is an automated email from the ASF dual-hosted git repository. > > lihan pushed a commit to branch 10.1.x > in repository https://gitbox.apache.org/repos/asf/tomcat.git > > > The following commit(s) were added to refs/heads/10.1.x

[GitHub] [tomcat] aooohan commented on pull request #584: Use filtersets for IDE config libs and versioning

2023-02-09 Thread via GitHub
aooohan commented on PR #584: URL: https://github.com/apache/tomcat/pull/584#issuecomment-1423869152 Thanks, I've cherry-picked this commit to other branch and make some minor modification. -- This is an automated message from the Apache Git Service. To respond to the message, please log

[Bug 66471] JSessionId secure attribute missing with RemoteIpFilter and X-Forwarded-Proto set to https

2023-02-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66471 Han Li changed: What|Removed |Added OS||All --- Comment #1 from Han Li --- I think I

[Bug 66471] JSessionId secure attribute missing with RemoteIpFilter and X-Forwarded-Proto set to https

2023-02-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66471 --- Comment #2 from Reto Weiss --- The FilterChain could register the latest request in a ThreadLocal. Which is then read to use the isSecure flag from the most inner request when creating the session cookie. -- You are receiving this mail be

[Bug 66471] JSessionId secure attribute missing with RemoteIpFilter and X-Forwarded-Proto set to https

2023-02-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66471 --- Comment #3 from Konstantin Kolinko --- (In reply to Reto Weiss from comment #2) Use of any ThreadLocal does not play well with asynchronous processing. The information of "whether the request was submitted via a secure channel" belongs to

[tomcat] branch main updated: Add proxy and redirect error report valve

2023-02-09 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/main by this push: new 2c2a1bd248 Add proxy and redirect error report valve 2

[tomcat] branch main updated: Fix BZ 66471 - JSessionId secure attribute missing with RemoteIpFilter and X-Forwarded-Proto set to https

2023-02-09 Thread lihan
This is an automated email from the ASF dual-hosted git repository. lihan pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/main by this push: new c64d496dda Fix BZ 66471 - JSessionId secure attribute

[GitHub] [tomcat] rmaucher commented on pull request #506: Adding Redirect and Proxy Error Reporting Valves

2023-02-09 Thread via GitHub
rmaucher commented on PR #506: URL: https://github.com/apache/tomcat/pull/506#issuecomment-1424311002 I had a look at it and ended up merging the feature as https://github.com/apache/tomcat/commit/2c2a1bd248b1ee200a0898c30e355802f0a6f7a6 We'll see what the final feedback on it is ... --

[GitHub] [tomcat] rmaucher closed pull request #506: Adding Redirect and Proxy Error Reporting Valves

2023-02-09 Thread via GitHub
rmaucher closed pull request #506: Adding Redirect and Proxy Error Reporting Valves URL: https://github.com/apache/tomcat/pull/506 -- 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 specific commen

[Bug 66471] JSessionId secure attribute missing with RemoteIpFilter and X-Forwarded-Proto set to https

2023-02-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66471 --- Comment #4 from Han Li --- (In reply to Konstantin Kolinko from comment #3) > (In reply to Reto Weiss from comment #2) > > Use of any ThreadLocal does not play well with asynchronous processing. > > The information of "whether the request

[tomcat] branch 10.1.x updated: Add proxy and redirect error report valve

2023-02-09 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.1.x by this push: new 497f30729a Add proxy and redirect error report val

[tomcat] branch 9.0.x updated (99f4eb1534 -> 392584935f)

2023-02-09 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a change to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git from 99f4eb1534 Code clean-up - no functional change new 0aeabbf54d Add proxy and redirect error report valve new 39

[tomcat] 01/02: Add proxy and redirect error report valve

2023-02-09 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 0aeabbf54d0229be3b2cfe59204aa45b87495979 Author: remm AuthorDate: Thu Feb 9 15:45:43 2023 +0100 Add proxy and redirect

[tomcat] 02/02: Java 8 compat

2023-02-09 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 392584935ff9a3d14749c6e738d623450cfce682 Author: remm AuthorDate: Thu Feb 9 16:10:09 2023 +0100 Java 8 compat --- ...

[tomcat] branch 8.5.x updated (cf5b8e2d23 -> f39353504f)

2023-02-09 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a change to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git from cf5b8e2d23 Code clean-up - no functional change new 54a40e6ed8 Add proxy and redirect error report valve new f3

[tomcat] 02/02: Java 8 compat

2023-02-09 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit f39353504f19d957d4fbb352f95bdd1150f29159 Author: remm AuthorDate: Thu Feb 9 16:10:09 2023 +0100 Java 8 compat --- ...

[tomcat] 01/02: Add proxy and redirect error report valve

2023-02-09 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 54a40e6ed8459f24f7e45b941f40aaf7f5d9eeb3 Author: remm AuthorDate: Thu Feb 9 15:45:43 2023 +0100 Add proxy and redirect

Tomcat 10.1.6

2023-02-09 Thread Christopher Schultz
All (and markt especially), I'm happy to try my hand at RMing the 10.1 release line starting this month. I suspect we'll be rolling releases as soon as the tcnative votes are complete. Thanks, -chris - To unsubscribe, e-mail

[tomcat] branch main updated: Fix IDE warning

2023-02-09 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/main by this push: new 512097b4e4 Fix IDE warning 512097b4e4 is described be

[tomcat] branch main updated: Fix h2 connection timeout issue with useAsyncIO=true

2023-02-09 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/main by this push: new 65a4677b1b Fix h2 connection timeout issue with useAs

[tomcat] branch 10.1.x updated: Fix h2 connection timeout issue with useAsyncIO=true

2023-02-09 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.1.x by this push: new fac0d4e0d7 Fix h2 connection timeout issue with u

[tomcat] branch 9.0.x updated: Fix h2 connection timeout issue with useAsyncIO=true

2023-02-09 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 a4ea8cc094 Fix h2 connection timeout issue with use

Re: [VOTE] Release Apache Tomcat Native 1.2.36

2023-02-09 Thread Christopher Schultz
Mark, Thanks for RMing. On 2/8/23 11:43, Mark Thomas wrote: Version 1.2.36 includes the following changes compared to 1.2.35 - The windows binaries in this release have been built with OpenSSL   1.1.1t and APR 1.7.2 The proposed release artefacts can be found at [1], and the build was done u

[GitHub] [tomcat] Madfarm opened a new pull request, #585: Update README.md

2023-02-09 Thread via GitHub
Madfarm opened a new pull request, #585: URL: https://github.com/apache/tomcat/pull/585 You can deny this; I had to create a pull request for a school project -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

[tomcat] branch main updated: Add a changelog entry

2023-02-09 Thread lihan
This is an automated email from the ASF dual-hosted git repository. lihan pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/main by this push: new 322fb2bb4e Add a changelog entry 322fb2bb4e is descri

[tomcat] branch 10.1.x updated: Fix BZ 66471 - JSessionId secure attribute missing with RemoteIpFilter and X-Forwarded-Proto set to https

2023-02-09 Thread lihan
This is an automated email from the ASF dual-hosted git repository. lihan pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.1.x by this push: new f509bbf31f Fix BZ 66471 - JSessionId secure attri

[tomcat] branch 9.0.x updated: Fix BZ 66471 - JSessionId secure attribute missing with RemoteIpFilter and X-Forwarded-Proto set to https

2023-02-09 Thread lihan
This is an automated email from the ASF dual-hosted git repository. lihan 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 3b51230764 Fix BZ 66471 - JSessionId secure attribu

[tomcat] branch 8.5.x updated: Fix BZ 66471 - JSessionId secure attribute missing with RemoteIpFilter and X-Forwarded-Proto set to https

2023-02-09 Thread lihan
This is an automated email from the ASF dual-hosted git repository. lihan 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 5b72c94e8b Fix BZ 66471 - JSessionId secure attribu

[Bug 66471] JSessionId secure attribute missing with RemoteIpFilter and X-Forwarded-Proto set to https

2023-02-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66471 Han Li changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[GitHub] [tomcat] aooohan closed pull request #585: Update README.md

2023-02-09 Thread via GitHub
aooohan closed pull request #585: Update README.md URL: https://github.com/apache/tomcat/pull/585 -- 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 specific comment. To unsubscribe, e-mail: dev-un

Re: [GitHub] [tomcat] Madfarm opened a new pull request, #585: Update README.md

2023-02-09 Thread Mark Thomas
9 Feb 2023 21:49:52 Madfarm (via GitHub) : Madfarm opened a new pull request, #585: URL: https://github.com/apache/tomcat/pull/585    You can deny this; I had to create a pull request for a school project -- This is an automated message from the Apache Git Service. To respond to the mess