[Bug 69693] New: Improve readability and type safety by changing parsingRequestLinePhase to an enum in Http11InputBuffer

2025-05-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69693 Bug ID: 69693 Summary: Improve readability and type safety by changing parsingRequestLinePhase to an enum in Http11InputBuffer Product: Tomcat 11 Version: 11.0.

[Bug 69693] Improve readability and type safety by changing parsingRequestLinePhase to an enum in Http11InputBuffer

2025-05-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69693 Remy Maucherat changed: What|Removed |Added Resolution|--- |WONTFIX Status|NEW

[Bug 69693] Improve readability and type safety by changing parsingRequestLinePhase to an enum in Http11InputBuffer

2025-05-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69693 --- Comment #2 from johnpark --- Only the comments using AI. Please refer to them. -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe,

Re: [PR] allow users to plug in a ProgressListener via some factory. [tomcat]

2025-05-18 Thread via GitHub
reiern70 commented on PR #856: URL: https://github.com/apache/tomcat/pull/856#issuecomment-2889048692 @ChristopherSchultz I have implemented https://github.com/apache/wicket/pull/1167 A way to get Wicket's support for upload with progress using work in this PR. -- This is an