Bug report for Tomcat Modules [2022/07/17]

2022-07-17 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 9 [2022/07/17]

2022-07-17 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 8 [2022/07/17]

2022-07-17 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Connectors [2022/07/17]

2022-07-17 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 10 [2022/07/17]

2022-07-17 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Taglibs [2022/07/17]

2022-07-17 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Native [2022/07/17]

2022-07-17 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Re: [VOTE][RESULT] Release Apache Tomcat Native 2.0.1

2022-07-17 Thread Mark Thomas
On 15/07/2022 10:31, Rainer Jung wrote: Sorry for being late to the game and the following is not a show stopper: I finally had the chance of running the unit tests with 2.0.1. I also used it for TC 9 and 10, although I know the primary target is 10.1. But the docs for tcnative 2 do not

[GitHub] [tomcat] exabrial commented on pull request #402: Add support for Unix Domain Sockets (APR Protocol)

2022-07-17 Thread GitBox
exabrial commented on PR #402: URL: https://github.com/apache/tomcat/pull/402#issuecomment-1186675479 Thank you for the reply. So it looks like if you are below Java 16, it uses APR, and if above Java16, it uses the Java APIs. I think there is a bug in APREndpoint, as my example is using

[GitHub] [tomcat] aooohan commented on pull request #402: Add support for Unix Domain Sockets (APR Protocol)

2022-07-17 Thread GitBox
aooohan commented on PR #402: URL: https://github.com/apache/tomcat/pull/402#issuecomment-1186747561 > Thank you for the reply. So it looks like if you are below Java 16, it uses APR, and if above Java16, it uses the Java APIs. I think there is a bug in APREndpoint, as my example is using

[GitHub] [tomcat] aooohan commented on pull request #402: Add support for Unix Domain Sockets (APR Protocol)

2022-07-17 Thread GitBox
aooohan commented on PR #402: URL: https://github.com/apache/tomcat/pull/402#issuecomment-1186760769 > What happens is the second request to the server causes the server to hang on the socket. I've found this bug for a long time, and not putting the wrapper in connections before

[GitHub] [tomcat] aooohan opened a new pull request, #532: Fixes NPE and Request hang issues in AprEndpoint

2022-07-17 Thread GitBox
aooohan opened a new pull request, #532: URL: https://github.com/apache/tomcat/pull/532 See [stackoverflow](https://stackoverflow.com/questions/72975059/tomcat-crashes-while-using-unixdomainsocket-as-a-connector) and #402 8.5.x, 9.0.x, 10.0.x all have this problem. --

[GitHub] [tomcat] aooohan commented on pull request #402: Add support for Unix Domain Sockets (APR Protocol)

2022-07-17 Thread GitBox
aooohan commented on PR #402: URL: https://github.com/apache/tomcat/pull/402#issuecomment-1186760554 > What happens is the second request to the server causes the server to hang on the socket. Inaddtion, this is a second bug. It is purely by chance that you encountered this bug. I've