[Bug 64951] New: Websocket connection to unresolvable host causes fd leaks

2020-12-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64951 Bug ID: 64951 Summary: Websocket connection to unresolvable host causes fd leaks Product: Tomcat 8 Version: 8.5.37 Hardware: PC OS: Linux Stat

[GitHub] [tomcat] minfrin commented on pull request #382: Add support for unix domain sockets.

2020-12-02 Thread GitBox
minfrin commented on pull request #382: URL: https://github.com/apache/tomcat/pull/382#issuecomment-737203904 > OK, my slight counter proposal is not use rw-rw-rw- as default, but rw-rw because this would reflect the default umask of 027, i.e, not to create anything world readable. For

[tomcat] branch master updated: Start all core threads when starting the receiver and dispatch interceptor

2020-12-02 Thread kfujino
This is an automated email from the ASF dual-hosted git repository. kfujino 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 0f1a111 Start all core threads when starting t

[tomcat] branch 9.0.x updated: Start all core threads when starting the receiver and dispatch interceptor

2020-12-02 Thread kfujino
This is an automated email from the ASF dual-hosted git repository. kfujino 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 1763385 Start all core threads when starting the

[tomcat] branch 8.5.x updated: Start all core threads when starting the receiver and dispatch interceptor

2020-12-02 Thread kfujino
This is an automated email from the ASF dual-hosted git repository. kfujino 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 884293e Start all core threads when starting the

[GitHub] [tomcat-native] minfrin commented on a change in pull request #8: Expose support for Unix Domain Sockets in APR v1.6 and up.

2020-12-02 Thread GitBox
minfrin commented on a change in pull request #8: URL: https://github.com/apache/tomcat-native/pull/8#discussion_r534162543 ## File path: java/org/apache/tomcat/jni/Address.java ## @@ -40,8 +40,9 @@ /** * Create apr_sockaddr_t from hostname, address family, and por

[tomcat] branch master updated: Fix IDE warning

2020-12-02 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 b2714ba Fix IDE warning b2714ba is described bel

[Bug 64947] NPE in UpgradeProcessorExternal constructor

2020-12-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64947 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[GitHub] [tomcat] shorinji opened a new pull request #383: Fix so ResponseUtil:addVaryFieldName() stop adding duplicate values

2020-12-02 Thread GitBox
shorinji opened a new pull request #383: URL: https://github.com/apache/tomcat/pull/383 Currently addVaryFieldName() add a value twice when there already is named value (not asterisk). The existing tests did not catch this, since they assert using a HashMap thus containing no duplicates

[GitHub] [tomcat-native] michael-o commented on pull request #8: Expose support for Unix Domain Sockets in APR v1.6 and up.

2020-12-02 Thread GitBox
michael-o commented on pull request #8: URL: https://github.com/apache/tomcat-native/pull/8#issuecomment-737306223 We are all set, I will merge this week. Thank you for the fantastic cooperation. This is an automated message

[GitHub] [tomcat-native] minfrin commented on pull request #8: Expose support for Unix Domain Sockets in APR v1.6 and up.

2020-12-02 Thread GitBox
minfrin commented on pull request #8: URL: https://github.com/apache/tomcat-native/pull/8#issuecomment-737339797 > We are all set, I will merge this week. Thank you for the fantastic cooperation. Thank you so much for the help, I really appreciate it. --

[GitHub] [tomcat] michael-o commented on pull request #382: Add support for unix domain sockets.

2020-12-02 Thread GitBox
michael-o commented on pull request #382: URL: https://github.com/apache/tomcat/pull/382#issuecomment-737353972 > > > > OK, my slight counter proposal is not use rw-rw-rw- as default, but rw-rw because this would reflect the default umask of 027, i.e, not to create anything wor

[tomcat] branch master updated: Fix BZ-64951 - Correct potential fd leak when WebSocket connections fail

2020-12-02 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 01ad27c Fix BZ-64951 - Correct potential fd leak

[tomcat] branch 9.0.x updated: Fix BZ-64951 - Correct potential fd leak when WebSocket connections fail

2020-12-02 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 9da6126 Fix BZ-64951 - Correct potential fd leak w

[tomcat] branch 8.5.x updated: Fix BZ-64951 - Correct potential fd leak when WebSocket connections fail

2020-12-02 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 a2dbd0a Fix BZ-64951 - Correct potential fd leak w

[Bug 64951] Websocket connection to unresolvable host causes fd leaks

2020-12-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64951 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[tomcat] branch 7.0.x updated: Fix BZ-64951 - Correct potential fd leak when WebSocket connections fail

2020-12-02 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 0f3c0fb Fix BZ-64951 - Correct potential fd leak w

[tomcat-native] branch master updated: BZ 64942: Expose support for Unix Domain Sockets in APR v1.6 and up

2020-12-02 Thread michaelo
This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat-native.git The following commit(s) were added to refs/heads/master by this push: new a3498fa BZ 64942: Expose support for U

[GitHub] [tomcat-native] asfgit closed pull request #8: Expose support for Unix Domain Sockets in APR v1.6 and up.

2020-12-02 Thread GitBox
asfgit closed pull request #8: URL: https://github.com/apache/tomcat-native/pull/8 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 t

[Bug 64942] [Patch] Expose support for Unix Domain Sockets in APR v1.6 and up.

2020-12-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64942 Michael Osipov changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[tomcat] branch master updated: Ensure values are not duplicated when manipulating the vary header

2020-12-02 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 a9aa71e Ensure values are not duplicated when ma

[tomcat] branch 9.0.x updated: Ensure values are not duplicated when manipulating the vary header

2020-12-02 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 a4e061e Ensure values are not duplicated when mani

[tomcat] branch 8.5.x updated: Ensure values are not duplicated when manipulating the vary header

2020-12-02 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 9cda0bf Ensure values are not duplicated when mani

[GitHub] [tomcat] markt-asf closed pull request #383: Fix so ResponseUtil:addVaryFieldName() stop adding duplicate values

2020-12-02 Thread GitBox
markt-asf closed pull request #383: URL: https://github.com/apache/tomcat/pull/383 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 t

[GitHub] [tomcat] markt-asf commented on pull request #383: Fix so ResponseUtil:addVaryFieldName() stop adding duplicate values

2020-12-02 Thread GitBox
markt-asf commented on pull request #383: URL: https://github.com/apache/tomcat/pull/383#issuecomment-737428376 Thanks for the pull request. I've applied a slightly different version as: - we patch 10.0.x first and then back-port - I agree it is better if the tests don't use Set

[tomcat] branch 7.0.x updated: Ensure values are not duplicated when manipulating the vary header

2020-12-02 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 03454db Ensure values are not duplicated when mani

[Bug 63802] epoll spin detection is missing

2020-12-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63802 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[tomcat] branch master updated (a9aa71e -> df3a323)

2020-12-02 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git. from a9aa71e Ensure values are not duplicated when manipulating the vary header add df3a323 It is time to drop the

[tomcat] tag 10.0.0 created (now 4c8b650)

2020-12-02 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to tag 10.0.0 in repository https://gitbox.apache.org/repos/asf/tomcat.git. at 4c8b650 (commit) This tag includes the following new commits: new 4c8b650 Tag 10.0.0 The 1 revisions listed abov

[tomcat] 01/01: Tag 10.0.0

2020-12-02 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to tag 10.0.0 in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 4c8b650437e2464c1c31c6598a263b3805b7a81f Author: Mark Thomas AuthorDate: Wed Dec 2 20:32:14 2020 + Tag 10.0.0 ---