Re: [tomcat] branch master updated: Filter out classes streams through class file transformers

2021-02-18 Thread Martin Grigorov
On Wed, Feb 17, 2021 at 5:49 PM wrote: > 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: >

[tomcat] branch master updated: Use available constant

2021-02-18 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 16d4beb Use available constant 16d4beb is describ

Re: [tomcat] branch master updated: Renew all the server test certs

2021-02-18 Thread Mark Thomas
On 17/02/2021 21:58, Christopher Schultz wrote: >> Yeah, creation on demand would be nice but it currently requires OpenSSL >> which isn't guaranteed to be available. > > Why not keytool or a "simple" Java driver to do the same? > >> The entropy issue is a larger concern. > > Yup. Unless we c

[VOTE][RESULT] Apache Tomcat migration tool for Jakarta EE 0.2.0

2021-02-18 Thread Mark Thomas
The following votes were cast: Binding: +1: markt, remm, mgrigorov Non-binding: +1: rmannibucau, (alitokmen implied via GitHub comment) The vote therefore passes. Thank you to everyone who contributed to this release. Mark -

svn commit: r46178 - /dev/tomcat/jakartaee-migration/v0.2.0/ /release/tomcat/jakartaee-migration/v0.2.0/

2021-02-18 Thread markt
Author: markt Date: Thu Feb 18 09:29:11 2021 New Revision: 46178 Log: Release the Apache Tomcat migration tool for Jakarta EE 0.2.0 Added: release/tomcat/jakartaee-migration/v0.2.0/ - copied from r46177, dev/tomcat/jakartaee-migration/v0.2.0/ Removed: dev/tomcat/jakartaee-migration/

[Bug 65137] Invalid chunk encoding in the tomcat answer

2021-02-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65137 --- Comment #1 from Mark Thomas --- Can you confirm which HTTP connector you used for this test. I am going to assume NIO (the default) but confirmation would be helpful. -- You are receiving this mail because: You are the assignee for the bu

[Bug 65118] Spurious null pointer exception in Http2UpgradeHandler when reloading web page

2021-02-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65118 --- Comment #4 from Mark Thomas --- That patch looks to be tackling the symptom rather than the root cause. My concern is that the root cause may trigger other errors. What would really help here is a test case (ideally a simple WAR) that demo

[Bug 65118] Spurious null pointer exception in Http2UpgradeHandler when reloading web page

2021-02-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65118 --- Comment #5 from Mattias --- (In reply to Mark Thomas from comment #4) > That patch looks to be tackling the symptom rather than the root cause. My > concern is that the root cause may trigger other errors. > > What would really help here i

[Bug 65137] Invalid chunk encoding in the tomcat answer

2021-02-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65137 --- Comment #2 from barm...@adobe.com --- Hi, Thanks for the answer. I use the Nio connector (and I can reproduce on tomcat 7 with the nio connector too). I can reproduce on tomcat 8.5 with the apr and the nio2 connector too. I did have time

[Bug 65137] Invalid chunk encoding in the tomcat answer

2021-02-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65137 --- Comment #3 from Remy Maucherat --- Got it. In the case of NIO2, I'm afraid it is expected known behavior however. Increase the timeout or reduce the buffer (which is what you are doing). -- You are receiving this mail because: You are the

[tomcat] branch master updated: Ensure ReadListener.onError() is fired if client drops the connection

2021-02-18 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 86ccc43 Ensure ReadListener.onError() is fired i

[tomcat] branch 9.0.x updated: Ensure ReadListener.onError() is fired if client drops the connection

2021-02-18 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 ce4b154 Ensure ReadListener.onError() is fired if

[tomcat] branch 8.5.x updated: Ensure ReadListener.onError() is fired if client drops the connection

2021-02-18 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 9b44626 Ensure ReadListener.onError() is fired if

[tomcat] branch master updated: Expand test cases. Remove debug logging.

2021-02-18 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 a969108 Expand test cases. Remove debug logging.

[tomcat] branch 9.0.x updated: Expand test cases. Remove debug logging.

2021-02-18 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 b3559ca Expand test cases. Remove debug logging. b

[tomcat] branch 8.5.x updated: Expand test cases. Remove debug logging.

2021-02-18 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 d31a193 Expand test cases. Remove debug logging. d

svn commit: r1886673 - in /tomcat/site/trunk: docs/download-migration.html xdocs/download-migration.xml

2021-02-18 Thread markt
Author: markt Date: Thu Feb 18 19:06:40 2021 New Revision: 1886673 URL: http://svn.apache.org/viewvc?rev=1886673&view=rev Log: Update (currently unlinked) download page Modified: tomcat/site/trunk/docs/download-migration.html tomcat/site/trunk/xdocs/download-migration.xml Modified: tomca

svn commit: r1886674 [1/8] - in /tomcat/site/trunk: docs/ xdocs/ xdocs/stylesheets/

2021-02-18 Thread markt
Author: markt Date: Thu Feb 18 19:15:50 2021 New Revision: 1886674 URL: http://svn.apache.org/viewvc?rev=1886674&view=rev Log: Add link for migration tool downloads Modified: tomcat/site/trunk/docs/bugreport.html tomcat/site/trunk/docs/ci.html tomcat/site/trunk/docs/conference.html

svn commit: r1886674 [7/8] - in /tomcat/site/trunk: docs/ xdocs/ xdocs/stylesheets/

2021-02-18 Thread markt
Modified: tomcat/site/trunk/docs/security.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/security.html?rev=1886674&r1=1886673&r2=1886674&view=diff == --- tomcat/site/trunk/docs/security.html (original) +++ t

svn commit: r1886674 [4/8] - in /tomcat/site/trunk: docs/ xdocs/ xdocs/stylesheets/

2021-02-18 Thread markt
Modified: tomcat/site/trunk/docs/migration.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration.html?rev=1886674&r1=1886673&r2=1886674&view=diff == --- tomcat/site/trunk/docs/migration.html (original) ++

svn commit: r1886674 [3/8] - in /tomcat/site/trunk: docs/ xdocs/ xdocs/stylesheets/

2021-02-18 Thread markt
Modified: tomcat/site/trunk/docs/lists.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/lists.html?rev=1886674&r1=1886673&r2=1886674&view=diff == --- tomcat/site/trunk/docs/lists.html (original) +++ tomcat/sit

svn commit: r1886674 [5/8] - in /tomcat/site/trunk: docs/ xdocs/ xdocs/stylesheets/

2021-02-18 Thread markt
Modified: tomcat/site/trunk/docs/oldnews-2018.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/oldnews-2018.html?rev=1886674&r1=1886673&r2=1886674&view=diff == --- tomcat/site/trunk/docs/oldnews-2018.html (ori

svn commit: r1886674 [8/8] - in /tomcat/site/trunk: docs/ xdocs/ xdocs/stylesheets/

2021-02-18 Thread markt
Modified: tomcat/site/trunk/docs/whoweare.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/whoweare.html?rev=1886674&r1=1886673&r2=1886674&view=diff == --- tomcat/site/trunk/docs/whoweare.html (original) +++ t

svn commit: r1886674 [6/8] - in /tomcat/site/trunk: docs/ xdocs/ xdocs/stylesheets/

2021-02-18 Thread markt
Modified: tomcat/site/trunk/docs/security-6.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/security-6.html?rev=1886674&r1=1886673&r2=1886674&view=diff == --- tomcat/site/trunk/docs/security-6.html (original)

svn commit: r1886674 [2/8] - in /tomcat/site/trunk: docs/ xdocs/ xdocs/stylesheets/

2021-02-18 Thread markt
Modified: tomcat/site/trunk/docs/download-migration.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/download-migration.html?rev=1886674&r1=1886673&r2=1886674&view=diff == --- tomcat/site/trunk/docs/download-m

svn commit: r1886675 - in /tomcat/site/trunk: docs/index.html xdocs/index.xml

2021-02-18 Thread markt
Author: markt Date: Thu Feb 18 19:21:41 2021 New Revision: 1886675 URL: http://svn.apache.org/viewvc?rev=1886675&view=rev Log: Add release information for migration tool 0.2.0 Modified: tomcat/site/trunk/docs/index.html tomcat/site/trunk/xdocs/index.xml Modified: tomcat/site/trunk/docs/i

[tomcat-jakartaee-migration] branch master updated: Add a download link

2021-02-18 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-jakartaee-migration.git The following commit(s) were added to refs/heads/master by this push: new 787600a Add a download link

[ANN] Apache Tomcat Migration tool for Jakarta EE 0.2.0

2021-02-18 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat Migration Tool for Jakarta EE 0.2.0 Apache Tomcat Migration Tool for Jakarta EE is an open source software tool for migrating binary web applications (WAR files) and other binary artefacts from Java EE 8 to Jakarta EE 9.

[tomcat] 01/02: Add legacyAppBase property with default of "webapps-javaee"

2021-02-18 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 9e6f3b7328b89259a222e85c838e6104c9eb2a22 Author: Mark Thomas AuthorDate: Thu Feb 11 12:27:30 2021 + Add legacyAp

[tomcat] 02/02: Integrate Java EE -> Jakarta EE migration with automatic deployment

2021-02-18 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 e08dbf4559da7612c4060b68dfee8ce03560ce07 Author: Mark Thomas AuthorDate: Thu Feb 11 17:13:52 2021 + Integrate Ja

[tomcat] branch master updated (a969108 -> e08dbf4)

2021-02-18 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 a969108 Expand test cases. Remove debug logging. new 9e6f3b7 Add legacyAppBase property with default of "webapp

Re: [tomcat] 02/02: Integrate Java EE -> Jakarta EE migration with automatic deployment

2021-02-18 Thread Mark Thomas
On 18/02/2021 20:56, 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 > > commit e08dbf4559da7612c4060b68dfee8ce03560ce07 > Author: Mark Thomas >

[tomcat-jakartaee-migration] branch master updated: Better toString

2021-02-18 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-jakartaee-migration.git The following commit(s) were added to refs/heads/master by this push: new f5c9fc9 Better toString f5c9f

[tomcat] branch master updated: Drop some reflection

2021-02-18 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 5ac227d Drop some reflection 5ac227d is described