[Bug 64153] ServerContainer is not available in ServletContext

2020-02-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64153 Mark Thomas changed: What|Removed |Added Status|NEEDINFO|NEW --- Comment #5 from Mark Thomas

Re: Enabling http to https redirects for tomcat.apache.org

2020-02-25 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 2/25/20 17:29, Mark Thomas wrote: > On 25/02/2020 20:45, Christopher Schultz wrote: >> Mark, >> >> On 2/25/20 14:34, Mark Thomas wrote: >>> On 25/02/2020 15:53, Felix Schumacher wrote: Hi all, as more and more browsers are

Re: Enabling http to https redirects for tomcat.apache.org

2020-02-25 Thread Mark Thomas
On 25/02/2020 20:45, Christopher Schultz wrote: > Mark, > > On 2/25/20 14:34, Mark Thomas wrote: >> On 25/02/2020 15:53, Felix Schumacher wrote: >>> Hi all, >>> >>> as more and more browsers are marking http as unsecure, we >>> should redirect all http requests to tomcat.apache.org to https. >

Re: [tomcat] branch master updated: BZ 64166. HttpServletResponse.getHeaderNames() now returns unique names

2020-02-25 Thread Mark Thomas
On 25/02/2020 20:47, Christopher Schultz wrote: > Mark, > > On 2/25/20 14:38, ma...@apache.org wrote: >> 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

[Bug 64153] ServerContainer is not available in ServletContext

2020-02-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64153 --- Comment #4 from Boris Petrov --- Yes, I'm sorry the reproduction project is far from the best possible but it was easiest for me. You're more familiar with Tomcat itself and I believe that the important code is in `server_runner.rb` so if

Re: Enabling http to https redirects for tomcat.apache.org

2020-02-25 Thread Romain Manni-Bucau
+1 with some light (1 month?) notice time in case anyone uses http directly intentionally, will avoid some security breaches http can get, in particular on subdomains. Le mar. 25 févr. 2020 à 21:45, Christopher Schultz < ch...@christopherschultz.net> a écrit : > -BEGIN PGP SIGNED

[Bug 64153] ServerContainer is not available in ServletContext

2020-02-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64153 --- Comment #3 from Mark Thomas --- nokogiri 1.10.8 is broken. It includes jing.jar in the lib directory that in turn has a reference to saxon.jar in its classpath. That JAR is missing. I wondered if that failure was causing the WebSocket

Re: [tomcat] branch master updated: BZ 64166. HttpServletResponse.getHeaderNames() now returns unique names

2020-02-25 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 2/25/20 14:38, ma...@apache.org wrote: > 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

Re: Enabling http to https redirects for tomcat.apache.org

2020-02-25 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 2/25/20 14:34, Mark Thomas wrote: > On 25/02/2020 15:53, Felix Schumacher wrote: >> Hi all, >> >> as more and more browsers are marking http as unsecure, we >> should redirect all http requests to tomcat.apache.org to https. > > I really

Re: Enabling http to https redirects for tomcat.apache.org

2020-02-25 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Felix, On 2/25/20 11:10, Felix Schumacher wrote: > > Am 25.02.20 um 16:57 schrieb Christopher Schultz: >> Felix, >> >> On 2/25/20 10:53, Felix Schumacher wrote: >>> as more and more browsers are marking http as unsecure, we >>> should redirect all

buildbot failure in on tomcat-7-trunk

2020-02-25 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-7-trunk while building tomcat. Full details are available at: https://ci.apache.org/builders/tomcat-7-trunk/builds/1608 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: asf946_ubuntu Build Reason: The

buildbot exception in on tomcat-85-trunk

2020-02-25 Thread buildbot
The Buildbot has detected a build exception on builder tomcat-85-trunk while building tomcat. Full details are available at: https://ci.apache.org/builders/tomcat-85-trunk/builds/2179 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: asf946_ubuntu Build Reason: The

[Bug 64166] RequestDumperFilter duplicates headers

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

[tomcat] branch 7.0.x updated: BZ 64166. HttpServletResponse.getHeaderNames() now returns unique names

2020-02-25 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 542e47c BZ 64166.

[tomcat] branch 8.5.x updated: BZ 64166. HttpServletResponse.getHeaderNames() now returns unique names

2020-02-25 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 19be442 BZ 64166.

[tomcat] branch 9.0.x updated: BZ 64166. HttpServletResponse.getHeaderNames() now returns unique names

2020-02-25 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 90f5f2f BZ 64166.

[tomcat] branch master updated: BZ 64166. HttpServletResponse.getHeaderNames() now returns unique names

2020-02-25 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 e9ee933 BZ 64166.

Re: Enabling http to https redirects for tomcat.apache.org

2020-02-25 Thread Mark Thomas
On 25/02/2020 15:53, Felix Schumacher wrote: > Hi all, > > as more and more browsers are marking http as unsecure, we should > redirect all http requests to tomcat.apache.org to https. I really don't like this. I'm happy to support https for those people that want to use it but I see no need to

svn commit: r1874523 - /tomcat/site/trunk/xdocs/stylesheets/tomcat-site.xsl

2020-02-25 Thread fschumacher
Author: fschumacher Date: Tue Feb 25 19:27:27 2020 New Revision: 1874523 URL: http://svn.apache.org/viewvc?rev=1874523=rev Log: Substring starts on index 1 Take Konstantins note into account and let the xpath function substring start with the correct index of "1". Now we can use a shorter

Re: svn commit: r1874468 - in /tomcat/site/trunk: docs/security-8.html xdocs/security-8.xml

2020-02-25 Thread Felix Schumacher
Am 25. Februar 2020 19:22:39 MEZ schrieb Konstantin Kolinko : >вт, 25 февр. 2020 г. в 18:26, Felix Schumacher >: >> >> >> Am 25.02.20 um 10:22 schrieb Felix Schumacher: >> >> Index: xdocs/stylesheets/tomcat-site.xsl >> === >> ---

Re: svn commit: r1874468 - in /tomcat/site/trunk: docs/security-8.html xdocs/security-8.xml

2020-02-25 Thread Konstantin Kolinko
вт, 25 февр. 2020 г. в 18:26, Felix Schumacher : > > > Am 25.02.20 um 10:22 schrieb Felix Schumacher: > > Index: xdocs/stylesheets/tomcat-site.xsl > === > --- xdocs/stylesheets/tomcat-site.xsl(Revision 1874497) > +++

Re: Enabling http to https redirects for tomcat.apache.org

2020-02-25 Thread Felix Schumacher
Am 25.02.20 um 16:57 schrieb Christopher Schultz: > Felix, > > On 2/25/20 10:53, Felix Schumacher wrote: > > as more and more browsers are marking http as unsecure, we should > > redirect all http requests to tomcat.apache.org to https. > > > We can enable that by adding a rewrite rule to the

[Bug 64155] Tomcat 7 Performance: acceptor thread bottleneck at getPoolSize() located at TaskQueue offer function

2020-02-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64155 Mark Thomas changed: What|Removed |Added Status|REOPENED|NEEDINFO --- Comment #6 from Mark

Re: Enabling http to https redirects for tomcat.apache.org

2020-02-25 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Felix, On 2/25/20 10:53, Felix Schumacher wrote: > as more and more browsers are marking http as unsecure, we should > redirect all http requests to tomcat.apache.org to https. > > We can enable that by adding a rewrite rule to the .htaccess file >

Enabling http to https redirects for tomcat.apache.org

2020-02-25 Thread Felix Schumacher
Hi all, as more and more browsers are marking http as unsecure, we should redirect all http requests to tomcat.apache.org to https. We can enable that by adding a rewrite rule to the .htaccess file in the xdocs folder of our site repo. For JMeter we used the following fragment: RewriteEngine

Re: svn commit: r1874468 - in /tomcat/site/trunk: docs/security-8.html xdocs/security-8.xml

2020-02-25 Thread Felix Schumacher
Am 25.02.20 um 16:27 schrieb Felix Schumacher: > Am 25.02.20 um 16:24 schrieb Christopher Schultz: >> Felix, >> >> On 2/25/20 04:22, Felix Schumacher wrote: >>> Am 24.02.2020 22:13, schrieb Christopher Schultz: Mark, >>> On 2/24/20 15:46, Mark Thomas wrote: >> On 24/02/2020 20:31,

svn commit: r1874502 - in /tomcat/site/trunk: docs/security-7.html docs/security-8.html docs/security-9.html xdocs/security-7.xml xdocs/security-8.xml xdocs/security-9.xml xdocs/stylesheets/tomcat-sit

2020-02-25 Thread fschumacher
Author: fschumacher Date: Tue Feb 25 15:46:38 2020 New Revision: 1874502 URL: http://svn.apache.org/viewvc?rev=1874502=rev Log: Use full hash for git links and shorten the text of the link on the fly while generating the docs with xslt. The reconstruction of the long hashes were done with the

[tomcat] branch 9.0.x updated: Update to CXF 3.3.5

2020-02-25 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm 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 f5c5614 Update to CXF 3.3.5 f5c5614 is described

Re: svn commit: r1874468 - in /tomcat/site/trunk: docs/security-8.html xdocs/security-8.xml

2020-02-25 Thread Felix Schumacher
Am 25.02.20 um 16:24 schrieb Christopher Schultz: > Felix, > > On 2/25/20 04:22, Felix Schumacher wrote: > > Am 24.02.2020 22:13, schrieb Christopher Schultz: Mark, > > > On 2/24/20 15:46, Mark Thomas wrote: > On 24/02/2020 20:31, Christopher Schultz wrote: > > Mark, > > > Why

[tomcat] branch master updated: Update CDI and CXF support

2020-02-25 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 8c60d0e Update CDI and CXF support 8c60d0e is

Re: svn commit: r1874468 - in /tomcat/site/trunk: docs/security-8.html xdocs/security-8.xml

2020-02-25 Thread Felix Schumacher
Am 25.02.20 um 10:22 schrieb Felix Schumacher: > Am 24.02.2020 22:13, schrieb Christopher Schultz: > Mark, > > On 2/24/20 15:46, Mark Thomas wrote: > >>> On 24/02/2020 20:31, Christopher Schultz wrote: > Mark, > >>> > Why not use the full commit id instead of a prefix? Couldn't >

Re: svn commit: r1874468 - in /tomcat/site/trunk: docs/security-8.html xdocs/security-8.xml

2020-02-25 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Felix, On 2/25/20 04:22, Felix Schumacher wrote: > Am 24.02.2020 22:13, schrieb Christopher Schultz: Mark, > > On 2/24/20 15:46, Mark Thomas wrote: On 24/02/2020 20:31, Christopher Schultz wrote: > Mark, > Why not use the full

[Bug 64166] RequestDumperFilter duplicates headers

2020-02-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64166 Mark Thomas changed: What|Removed |Added OS||All --- Comment #1 from Mark Thomas

[tomcat] branch master updated: Update to reflect changes in planned version numbering.

2020-02-25 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 699d14a Update to reflect changes in planned

[Bug 64158] Tomcat 7 performance: remove enforcement that disable keep-alive when busy threads go above disable-keep-alive-percentage

2020-02-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64158 Remy Maucherat changed: What|Removed |Added Resolution|--- |WONTFIX OS|

[Bug 64157] Tomcat 7 performance: enable tomcat to pre-start pool of min spare threads optionally

2020-02-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64157 Remy Maucherat changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #2 from Remy

Re: svn commit: r1874468 - in /tomcat/site/trunk: docs/security-8.html xdocs/security-8.xml

2020-02-25 Thread Felix Schumacher
Am 24.02.2020 22:13, schrieb Christopher Schultz: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 2/24/20 15:46, Mark Thomas wrote: On 24/02/2020 20:31, Christopher Schultz wrote: Mark, Why not use the full commit id instead of a prefix? Couldn't some future commit conflict with