[GitHub] [tomcat] Welmanhotheart opened a new pull request #478: ignore output directory target after building

2022-02-24 Thread GitBox
Welmanhotheart opened a new pull request #478: URL: https://github.com/apache/tomcat/pull/478 considering that many developer may use maven to rebuild their local project and then produce the output directory 'target', so add it to .gitignore -- This is an automated message from the Apac

[GitHub] [tomcat] markt-asf closed pull request #478: ignore output directory target after building

2022-02-24 Thread GitBox
markt-asf closed pull request #478: URL: https://github.com/apache/tomcat/pull/478 -- 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-unsubscr...

[GitHub] [tomcat] markt-asf commented on pull request #478: ignore output directory target after building

2022-02-24 Thread GitBox
markt-asf commented on pull request #478: URL: https://github.com/apache/tomcat/pull/478#issuecomment-1049904942 This won't be applied as a) Tomcat doesn't use Maven to build and b) the comment in the file -- This is an automated message from the Apache Git Service. To respond to the mes

[tomcat] branch 8.5.x updated: Update version for next development cycle

2022-02-24 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 3b761d1 Update version for next development cycle

[tomcat] branch main updated: Improve JavaDoc

2022-02-24 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 d6c5b3a Improve JavaDoc d6c5b3a is described below

Re: [tomcat] branch main updated: Temporary workaround for broken DigiCert ONE REST API

2022-02-24 Thread Mark Thomas
On 21/02/2022 17:36, ma...@apache.org wrote: 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 7c54e

Re: [VOTE] Release Apache Tomcat 8.5.76

2022-02-24 Thread Rémy Maucherat
On Wed, Feb 23, 2022 at 7:57 PM Christopher Schultz wrote: > > The proposed Apache Tomcat 8.5.76 release is now available for voting. > > The notable changes compared to 8.5.75 are: > > - Correct a regression in the fix for 65454 that meant that > minSpareThreads and maxThreads settings were i

Re: [VOTE] Release Apache Tomcat 8.5.76

2022-02-24 Thread Mark Thomas
On 23/02/2022 18:57, Christopher Schultz wrote: The proposed 8.5.76 release is: [ ] Broken - do not release [X] Stable - go ahead and release as 8.5.76 (stable) Unit tests pass on Linux, Windows and MacOS Mark - To unsubscrib

[tomcat-connectors] branch main updated: Remove references to iPlanet as the product has been discontinued

2022-02-24 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-connectors.git The following commit(s) were added to refs/heads/main by this push: new b29b2b8 Remove references to iPlanet as t

[tomcat-connectors] branch main updated (b29b2b8 -> 45e2268)

2022-02-24 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tomcat-connectors.git. from b29b2b8 Remove references to iPlanet as the product has been discontinued new efc2c70 Remove an old J

[tomcat-connectors] 02/02: Remove references to mod_jk2

2022-02-24 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-connectors.git commit 45e226872c7ab65a994be25ff040232aafb33017 Author: Mark Thomas AuthorDate: Thu Feb 24 16:55:01 2022 + Rem

[tomcat-connectors] 01/02: Remove an old JK2 file

2022-02-24 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-connectors.git commit efc2c701a1540c1cdc10566e2a19522963fffbc2 Author: Mark Thomas AuthorDate: Thu Feb 24 16:52:53 2022 + Rem

[GitHub] [tomcat] elkman opened a new pull request #479: Fix Response#sendRedirect() if no request context exists.

2022-02-24 Thread GitBox
elkman opened a new pull request #479: URL: https://github.com/apache/tomcat/pull/479 If no ROOT context is defined, the context may be null in special cases, e.g. RewriteValve may use Response#sendRedirect() without any application context associated. In this case, the Tomcat behaviors

[GitHub] [tomcat] elkman commented on pull request #479: Fix Response#sendRedirect() if no request context exists.

2022-02-24 Thread GitBox
elkman commented on pull request #479: URL: https://github.com/apache/tomcat/pull/479#issuecomment-1050112226 Hi, I stumbled across this issue while writing a "RewriteValve" rule that redirects everything based on an HTTP header condition. This is happening in a development en

Running cipher-suite tests without failure

2022-02-24 Thread Christopher Schultz
All, My cipher-suite tests usually fail due to missing support for either certain OpenSSL ciphersuites or JSSE, depending upon the JVM used to tun run the tests. I checked the testing code, but I don't see any documented way to customize what gets tested. I seem to remember @isapir giving

Re: [VOTE] Release Apache Tomcat 8.5.76

2022-02-24 Thread Christopher Schultz
All, On 2/23/22 13:57, Christopher Schultz wrote: The proposed Apache Tomcat 8.5.76 release is now available for voting. The notable changes compared to 8.5.75 are: - Correct a regression in the fix for 65454 that meant that    minSpareThreads and maxThreads settings were ignored when the