[tomcat] branch main updated: Rename Maven artifact

2022-01-06 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 423757e Rename Maven artifact 423757e is described be

[Bug 65785] New: HTTP/2.0 non US-ASCII header names should be rejected

2022-01-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65785 Bug ID: 65785 Summary: HTTP/2.0 non US-ASCII header names should be rejected Product: Tomcat 9 Version: 9.0.x Hardware: Macintosh OS: Mac OS X 10.1 Status: NEW

Async timeout and paused connector/endpoint

2022-01-06 Thread Mark Thomas
Hi, The Spring Boot team has pinged me regarding this issue: https://github.com/spring-projects/spring-boot/issues/29266 I've done some debugging and what it comes down is that when a Connector/Endpoint is paused, we also pause checking the async timeout for requests associated with that Conne

Re: Async timeout and paused connector/endpoint

2022-01-06 Thread Rémy Maucherat
On Thu, Jan 6, 2022 at 1:01 PM Mark Thomas wrote: > > Hi, > > The Spring Boot team has pinged me regarding this issue: > https://github.com/spring-projects/spring-boot/issues/29266 > > I've done some debugging and what it comes down is that when a > Connector/Endpoint is paused, we also pause chec

[tomcat] branch main updated: Fix BZ 65763 - improve handling of timeout during message write

2022-01-06 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 16d8754 Fix BZ 65763 - improve handling of timeout d

[tomcat] branch 10.0.x updated: Fix BZ 65763 - improve handling of timeout during message write

2022-01-06 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.0.x by this push: new a370955 Fix BZ 65763 - improve handling of timeo

[tomcat] branch 9.0.x updated: Fix BZ 65763 - improve handling of timeout during message write

2022-01-06 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 c3b4fd0 Fix BZ 65763 - improve handling of timeout

[tomcat] branch 8.5.x updated: Fix BZ 65763 - improve handling of timeout during message write

2022-01-06 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 03e7f73 Fix BZ 65763 - improve handling of timeout

[Bug 65763] WsRemoteEndpointImplBase#sendMessageBlock cannot close session properly when have TimeoutException

2022-01-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65763 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 65767] Add support for password-based encryption scheme 2 params (PBES2)

2022-01-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65767 --- Comment #8 from Mark Thomas --- PR https://github.com/apache/tomcat/pull/462 -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e

[GitHub] [tomcat-jakartaee-migration] ChristopherSchultz commented on issue #24: Copyright and Derived Works

2022-01-06 Thread GitBox
ChristopherSchultz commented on issue #24: URL: https://github.com/apache/tomcat-jakartaee-migration/issues/24#issuecomment-1006739580 > So also the dependencies in a WAR are updated? I mean the JARS in WEB-INF/lib. Of course they are. If you have a library that reads data fr

[GitHub] [tomcat-jakartaee-migration] rmaucher commented on issue #24: Copyright and Derived Works

2022-01-06 Thread GitBox
rmaucher commented on issue #24: URL: https://github.com/apache/tomcat-jakartaee-migration/issues/24#issuecomment-1006765487 You could be able to combine the migration tool (carefully avoiding to convert the proprietary library JARs) with the classloading transformer (which is normally no

[GitHub] [tomcat] markt-asf commented on a change in pull request #462: Add support for password-based encryption scheme 2 params (PBES2)

2022-01-06 Thread GitBox
markt-asf commented on a change in pull request #462: URL: https://github.com/apache/tomcat/pull/462#discussion_r779920656 ## File path: java/org/apache/tomcat/util/net/jsse/PEMFile.java ## @@ -210,6 +214,14 @@ public PrivateKey toPrivateKey(String password, String keyAlgorith

[tomcat] branch main updated (16d8754 -> d871a22)

2022-01-06 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.git. from 16d8754 Fix BZ 65763 - improve handling of timeout during message write add d871a22 Fix BZ 65767 - add support f

[GitHub] [tomcat] markt-asf closed pull request #462: Add support for password-based encryption scheme 2 params (PBES2)

2022-01-06 Thread GitBox
markt-asf closed pull request #462: URL: https://github.com/apache/tomcat/pull/462 -- 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 #462: Add support for password-based encryption scheme 2 params (PBES2)

2022-01-06 Thread GitBox
markt-asf commented on pull request #462: URL: https://github.com/apache/tomcat/pull/462#issuecomment-1006996620 I've applied this PR manually so I could add an extended comment next to the use of toString() -- This is an automated message from the Apache Git Service. To respond to the m

[tomcat] branch 10.0.x updated: Fix BZ 65767 - add support for certs with PBES2 protected keys

2022-01-06 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.0.x by this push: new 973623c Fix BZ 65767 - add support for certs wit

[tomcat] branch 9.0.x updated: Fix BZ 65767 - add support for certs with PBES2 protected keys

2022-01-06 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 7c49638 Fix BZ 65767 - add support for certs with

[tomcat] branch 8.5.x updated: Fix BZ 65767 - add support for certs with PBES2 protected keys

2022-01-06 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 bf7e120 Fix BZ 65767 - add support for certs with

[Bug 65767] Add support for password-based encryption scheme 2 params (PBES2)

2022-01-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65767 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 65763] WsRemoteEndpointImplBase#sendMessageBlock cannot close session properly when have TimeoutException

2022-01-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65763 --- Comment #4 from alex --- (In reply to Mark Thomas from comment #3) > Thanks for the report and the analysis. > > After reviewing the code, I think catching IllegalStateException is the way > to handle this. > > Fixed in: > - 10.1.x for 10