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
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
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
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
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
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
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
https://bz.apache.org/bugzilla/show_bug.cgi?id=64947
Mark Thomas changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
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
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
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.
--
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
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
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
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
https://bz.apache.org/bugzilla/show_bug.cgi?id=64951
Mark Thomas changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
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
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
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
https://bz.apache.org/bugzilla/show_bug.cgi?id=64942
Michael Osipov changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
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
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
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
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
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
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
https://bz.apache.org/bugzilla/show_bug.cgi?id=63802
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
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
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
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
---
30 matches
Mail list logo