[tomcat] 02/05: Use the previous decode call in the old default for now

2023-06-26 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 03b51908102e9fa42739e680f2b785b9b2b84f78 Author: remm AuthorDate: Fri Jun 23 09:43:40 2023 +0200 Use the previous

[tomcat] 04/05: Use correctly named method

2023-06-26 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 ee8af21fe19b3c49086d30c3af4d36c61b7fb853 Author: Mark Thomas AuthorDate: Mon Jun 26 10:41:03 2023 +0100 Use

Re: Tomcat and filesystems

2023-06-26 Thread Mark Thomas
On 25/06/2023 13:50, Romain Manni-Bucau wrote: Hi all, Doing some tests I realized two things: * tomcat still uses File a lot (thinking to default servlet stack) * tomcat does not uses FileSystem abstraction and previous point would only makes sense with this addition What about a (nio)

Re: Tomcat and filesystems

2023-06-26 Thread Romain Manni-Bucau
If it helps, here is a draft: https://github.com/apache/tomcat/pull/630 Romain Manni-Bucau @rmannibucau | Blog | Old Blog | Github | LinkedIn

[GitHub] [tomcat] rmannibucau opened a new pull request, #630: [WIP] initial implementation of webresource based on path API

2023-06-26 Thread via GitHub
rmannibucau opened a new pull request, #630: URL: https://github.com/apache/tomcat/pull/630 Still needs a lot of work to make it usable and easily extendable but sharing for illustration (list). -- This is an automated message from the Apache Git Service. To respond to the message,

[Bug 66665] Provide option to supply role mapping from a properties file

2023-06-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=5 --- Comment #1 from Michael Osipov --- PR provided. -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail:

[tomcat] 01/02: Add control of byte decoding errors to ByteChunk and StringCache

2023-06-26 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 2ce6cdb5ea2de74832dea6ebd96f241788c8bb19 Author: Mark Thomas AuthorDate: Wed Jun 14 12:25:21 2023 +0100 Add control

[tomcat] 01/02: Add control of byte decoding errors to ByteChunk and StringCache

2023-06-26 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 4aebe196cd02745689ced8d66c70f77c1a52af39 Author: Mark Thomas AuthorDate: Wed Jun 14 12:25:21 2023 +0100 Add control

[tomcat] branch 10.1.x updated (aa6a0f6259 -> 80e3cfeec2)

2023-06-26 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git from aa6a0f6259 Simplify reading of request body for x-www-form-urlencoded processing new 4aebe196cd Add control of

[tomcat] 02/02: Use the previous decode call in the old default for now

2023-06-26 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 80e3cfeec27f94b6d4f37376ec5a1c63e483c39a Author: remm AuthorDate: Fri Jun 23 09:43:40 2023 +0200 Use the previous

[tomcat] 02/02: Use the previous decode call in the old default for now

2023-06-26 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 4b15583ee5781dd89b5181799b66949d2f27e514 Author: remm AuthorDate: Fri Jun 23 09:43:40 2023 +0200 Use the previous

[tomcat] branch 9.0.x updated (9bfc23fb97 -> 4b15583ee5)

2023-06-26 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 9bfc23fb97 Simplify reading of request body for x-www-form-urlencoded processing new 2ce6cdb5ea Add control of

[GitHub] [tomcat] michael-o opened a new pull request, #631: Bug 66665: Provide option to supply role mapping from a properties file

2023-06-26 Thread via GitHub
michael-o opened a new pull request, #631: URL: https://github.com/apache/tomcat/pull/631 (no comment) -- 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,

[tomcat] branch 8.5.x updated (9f55c9711c -> b2d404875d)

2023-06-26 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 9f55c9711c Simplify reading of request body for x-www-form-urlencoded processing new 04472f0d4b Add control of

[tomcat] 01/05: Add control of byte decoding errors to ByteChunk and StringCache

2023-06-26 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 04472f0d4ba3796f5e07ba98c38c82d9154d8e7f Author: Mark Thomas AuthorDate: Wed Jun 14 12:25:21 2023 +0100 Add control

[tomcat] 03/05: Align with 9.0.x onwards

2023-06-26 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 c3b02a10c2a984553647b2fea38f2b7364a86933 Author: Mark Thomas AuthorDate: Mon Jun 26 10:39:02 2023 +0100 Align with

[tomcat] 05/05: Use consistent naming for i18n keys

2023-06-26 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 b2d404875d5dd14d8be323fc5eca2d57c0a47919 Author: Mark Thomas AuthorDate: Mon Jun 26 10:43:40 2023 +0100 Use

Re: [tomcat] branch main updated: Simplify reading of request body for x-www-form-urlencoded processing

2023-06-26 Thread Mark Thomas
On 23/06/2023 21:04, Christopher Schultz wrote: Mark, On 6/23/23 12:45, ma...@apache.org wrote: 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.git The following commit(s) were

Buildbot success in on tomcat-9.0.x

2023-06-26 Thread buildbot
Build status: Build succeeded! Worker used: bb_worker2_ubuntu URL: https://ci2.apache.org/#builders/37/builds/604 Blamelist: Mark Thomas , remm Build Text: build successful Status Detected: restored build Build Source Stamp: [branch 9.0.x] 4b15583ee5781dd89b5181799b66949d2f27e514 Steps:

[tomcat-native] branch main updated: Trim trailing whitespace

2023-06-26 Thread michaelo
This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat-native.git The following commit(s) were added to refs/heads/main by this push: new 3fbe5615c Trim trailing whitespace

[Bug 66670] Add SSLHostConfig#certificateKeyPasswordFile

2023-06-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66670 Michael Osipov changed: What|Removed |Added CC||micha...@apache.org -- You are

[Bug 66670] New: Add SSLHostConfig#certificateKeyPasswordFile

2023-06-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66670 Bug ID: 66670 Summary: Add SSLHostConfig#certificateKeyPasswordFile Product: Tomcat 9 Version: 9.0.76 Hardware: All OS: All Status: NEW Severity:

[tomcat-native] branch 1.2.x updated: Trim trailing whitespace

2023-06-26 Thread michaelo
This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch 1.2.x in repository https://gitbox.apache.org/repos/asf/tomcat-native.git The following commit(s) were added to refs/heads/1.2.x by this push: new d108b0288 Trim trailing whitespace

[tomcat] branch main updated: Arrange the doc for DNSMembershipProvider. Follow up to https://bz.apache.org/bugzilla/show_bug.cgi?id=66660

2023-06-26 Thread jfclere
This is an automated email from the ASF dual-hosted git repository. jfclere pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/main by this push: new 32d0d53fdd Arrange the doc for

Buildbot failure in on tomcat-8.5.x

2023-06-26 Thread buildbot
Build status: BUILD FAILED: failed compile (failure) Worker used: bb_worker2_ubuntu URL: https://ci2.apache.org/#builders/36/builds/533 Blamelist: Mark Thomas , remm Build Text: failed compile (failure) Status Detected: new failure Build Source Stamp: [branch 8.5.x]

[tomcat] branch 10.1.x updated: Remove unnecessary exception wrapping

2023-06-26 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.1.x by this push: new 3874e3e3ef Remove unnecessary exception wrapping

[tomcat] branch 9.0.x updated: Remove unnecessary exception wrapping

2023-06-26 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 6986e93d6d Remove unnecessary exception wrapping

[tomcat] branch 8.5.x updated: Remove unnecessary exception wrapping

2023-06-26 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 faa450ac3f Remove unnecessary exception wrapping

[tomcat] branch main updated: Remove unnecessary exception wrapping

2023-06-26 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.git The following commit(s) were added to refs/heads/main by this push: new 3e287ac4d7 Remove unnecessary exception wrapping

[Bug 66670] Add SSLHostConfig#certificateKeyPasswordFile

2023-06-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66670 --- Comment #2 from Michael Osipov --- (In reply to Christopher Schultz from comment #1) > Why not just use an XML entity? > > > ]> > ... > ... > ...> > ...> > ...> > ...> > ...> > ...> > > Or, if you really want to use a separate

[tomcat-native] branch main updated: Align default pass phrase prompt with HTTPd

2023-06-26 Thread michaelo
This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat-native.git The following commit(s) were added to refs/heads/main by this push: new cea4e7e87 Align default pass phrase prompt

[tomcat-native] branch 1.2.x updated: Align default pass phrase prompt with HTTPd

2023-06-26 Thread michaelo
This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch 1.2.x in repository https://gitbox.apache.org/repos/asf/tomcat-native.git The following commit(s) were added to refs/heads/1.2.x by this push: new 8049561c8 Align default pass phrase

[Bug 66670] Add SSLHostConfig#certificateKeyPasswordFile

2023-06-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66670 Christopher Schultz changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #1 from

Re: [tomcat-native] branch 1.2.x updated: Align default pass phrase prompt with HTTPd

2023-06-26 Thread Christopher Schultz
Michael, On 6/26/23 13:11, micha...@apache.org wrote: This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch 1.2.x in repository https://gitbox.apache.org/repos/asf/tomcat-native.git The following commit(s) were added to refs/heads/1.2.x by this