[tomcat] branch master updated: Remove legacy NIO double close

2019-05-21 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm 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 e2d5a04 Remove legacy NIO double close e2d5a04

Re: Proposal for TLS config sanity check

2019-05-21 Thread Mark Thomas
On 21/05/2019 21:46, Christopher Schultz wrote: > All, > > Looking at the legacy-versus-modern TLS configuration (Connector vs > SSLHostConfig), it seems easy for an admin to create a configuration > that looks like this (paraphrasing): > > > hostname="mysite.com" >

Re: [tomcat] 02/03: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=62841 poss deadlock

2019-05-21 Thread Mark Thomas
On 21/05/2019 13:34, Mark Thomas wrote: > On 21/05/2019 09:03, Keiichi Fujino wrote: >> 2019年5月16日(木) 21:55 mailto:ma...@apache.org>>: >> >> This is an automated email from the ASF dual-hosted git repository. >> >> markt pushed a commit to branch master >> in repository

[GitHub] [tomcat] rjozwik opened a new pull request #167: Use test -t command to check if STDOUT is opened on a terminal

2019-05-21 Thread GitBox
rjozwik opened a new pull request #167: Use test -t command to check if STDOUT is opened on a terminal URL: https://github.com/apache/tomcat/pull/167 Current check for TTY availability in catalina.sh doesn't work if non-English locales are installed and activated. This fix uses `test`

Proposal for TLS config sanity check

2019-05-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 All, Looking at the legacy-versus-modern TLS configuration (Connector vs SSLHostConfig), it seems easy for an admin to create a configuration that looks like this (paraphrasing): Where the expectation is that only TLSv1.2 will be enabled for

Re: [tomcat] branch master updated: Use https instead of http

2019-05-21 Thread Felix Schumacher
Am 21.05.19 um 14:20 schrieb Mark Thomas: > On 21/05/2019 13:14, Coty Sutherland wrote: >> On Tue, May 21, 2019 at 8:10 AM Mark Thomas > > wrote: >> >> On 21/05/2019 13:08, Mark Thomas wrote: >> > On 21/05/2019 13:02, csuth...@apache.org >>

Re: NIO changes

2019-05-21 Thread Rémy Maucherat
On Tue, May 21, 2019 at 5:57 PM Mark Thomas wrote: > On 21/05/2019 14:57, Rémy Maucherat wrote: > > Hi, > > > > In preparation for HTTPx in the future, I was looking at how to start > > adding UDP, and: > > - NIO2 and APR don't have datagram support, the first one is hopeless > > and the second

Re: NIO changes

2019-05-21 Thread Mark Thomas
On 21/05/2019 14:57, Rémy Maucherat wrote: > Hi, > > In preparation for HTTPx in the future, I was looking at how to start > adding UDP, and: > - NIO2 and APR don't have datagram support, the first one is hopeless > and the second one is legacy. > - It would be better to avoid duplicating the

Re: NIO changes

2019-05-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Rémy, On 5/21/19 09:57, Rémy Maucherat wrote: > Hi, > > In preparation for HTTPx in the future, I was looking at how to > start adding UDP, and: > > - NIO2 and APR don't have datagram support, the first one is > hopeless and the second one is

NIO changes

2019-05-21 Thread Rémy Maucherat
Hi, In preparation for HTTPx in the future, I was looking at how to start adding UDP, and: - NIO2 and APR don't have datagram support, the first one is hopeless and the second one is legacy. - It would be better to avoid duplicating the whole NIO connector, but rather add a datagram mode to it. -

svn commit: r1859628 - in /tomcat/site/trunk: docs/legal.html xdocs/legal.xml

2019-05-21 Thread markt
Author: markt Date: Tue May 21 12:46:39 2019 New Revision: 1859628 URL: http://svn.apache.org/viewvc?rev=1859628=rev Log: Fix broken links Modified: tomcat/site/trunk/docs/legal.html tomcat/site/trunk/xdocs/legal.xml Modified: tomcat/site/trunk/docs/legal.html URL:

svn commit: r1859629 - in /tomcat/site/trunk: docs/legal.html xdocs/legal.xml

2019-05-21 Thread markt
Author: markt Date: Tue May 21 12:49:25 2019 New Revision: 1859629 URL: http://svn.apache.org/viewvc?rev=1859629=rev Log: Update logo links to 'official' locations rather than just pointing to our web site resources Modified: tomcat/site/trunk/docs/legal.html

svn commit: r1859627 - in /tomcat/site/trunk: docs/legal.html xdocs/legal.xml

2019-05-21 Thread markt
Author: markt Date: Tue May 21 12:46:02 2019 New Revision: 1859627 URL: http://svn.apache.org/viewvc?rev=1859627=rev Log: Fix broken links Modified: tomcat/site/trunk/docs/legal.html tomcat/site/trunk/xdocs/legal.xml Modified: tomcat/site/trunk/docs/legal.html URL:

[tomcat] branch master updated: Extra fixes for https://bz.apache.org/bugzilla/show_bug.cgi?id=62841

2019-05-21 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 8551008 Extra fixes for

Re: [tomcat] 02/03: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=62841 poss deadlock

2019-05-21 Thread Mark Thomas
On 21/05/2019 09:03, Keiichi Fujino wrote: > 2019年5月16日(木) 21:55 mailto:ma...@apache.org>>: > > 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 > >

[Bug 63445] “Too many open files” after migrating from Tomcat 7 to Tomcat 9

2019-05-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63445 Mark Thomas changed: What|Removed |Added Resolution|--- |INVALID Status|REOPENED

Re: [tomcat] branch master updated: Use https instead of http

2019-05-21 Thread Mark Thomas
On 21/05/2019 13:14, Coty Sutherland wrote: > On Tue, May 21, 2019 at 8:10 AM Mark Thomas > wrote: > > On 21/05/2019 13:08, Mark Thomas wrote: > > On 21/05/2019 13:02, csuth...@apache.org > wrote: > >> This is an automated

Re: [tomcat] branch master updated: Use https instead of http

2019-05-21 Thread Coty Sutherland
On Tue, May 21, 2019 at 8:10 AM Mark Thomas wrote: > On 21/05/2019 13:08, Mark Thomas wrote: > > On 21/05/2019 13:02, csuth...@apache.org wrote: > >> This is an automated email from the ASF dual-hosted git repository. > >> > >> csutherl pushed a commit to branch master > >> in repository

[tomcat] branch master updated: Revert "Use https instead of http" :(

2019-05-21 Thread csutherl
This is an automated email from the ASF dual-hosted git repository. csutherl 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 4ef8148 Revert "Use https instead of http"

Re: [tomcat] branch master updated: Use https instead of http

2019-05-21 Thread Mark Thomas
On 21/05/2019 13:08, Mark Thomas wrote: > On 21/05/2019 13:02, csuth...@apache.org wrote: >> This is an automated email from the ASF dual-hosted git repository. >> >> csutherl pushed a commit to branch master >> in repository https://gitbox.apache.org/repos/asf/tomcat.git >> >> >> The following

Re: [tomcat] branch master updated: Use https instead of http

2019-05-21 Thread Mark Thomas
On 21/05/2019 13:02, csuth...@apache.org wrote: > This is an automated email from the ASF dual-hosted git repository. > > csutherl 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

[tomcat] branch master updated: Use https instead of http

2019-05-21 Thread csutherl
This is an automated email from the ASF dual-hosted git repository. csutherl 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 beb2dca Use https instead of http beb2dca is

[GitHub] [tomcat] dusiema commented on issue #166: Corrected typo "Bescrheibung" to "Beschreibung"

2019-05-21 Thread GitBox
dusiema commented on issue #166: Corrected typo "Bescrheibung" to "Beschreibung" URL: https://github.com/apache/tomcat/pull/166#issuecomment-494354942 Thanks for the link. I created an account and will try to contribute some...

[tomcat] branch master updated: Update German Translations.

2019-05-21 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 39476b0 Update German Translations. 39476b0 is

[tomcat] branch master updated: Update Czech translations

2019-05-21 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 8b899fa Update Czech translations 8b899fa is

[GitHub] [tomcat] markt-asf closed pull request #166: Corrected typo "Bescrheibung" to "Beschreibung"

2019-05-21 Thread GitBox
markt-asf closed pull request #166: Corrected typo "Bescrheibung" to "Beschreibung" URL: https://github.com/apache/tomcat/pull/166 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [tomcat] markt-asf commented on issue #166: Corrected typo "Bescrheibung" to "Beschreibung"

2019-05-21 Thread GitBox
markt-asf commented on issue #166: Corrected typo "Bescrheibung" to "Beschreibung" URL: https://github.com/apache/tomcat/pull/166#issuecomment-494323962 Thanks for the report and the fix. We manage translations via https://poeditor.com/projects/view?id=221603 (and some custom

[tomcat] branch master updated (d2752e5 -> 91a1c5c)

2019-05-21 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 d2752e5 Improve NIO2 flush new d0d9fd2 Fix order new 91a1c5c Expand TLS docs for deprecated attribute

[tomcat] 02/02: Expand TLS docs for deprecated attribute conversion

2019-05-21 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 commit 91a1c5c86bcd695c3a605c6b629b8b5fb62fde24 Author: Mark Thomas AuthorDate: Tue May 21 10:43:39 2019 +0100 Expand TLS

[tomcat] 01/02: Fix order

2019-05-21 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 commit d0d9fd213206b4c185379e0a8728fbc2f7b8f20a Author: Mark Thomas AuthorDate: Tue May 21 10:41:39 2019 +0100 Fix order

Re: [tomcat] 02/03: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=62841 poss deadlock

2019-05-21 Thread Keiichi Fujino
2019年5月16日(木) 21:55 : > 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 > > commit ab70de3278d5e506661faeb5febf71a061b89179 > Author: Mark Thomas > AuthorDate: Thu May 16

[GitHub] [tomcat] dusiema opened a new pull request #166: Corrected typo "Bescrheibung" to "Beschreibung"

2019-05-21 Thread GitBox
dusiema opened a new pull request #166: Corrected typo "Bescrheibung" to "Beschreibung" URL: https://github.com/apache/tomcat/pull/166 This is an automated message from the Apache Git Service. To respond to the message,