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

2022-09-06 Thread Han Li
> 2022年9月6日 22:30,Mark Thomas 写道: > > The proposed Apache Tomcat migration tool for Jakarta EE 1.0.3 is now > available for voting. > > The significant changes since 1.0.1 are: > > - Issue #26 - bad CRC checksums > - Issue #32 - Manifests in exploded JARs > > It can be obtained from: > http

[GitHub] [tomcat] dllfun opened a new pull request, #551: Update Http11InputBuffer.java

2022-09-06 Thread GitBox
dllfun opened a new pull request, #551: URL: https://github.com/apache/tomcat/pull/551 fix the potential java.lang.IndexOutOfBoundsException ,if a client send content like PRI * HTTP/2.0\r\n\r\nSM\r\n\r (lose one byte at last) exception will occure when dealing zhe preface。 -- This is

Re: [ANN] New committer: Han Li

2022-09-06 Thread Han Li
Thank you all for the warm welcome! Thanks to the Tomcat team for the invitation, it’s an honour! Best regards Han > 2022年9月7日 05:02,jonmcalexan...@wellsfargo.com.invalid > 写道: > > Congratulations Han! > > Dream * Excel * Explore * Inspire > Jon McAlexander > Senior Infrastructure Engineer

RE: [ANN] New committer: Han Li

2022-09-06 Thread jonmcalexander
Congratulations Han! Dream * Excel * Explore * Inspire Jon McAlexander Senior Infrastructure Engineer Asst. Vice President He/His Middleware Product Engineering Enterprise CIO | EAS | Middleware | Infrastructure Solutions 8080 Cobblestone Rd | Urbandale, IA 50322 MAC: F4469-010 Tel 515-988-2508

[GitHub] [tomcat] malaysf commented on pull request #550: Http11Processor's keep alive state and input buffer's swallow state must be synchronized

2022-09-06 Thread GitBox
malaysf commented on PR #550: URL: https://github.com/apache/tomcat/pull/550#issuecomment-1238525462 @markt-asf That does work and is a much simpler solution! It also doesn't break TestSwallowAbortedUploads (which I now understand why). I will update my PR with that change. What is th

[GitHub] [tomcat] markt-asf commented on pull request #550: Http11Processor's keep alive state and input buffer's swallow state must be synchronized

2022-09-06 Thread GitBox
markt-asf commented on PR #550: URL: https://github.com/apache/tomcat/pull/550#issuecomment-1238513982 I think you can just remove the `inputBuffer.setSwallowInput(false)` in `Http11Processor.prepareExpectation()`. If that is correct, I think there is at least one other call that can also b

[GitHub] [tomcat] malaysf commented on pull request #550: Http11Processor's keep alive state and input buffer's swallow state must be synchronized

2022-09-06 Thread GitBox
malaysf commented on PR #550: URL: https://github.com/apache/tomcat/pull/550#issuecomment-1238435761 The TestSwallowAbortedUploads test fails so I need to look into that. We ran into this issue in production and were able to reproduce with curl or postman requests to an API that retur

[Bug 66252] HTTP/2 requests fails to load on safari browser.

2022-09-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66252 --- Comment #5 from Mark Thomas --- 1. That is relevant information that should be been included in the original report. 2. This still works for me with compression. 3. The users list is the place to seek help. -- You are receiving this mai

[Bug 66252] HTTP/2 requests fails to load on safari browser.

2022-09-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66252 --- Comment #4 from Sauman Balkhi --- @Mark what was the page size? Pages of small size less than the defined compression size are opening. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 66252] HTTP/2 requests fails to load on safari browser.

2022-09-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66252 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 62312] Add Proxy Authentication support to websocket client

2022-09-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62312 --- Comment #8 from Mark Thomas --- (In reply to radhika.j...@veritas.com from comment #7) > Is this available in any released version? No. -- You are receiving this mail because: You are the assignee for the bug. ---

[Bug 66252] HTTP/2 requests fails to load on safari browser.

2022-09-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66252 --- Comment #2 from Sauman Balkhi --- Safari version 15.3 yes after disabling http2 it worked. -- You are receiving this mail because: You are the assignee for the bug. - To

[tomcat-jakartaee-migration] branch main updated: Prep for 1.0.4 release cycle

2022-09-06 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git The following commit(s) were added to refs/heads/main by this push: new f06ddee Prep for 1.0.4 release c

[VOTE] Apache Tomcat migration tool for Jakarta EE 1.0.3

2022-09-06 Thread Mark Thomas
The proposed Apache Tomcat migration tool for Jakarta EE 1.0.3 is now available for voting. The significant changes since 1.0.1 are: - Issue #26 - bad CRC checksums - Issue #32 - Manifests in exploded JARs It can be obtained from: https://dist.apache.org/repos/dist/dev/tomcat/jakartaee-migratio

[Bug 62312] Add Proxy Authentication support to websocket client

2022-09-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62312 --- Comment #7 from radhika.j...@veritas.com --- Is this available in any released version? -- You are receiving this mail because: You are the assignee for the bug. - To uns

svn commit: r56691 - in /dev/tomcat/jakartaee-migration/v1.0.3: ./ binaries/ source/

2022-09-06 Thread markt
Author: markt Date: Tue Sep 6 14:28:48 2022 New Revision: 56691 Log: Upload 1.0.3 for voting Added: dev/tomcat/jakartaee-migration/v1.0.3/ dev/tomcat/jakartaee-migration/v1.0.3/binaries/ dev/tomcat/jakartaee-migration/v1.0.3/binaries/jakartaee-migration-1.0.3-bin.tar.gz (with pro

[Bug 66252] HTTP/2 requests fails to load on safari browser.

2022-09-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66252 Christopher Schultz changed: What|Removed |Added OS||All --- Comment #1 from Christop

svn commit: r56690 - /dev/tomcat/jakartaee-migration/v1.0.2/

2022-09-06 Thread markt
Author: markt Date: Tue Sep 6 14:25:59 2022 New Revision: 56690 Log: Drop 1.0.2 - vote was cancelled Removed: dev/tomcat/jakartaee-migration/v1.0.2/ - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additiona

[VOTE][CANCELLED] Apache Tomcat migration tool for Jakarta EE 1.0.2

2022-09-06 Thread Mark Thomas
Hi all, Partly due to the fix I missed and partly due to the incomplete bz2 src archives, I am cancelling the 1.0.2 vote. 1.0.3 will follow very shortly. Mark On 02/09/2022 22:19, Mark Thomas wrote: The proposed Apache Tomcat migration tool for Jakarta EE 1.0.2 is now available for voting.

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

2022-09-06 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git The following commit(s) were added to refs/heads/main by this push: new 6a7b6de [maven-release-plugin] p

[tomcat-jakartaee-migration] annotated tag 1.0.3 created (now a393494)

2022-09-06 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to annotated tag 1.0.3 in repository https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git at a393494 (tag) tagging a5e9028e610b7b2ac1ef6fbef8a96dc3d97d7a45 (commit) replaces 1.0.2

[tomcat-jakartaee-migration] branch main updated: [maven-release-plugin] prepare release 1.0.3

2022-09-06 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git The following commit(s) were added to refs/heads/main by this push: new a5e9028 [maven-release-plugin] p

[tomcat-jakartaee-migration] branch main updated: Prep for 1.0.3 release

2022-09-06 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git The following commit(s) were added to refs/heads/main by this push: new 979e61e Prep for 1.0.3 release 9

[tomcat-jakartaee-migration] branch main updated: Typo

2022-09-06 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git The following commit(s) were added to refs/heads/main by this push: new bb9d28b Typo bb9d28b is describe

[tomcat-jakartaee-migration] branch main updated: Disable the default ASF source packaging

2022-09-06 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git The following commit(s) were added to refs/heads/main by this push: new d781299 Disable the default ASF

Re: A "tar.bz2" file in Apache Tomcat migration tool (1.0.2)

2022-09-06 Thread Mark Thomas
On 06/09/2022 14:10, Han Li wrote> I found that bz2 file is generated when use apache-release profile (-P apache-release) Thanks. That helps. Mark Irrespective of migration tool version. ;) Han 2022年9月6日 18:03,Mark Thomas 写道: Hi, Thanks for checking this. Very strange. I have a coupl

Re: A "tar.bz2" file in Apache Tomcat migration tool (1.0.2)

2022-09-06 Thread Han Li
I found that bz2 file is generated when use apache-release profile (-P apache-release) Irrespective of migration tool version. ;) Han > 2022年9月6日 18:03,Mark Thomas 写道: > > Hi, > > Thanks for checking this. > > Very strange. I have a couple of theories - neither of which I think are > parti

[tomcat-jakartaee-migration] branch main updated: Add a test to improve code coverage

2022-09-06 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git The following commit(s) were added to refs/heads/main by this push: new f5e711e Add a test to improve co

Re: A "tar.bz2" file in Apache Tomcat migration tool (1.0.2)

2022-09-06 Thread Han Li
Hi all, When I rebuilt 1.0.1, I saw the bz2 file. The logs are as follows. [INFO] --- maven-assembly-plugin:3.4.0:single (source-release-assembly) @ jakartaee-migration --- [INFO] Building tar: /Users/lihan/IdeaProjects/tomcat-jakartaee-migration/target/jakartaee-migration-1.0.1-src.tar.gz [INF

[Bug 66252] New: HTTP/2 requests fails to load on safari browser.

2022-09-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66252 Bug ID: 66252 Summary: HTTP/2 requests fails to load on safari browser. Product: Tomcat 9 Version: 9.0.65 Hardware: PC Status: NEW Severity: normal Priority:

[tomcat-jakartaee-migration] branch main updated: Consistent formatting

2022-09-06 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git The following commit(s) were added to refs/heads/main by this push: new 4cf7c61 Consistent formatting 4c

[tomcat-jakartaee-migration] branch main updated: Add change log entry

2022-09-06 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git The following commit(s) were added to refs/heads/main by this push: new ba07f17 Add change log entry ba0

[tomcat-jakartaee-migration] branch main updated: Tighten up the file name matching for manifests

2022-09-06 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git The following commit(s) were added to refs/heads/main by this push: new 52e843d Tighten up the file name

[tomcat-jakartaee-migration] 02/02: Add missing header

2022-09-06 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git commit efc00d3251cd3554956da36d49b004dc56c70c9f Author: Mark Thomas AuthorDate: Tue Sep 6 11:22:56 2022 +0100

[tomcat-jakartaee-migration] 01/02: Currently expect to cancel 1.0.2 release

2022-09-06 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git commit 1ada5fb9f067361e5b50f7f545dad6489d5348f9 Author: Mark Thomas AuthorDate: Tue Sep 6 11:09:28 2022 +0100

[tomcat-jakartaee-migration] branch main updated (db84422 -> efc00d3)

2022-09-06 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git from db84422 fixes #32 check if file name ends with manifest name (#33) new 1ada5fb Currently expec

[tomcat-jakartaee-migration] branch main updated: fixes #32 check if file name ends with manifest name (#33)

2022-09-06 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git The following commit(s) were added to refs/heads/main by this push: new db84422 fixes #32 check if file

[GitHub] [tomcat-jakartaee-migration] markt-asf closed issue #32: Manifest in exploded osgi bundle is not migrated

2022-09-06 Thread GitBox
markt-asf closed issue #32: Manifest in exploded osgi bundle is not migrated URL: https://github.com/apache/tomcat-jakartaee-migration/issues/32 -- 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 sp

[GitHub] [tomcat-jakartaee-migration] markt-asf merged pull request #33: fixes #32 check if file name ends with manifest name

2022-09-06 Thread GitBox
markt-asf merged PR #33: URL: https://github.com/apache/tomcat-jakartaee-migration/pull/33 -- 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 comment. To unsubscribe, e-mail: dev-unsubscr.

Re: A "tar.bz2" file in Apache Tomcat migration tool (1.0.2)

2022-09-06 Thread Mark Thomas
Hi, Thanks for checking this. Very strange. I have a couple of theories - neither of which I think are particularly likely: 1. The release build failed part way through due to an issue with my GPG passphrase. I re-ran the release and it appeared to carry on from the error but the bz2 file c

Re: [ANN] New committer: Han Li

2022-09-06 Thread Felix Schumacher
Am 6. September 2022 09:38:09 MESZ schrieb Mark Thomas : >On behalf of the Tomcat committers I am delighted to announce that >Han Li (lihan) has been voted in as a new Tomcat committer. > >Please join me in congratulating Han. Congrats and welcome! Felix > >Kind regards, > >Mark > >-

[ANN] New committer: Han Li

2022-09-06 Thread Mark Thomas
On behalf of the Tomcat committers I am delighted to announce that Han Li (lihan) has been voted in as a new Tomcat committer. Please join me in congratulating Han. Kind regards, Mark - To unsubscribe, e-mail: dev-unsubscr...@