[Bug 65277] org.apache.coyote.ajp.AjpProcessor.service Error processing request java.lang.NullPointerException

2021-05-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65277 --- Comment #5 from saranya --- (In reply to Mark Thomas from comment #4) > This looks like an application issue (retaining and using a reference to the > request and/or response after the processing of that request/response has > completed).

Tagging May releases towards the end of this week

2021-05-04 Thread Mark Thomas
Hi all, It is the start of a new month so time to tag and release. I have a few things I'd like to get fixed first: 1. BZ 65272 (allow CR as HTTP line separator). I'm planning on applying PR 417 to address this before I tag unless there are objections. 2. BZ 65262 (WebSocket &

Re: Tagging May releases towards the end of this week

2021-05-04 Thread Rémy Maucherat
On Tue, May 4, 2021 at 9:26 AM Mark Thomas wrote: > Hi all, > > It is the start of a new month so time to tag and release. I have a few > things I'd like to get fixed first: > > 1. BZ 65272 (allow CR as HTTP line separator). > I'm planning on applying PR 417 to address this before I tag

Re: Tagging May releases towards the end of this week

2021-05-04 Thread Rémy Maucherat
On Tue, May 4, 2021 at 9:36 AM Mark Thomas wrote: > On 04/05/2021 08:29, Rémy Maucherat wrote: > > On Tue, May 4, 2021 at 9:26 AM Mark Thomas wrote: > > > >> Hi all, > >> > >> It is the start of a new month so time to tag and release. I have a few > >> things I'd like to get fixed first: > >> >

[GitHub] [tomcat] markt-asf commented on a change in pull request #417: Fix BZ 65272. Restore the use of LF as an HTTP line terminator

2021-05-04 Thread GitBox
markt-asf commented on a change in pull request #417: URL: https://github.com/apache/tomcat/pull/417#discussion_r625561783 ## File path: test/org/apache/coyote/http11/TestHttp11InputBuffer.java ## @@ -687,24 +691,6 @@ public void testInvalidEndOfRequestLine01() { } -

Re: Tagging May releases towards the end of this week

2021-05-04 Thread Mark Thomas
On 04/05/2021 08:29, Rémy Maucherat wrote: On Tue, May 4, 2021 at 9:26 AM Mark Thomas wrote: Hi all, It is the start of a new month so time to tag and release. I have a few things I'd like to get fixed first: 1. BZ 65272 (allow CR as HTTP line separator). I'm planning on applying PR

[GitHub] [tomcat] rmaucher commented on pull request #417: Fix BZ 65272. Restore the use of LF as an HTTP line terminator

2021-05-04 Thread GitBox
rmaucher commented on pull request #417: URL: https://github.com/apache/tomcat/pull/417#issuecomment-831755178 +1 looking good. -- 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 the specific

[tomcat-jakartaee-migration] branch master updated: Update next version to 1.0.0

2021-05-04 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 77a563d Update next version

[tomcat-jakartaee-migration] branch master updated: Align pom with output of Maven release plugin

2021-05-04 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 e3dd742 Align pom with

[VOTE] Apache Tomcat migration tool for Jakarta EE 1.0.0

2021-05-04 Thread Mark Thomas
The proposed Apache Tomcat migration tool for Jakarta EE 1.0.0 is now available for voting. The significant changes since 0.2.0 are: - Further fixes to exclude javax.xml packages that are not part of Java EE from the migration - The class transformer now validates that the target classes in

Re: [VOTE] Apache Tomcat migration tool for Jakarta EE 1.0.0

2021-05-04 Thread Rémy Maucherat
On Tue, May 4, 2021 at 2:06 PM Mark Thomas wrote: > The proposed Apache Tomcat migration tool for Jakarta EE 1.0.0 is now > available for voting. > > The significant changes since 0.2.0 are: > > - Further fixes to exclude javax.xml packages that are not part of >Java EE from the migration >

Re: Tagging May releases towards the end of this week

2021-05-04 Thread Mark Thomas
On 04/05/2021 08:43, Rémy Maucherat wrote: On Tue, May 4, 2021 at 9:36 AM Mark Thomas wrote: On 04/05/2021 08:29, Rémy Maucherat wrote: On Tue, May 4, 2021 at 9:26 AM Mark Thomas wrote: Hi all, It is the start of a new month so time to tag and release. I have a few things I'd like to get

[tomcat-jakartaee-migration] branch master updated: Update to latest parent POM

2021-05-04 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 a31d503 Update to latest

[tomcat-jakartaee-migration] annotated tag 1.0.0 created (now c154bb2)

2021-05-04 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to annotated tag 1.0.0 in repository https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git. at c154bb2 (tag) tagging 2a27b633f456710dc5d51680344ca7f047642a60 (commit) replaces 0.2.0

[tomcat-jakartaee-migration] branch master updated: [maven-release-plugin] prepare release 1.0.0

2021-05-04 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 2a27b63

[tomcat-jakartaee-migration] branch master updated: [maven-release-plugin] prepare for next development iteration

2021-05-04 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 3eaae95

svn commit: r47536 - in /dev/tomcat/jakartaee-migration/v1.0.0: ./ binaries/ source/

2021-05-04 Thread markt
Author: markt Date: Tue May 4 12:04:03 2021 New Revision: 47536 Log: Upload Tomcat Migration Tool for Jakarta EE v1.0.0 for voting Added: dev/tomcat/jakartaee-migration/v1.0.0/ dev/tomcat/jakartaee-migration/v1.0.0/binaries/

[tomcat] 02/02: First part of fix for BZ 65262. Make WebSocket more IoC friendly

2021-05-04 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 commit 2fd7bccf354c759d43898fc5ae65244864c43f1c Author: Mark Thomas AuthorDate: Tue May 4 17:02:38 2021 +0100 First part of

[Bug 65262] Enable websocket endpoints to be IoC friendly (javaee integration at least)

2021-05-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65262 --- Comment #8 from Mark Thomas --- I've applied a fix for Endpoints to 10.0.x, 9.0.x and 8.5.x. I'll look at Encoders and Decoders next so if there are any issues with the current approach do let me know. -- You are receiving this mail

[tomcat] branch 8.5.x updated (81e49ce -> 2fd7bcc)

2021-05-04 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git. from 81e49ce Refactor passing of path parameters to POJO end points new 5092348 Refactor server end point creation

Re: [VOTE] Apache Tomcat migration tool for Jakarta EE 1.0.0

2021-05-04 Thread Romain Manni-Bucau
+1, xml fix is helping Romain Manni-Bucau @rmannibucau | Blog | Old Blog | Github | LinkedIn | Book

[tomcat] branch 9.0.x updated (73446fc -> eecdbca)

2021-05-04 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git. from 73446fc Refactor passing of path parameters to POJO end points new c31f0df Refactor server end point creation

[tomcat] 02/02: First part of fix for BZ 65262. Make WebSocket more IoC friendly

2021-05-04 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 4f90bff128c6cb39bd0ebb8cf1eb6565229dcf86 Author: Mark Thomas AuthorDate: Tue May 4 17:02:38 2021 +0100 First part

[tomcat] branch master updated (e498a7d -> 4f90bff)

2021-05-04 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 e498a7d Refactor passing of path parameters to POJO end points new 0e887b7 Refactor server end point creation

[tomcat] 01/02: Refactor server end point creation to WsSession

2021-05-04 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 0e887b7729184fc65a71798175554f62dbcae876 Author: Mark Thomas AuthorDate: Fri Apr 30 14:36:52 2021 +0100 Refactor

[tomcat] 02/02: First part of fix for BZ 65262. Make WebSocket more IoC friendly

2021-05-04 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 commit eecdbcaef25e4dd1db2861a2bef212d62d5e3389 Author: Mark Thomas AuthorDate: Tue May 4 17:02:38 2021 +0100 First part of

[tomcat] 01/02: Refactor server end point creation to WsSession

2021-05-04 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 commit c31f0df875cdae6fc9175ac7fd2f917019ea260a Author: Mark Thomas AuthorDate: Fri Apr 30 14:36:52 2021 +0100 Refactor

[tomcat] 01/02: Refactor server end point creation to WsSession

2021-05-04 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 commit 509234891c4399f2d27fe9448646ae175b34731f Author: Mark Thomas AuthorDate: Fri Apr 30 14:36:52 2021 +0100 Refactor