ServiceBindingPropertySource

2024-05-21 Thread Christopher Schultz
All, I've been playing with this PropertySource and I'm wondering if it could be improved a little. First of all, it uses an environment variable SERVICE_BINDING_ROOT which is in line with the service binding standard which is documented https://servicebinding.io/. Environment variables are

(tomcat) 01/02: Add reference to servicebinding.io in javadoc.

2024-05-21 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit a7d010d1c13ac7d5fb187a3a196a0e9d31836a90 Author: Christopher Schultz AuthorDate: Tue May 21 11:51:36 2024 -0400

(tomcat) 02/02: Add note about the automatically-generated nature of the Eclipse .classpath file.

2024-05-21 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 396d6d708e246f7bd8610985f297e291241a4955 Author: Christopher Schultz AuthorDate: Tue May 21 11:50:11 2024 -0400

(tomcat) branch 9.0.x updated (69372a3149 -> 396d6d708e)

2024-05-21 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a change to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git from 69372a3149 Code clean-up - formatting. No functional change new a7d010d1c1 Add reference to servicebinding.io

(tomcat) branch 10.1.x updated (22a5e178b3 -> 48b5f556da)

2024-05-21 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a change to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git from 22a5e178b3 Add support for shallow copies when using WebDAV new 754a39c118 Add note about the automatically

(tomcat) 02/02: Add reference to servicebinding.io in javadoc.

2024-05-21 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 48b5f556dabd0a19ad00260cb942d433e4a3ffd8 Author: Christopher Schultz AuthorDate: Tue May 21 11:51:36 2024 -0400

(tomcat) 01/02: Add note about the automatically-generated nature of the Eclipse .classpath file.

2024-05-21 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 754a39c118212f550883af7731e60cf85645e040 Author: Christopher Schultz AuthorDate: Tue May 21 11:50:11 2024 -0400

(tomcat) branch main updated (4176706761 -> 8fcaf322bb)

2024-05-21 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git from 4176706761 Add support for shallow copies when using WebDAV new bdbce128a2 Add note about the automatically

(tomcat) 01/02: Add note about the automatically-generated nature of the Eclipse .classpath file.

2024-05-21 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git commit bdbce128a2a7d07fd4ad6058fe330b318f7f3b2a Author: Christopher Schultz AuthorDate: Tue May 21 11:50:11 2024 -0400 Add

(tomcat) 02/02: Add reference to servicebinding.io in javadoc.

2024-05-21 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 8fcaf322bb12b6867409fddcdefec2b96ca35655 Author: Christopher Schultz AuthorDate: Tue May 21 11:51:36 2024 -0400 Add

Re: (tomcat-native) branch main updated: Ensure local reference capacity is available for array allocations.

2024-05-20 Thread Christopher Schultz
Michael, On 5/20/24 06:37, Michael Osipov wrote: On 2024/05/17 14:37:32 Christopher Schultz wrote: Michael, On 5/16/24 10:39, Michael Osipov wrote: Not for 1.3.x? Good question. I wasn't sure how much energy we are expecting to put into tcnative 1.3.x. I have no problem back-porting

Re: (tomcat-native) branch main updated: Ensure local reference capacity is available for array allocations.

2024-05-17 Thread Christopher Schultz
: This is an automated email from the ASF dual-hosted git repository. schultz 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 e49f0fe5c Ensure local reference capacity is available

(tomcat-native) branch main updated: Ensure local reference capacity is available for array allocations.

2024-05-16 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz 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 e49f0fe5c Ensure local reference capacity

Re: [tcnative] jnilib.c: tcn_new_array* do not call EnsureLocalCapacity

2024-05-16 Thread Christopher Schultz
Mark, On 5/15/24 15:49, Mark Thomas wrote: On 15/05/2024 13:53, Christopher Schultz wrote: All, We have a few functions in jnilib.c that create new local references e.g. tcn_new_stringn and most of them call EnsureLocalCapacity to make sure the thread doesn't run out of local references

Re: [tcnative] Should we make DEBUG builds available for Windows?

2024-05-16 Thread Christopher Schultz
Mark, On 5/15/24 15:58, Mark Thomas wrote: On 15/05/2024 14:12, Christopher Schultz wrote: IIRC, building a debug version just involves adding something obvious like /DEBUG to the compiler and/or linker and/or NOT stripping-out the debug symbols after the build is complete. Would

(tomcat-native) branch main updated: Use ERR_error_string_n instead of ERR_error_string.

2024-05-15 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz 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 4eaa5c93c Use ERR_error_string_n instead

Re: [tcnative] switch from using ERR_error_string to ERR_error_string_n

2024-05-15 Thread Christopher Schultz
Rémy, On 5/15/24 09:12, Rémy Maucherat wrote: On Tue, May 14, 2024 at 11:15 PM Christopher Schultz wrote: All, I'd like to basically globally-search-and-replace ERR_error_string for ERR_error_string_n and use a #define constant for both the initialization of all char err[256

[tcnative] Should we make DEBUG builds available for Windows?

2024-05-15 Thread Christopher Schultz
All, A recent thread was posted with a tcnative crash with not much in the way of useful information in the error: https://lists.apache.org/thread/m1dbj3w1x1oqftqsbj7jbnvkm2073x1o The error details were: " # EXCEPTION_ACCESS_VIOLATION (0xc005) at pc=0x0001800ccd10, pid=1244,

[tcnative] jnilib.c: tcn_new_array* do not call EnsureLocalCapacity

2024-05-15 Thread Christopher Schultz
All, We have a few functions in jnilib.c that create new local references e.g. tcn_new_stringn and most of them call EnsureLocalCapacity to make sure the thread doesn't run out of local references. I'm fairly sure that calling New*Array will fail if such references cannot be created, but

Re: [tcnative] switch from using ERR_error_string to ERR_error_string_n

2024-05-15 Thread Christopher Schultz
Michael, On 5/15/24 05:14, Michael Osipov wrote: On 2024/05/14 21:15:03 Christopher Schultz wrote: All, I'd like to basically globally-search-and-replace ERR_error_string for ERR_error_string_n and use a #define constant for both the initialization of all char err[256]; and similar

[tcnative] switch from using ERR_error_string to ERR_error_string_n

2024-05-14 Thread Christopher Schultz
All, I'd like to basically globally-search-and-replace ERR_error_string for ERR_error_string_n and use a #define constant for both the initialization of all char err[256]; and similar strings and use that same constant for all calls to ERR_error_string_n.. Any objections? There

svn commit: r1917707 - /tomcat/site/trunk/docs/.well-known/security.txt

2024-05-13 Thread schultz
Author: schultz Date: Mon May 13 18:43:52 2024 New Revision: 1917707 URL: http://svn.apache.org/viewvc?rev=1917707=rev Log: Update security.txt with a current expiration date. Modified: tomcat/site/trunk/docs/.well-known/security.txt Modified: tomcat/site/trunk/docs/.well-known/security.txt

svn commit: r1917706 - in /tomcat/site/trunk: ./ docs/ docs/tomcat-10.1-doc/ docs/tomcat-10.1-doc/annotationapi/ docs/tomcat-10.1-doc/annotationapi/jakarta/annotation/ docs/tomcat-10.1-doc/annotationa

2024-05-13 Thread schultz
Author: schultz Date: Mon May 13 18:34:01 2024 New Revision: 1917706 URL: http://svn.apache.org/viewvc?rev=1917706=rev Log: Update web site to announce 10.1.24. [This commit notification would consist of 103 parts, which exceeds the limit of 50 ones, so it was shortened to the summary

svn commit: r69134 - /release/tomcat/tomcat-10/v10.1.23/

2024-05-13 Thread schultz
Author: schultz Date: Mon May 13 18:33:31 2024 New Revision: 69134 Log: Drop old release artifacts Removed: release/tomcat/tomcat-10/v10.1.23/ - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional

(tomcat) branch 10.1.x updated: Increment version numbers for next release.

2024-05-13 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz 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 707ed8d69d Increment version numbers for next

svn commit: r69132 - /dev/tomcat/tomcat-10/v10.1.24/ /release/tomcat/tomcat-10/v10.1.24/

2024-05-13 Thread schultz
Author: schultz Date: Mon May 13 18:15:10 2024 New Revision: 69132 Log: Promote 10.1.24 to released Added: release/tomcat/tomcat-10/v10.1.24/ - copied from r69131, dev/tomcat/tomcat-10/v10.1.24/ Removed: dev/tomcat/tomcat-10/v10.1.24

[VOTE][RESULT] Release Apache Tomcat 10.1.24

2024-05-13 Thread Christopher Schultz
All, The following votes were cast: +1: schultz, remm, markt, rjung Non-binding: +1: rmannibucau There were no other votes, therefore the vote passes. Thanks to everyone who contributed toward this release. Thanks, -chris The proposed Apache Tomcat 10.1.24 release is now available

Re: [VOTE] Release Apache Tomcat 10.1.24

2024-05-10 Thread Christopher Schultz
/orgapachetomcat-1495 Thanks for replying about this. Apologies for the typo :/ -chris Le ven. 10 mai 2024 à 10:00, Mark Thomas a écrit : On 09/05/2024 19:12, Christopher Schultz wrote: The proposed 10.1.24 release is: [ ] Broken - do not release [X] Stable - go ahead and release as 10.1.24

Re: [VOTE] Release Apache Tomcat 10.1.24

2024-05-09 Thread Christopher Schultz
All, On 5/9/24 14:12, Christopher Schultz wrote: The proposed Apache Tomcat 10.1.24 release is now available for voting. The notable changes compared to 10.1.23 are: - Correct error handling for asynchronous requests - Refactor HTTP header parsing to use common parsing code and fix   non

[VOTE] Release Apache Tomcat 10.1.24

2024-05-09 Thread Christopher Schultz
The proposed Apache Tomcat 10.1.24 release is now available for voting. The notable changes compared to 10.1.23 are: - Correct error handling for asynchronous requests - Refactor HTTP header parsing to use common parsing code and fix non-blocking reads of chunked request bodies including

svn commit: r69067 - in /dev/tomcat/tomcat-10/v10.1.24: ./ bin/ bin/embed/ src/

2024-05-09 Thread schultz
Author: schultz Date: Thu May 9 17:49:05 2024 New Revision: 69067 Log: Upload v10.1.24 for voting Added: dev/tomcat/tomcat-10/v10.1.24/ dev/tomcat/tomcat-10/v10.1.24/KEYS dev/tomcat/tomcat-10/v10.1.24/README.html dev/tomcat/tomcat-10/v10.1.24/RELEASE-NOTES dev/tomcat/tomcat

(tomcat) 01/01: Tag 10.1.24

2024-05-09 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to tag 10.1.24 in repository https://gitbox.apache.org/repos/asf/tomcat.git commit f2a274bc00cf73670a614999561c69a391b5e35f Author: ChristopherSchultz AuthorDate: Thu May 9 13:46:36 2024 -0400 Tag

(tomcat) tag 10.1.24 created (now f2a274bc00)

2024-05-09 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a change to tag 10.1.24 in repository https://gitbox.apache.org/repos/asf/tomcat.git at f2a274bc00 (commit) This tag includes the following new commits: new f2a274bc00 Tag 10.1.24 The 1 revisions

Re: Passing down arbitrary auth attributes down to Realm#authenticate()

2024-05-08 Thread Christopher Schultz
Michael, On 5/8/24 03:01, Michael Osipov wrote: On 2024/05/07 21:10:33 Christopher Schultz wrote: Michael, On 5/7/24 14:06, Michael Osipov wrote: Folks, I am working on a custom Authenticator and Realm where I need to pass down a custom value to Realm#authenticate(), more specially a value

Re: Passing down arbitrary auth attributes down to Realm#authenticate()

2024-05-07 Thread Christopher Schultz
Michael, On 5/7/24 14:06, Michael Osipov wrote: Folks, I am working on a custom Authenticator and Realm where I need to pass down a custom value to Realm#authenticate(), more specially a value obtained from javax.security.auth.Subject#getPrivateCredentials(). Currently, there is no such

Re: (tomcat) branch main updated: Refactor storage of trailer fields to use MimeHeaders

2024-04-29 Thread Christopher Schultz
Mark, On 4/24/24 14:47, 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 added to refs/heads/main by this push: new

(tomcat) branch 10.1.x updated: Add support for timescales with time-taken access log token. (#721)

2024-04-26 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz 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 a7e9d7da69 Add support for timescales

Re: Refactoring heads up

2024-04-26 Thread Christopher Schultz
Mark, On 4/26/24 13:17, Mark Thomas wrote: On 24/04/2024 17:52, Mark Thomas wrote: My plan is to commit these changes to 11.0.x with the low risk parts (e.g. new methods) back-ported. Then, once we can see what is left, we can decide how quickly/slowly we want to back-port the complete fix

Re: Unit tests using tcnative/panama [Was: [Bug 68910] Improve LibreSSL version check in tcnative.m4]

2024-04-26 Thread Christopher Schultz
On 4/18/24 06:05, Rainer Jung wrote: Am 18.04.24 um 09:08 schrieb bugzi...@apache.org: https://bz.apache.org/bugzilla/show_bug.cgi?id=68910 --- Comment #3 from Michael Osipov --- (In reply to Christopher Schultz from comment #1) (In reply to Michael Osipov from comment #0) since we also

Re: (tomcat) branch 10.1.x updated: Fix disastrous cookie-logging patch.

2024-04-26 Thread Christopher Schultz
The following commit(s) were added to refs/heads/10.1.x by this push: new 783815fd94 Fix disastrous cookie-logging patch. 783815fd94 is described below commit 783815fd940a4ac2f6d7df7bd056e071f54d7de6 Author: Christopher Schultz AuthorDate: Fri Apr 19 10:16:36 2024 -0400 Fix disastrous

Re: (tomcat) branch main updated: Fix disastrous cookie-logging patch.

2024-04-26 Thread Christopher Schultz
Chuck, On 4/19/24 10:48, Chuck Caldarale wrote: On Apr 19, 2024, at 09:18, Christopher Schultz wrote: Hopefully this patch has the intended effect. ;) I’m not convinced this change will have any measurable performance improvement. The JVM C2 compiler is pretty good with escape analysis

(tomcat) branch main updated: Add support for timescales with time-taken access log token. (#721)

2024-04-26 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz 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 e9046d96a6 Add support for timescales with time

(tomcat) branch 10.1.x updated: Add release date

2024-04-23 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz 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 0262b2abdc Add release date 0262b2abdc

svn commit: r68733 - in /release/tomcat/tomcat-10: v10.1.19/ v10.1.20/

2024-04-23 Thread schultz
Author: schultz Date: Tue Apr 23 20:40:16 2024 New Revision: 68733 Log: Drop old release artifacts Removed: release/tomcat/tomcat-10/v10.1.19/ release/tomcat/tomcat-10/v10.1.20/ - To unsubscribe, e-mail: dev-unsubscr

svn commit: r1917292 - /tomcat/site/trunk/docs/tomcat-8.5-doc/changelog.html

2024-04-23 Thread schultz
Author: schultz Date: Tue Apr 23 20:37:56 2024 New Revision: 1917292 URL: http://svn.apache.org/viewvc?rev=1917292=rev Log: Update release date for Tomcat 8.5.100. Modified: tomcat/site/trunk/docs/tomcat-8.5-doc/changelog.html Modified: tomcat/site/trunk/docs/tomcat-8.5-doc/changelog.html

svn commit: r1917291 - in /tomcat/site/trunk: ./ docs/ docs/tomcat-10.1-doc/ docs/tomcat-10.1-doc/annotationapi/ docs/tomcat-10.1-doc/annotationapi/jakarta/annotation/ docs/tomcat-10.1-doc/annotationa

2024-04-23 Thread schultz
Author: schultz Date: Tue Apr 23 20:35:05 2024 New Revision: 1917291 URL: http://svn.apache.org/viewvc?rev=1917291=rev Log: Update website to announce the release of Apache Tomcat 10.1.23. [This commit notification would consist of 468 parts, which exceeds the limit of 50 ones, so

svn commit: r68732 - /dev/tomcat/tomcat-10/v10.1.23/ /release/tomcat/tomcat-10/v10.1.23/

2024-04-23 Thread schultz
Author: schultz Date: Tue Apr 23 20:26:28 2024 New Revision: 68732 Log: Promote v10.1.23 to released. Added: release/tomcat/tomcat-10/v10.1.23/ - copied from r68731, dev/tomcat/tomcat-10/v10.1.23/ Removed: dev/tomcat/tomcat-10/v10.1.23

[VOTE][RESULT] Release Apache Tomcat 10.1.23

2024-04-23 Thread Christopher Schultz
All, The following votes were cast: Binding: +1: schultz, remm, markt, rjung, jfclere Non-binding: +1: Dimitris Soumis There were no other votes, therefore the vote passed. I will begin the release process shortly. Thanks to everyone who contributed toward this release. -chris

Re: [VOTE] Release Apache Tomcat 10.1.23

2024-04-23 Thread Christopher Schultz
Jean-Frederic, On 4/23/24 08:27, jean-frederic clere wrote: On 4/23/24 09:47, Mark Thomas wrote: On 23/04/2024 06:35, jean-frederic clere wrote: On 4/17/24 12:00, Mark Thomas wrote: Build is reproducible. My tests here complain about examples, did I miss something. No idea. You'd need to

Re: [VOTE] Release Apache Tomcat 10.1.23

2024-04-23 Thread Christopher Schultz
Jean-Frederic, On 4/23/24 08:27, jean-frederic clere wrote: On 4/23/24 09:47, Mark Thomas wrote: On 23/04/2024 06:35, jean-frederic clere wrote: On 4/17/24 12:00, Mark Thomas wrote: Build is reproducible. My tests here complain about examples, did I miss something. No idea. You'd need to

Re: (tomcat) branch main updated: Fix disastrous cookie-logging patch.

2024-04-19 Thread Christopher Schultz
All, Hopefully this patch has the intended effect. ;) -chris On 4/19/24 10:17, schu...@apache.org wrote: This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git The following

(tomcat) branch main updated: Fix disastrous cookie-logging patch.

2024-04-19 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz 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 cbefe8624e Fix disastrous cookie-logging patch

Re: (tomcat) branch main updated: Don't create a StringBuilder object until we know we have at least one Cookie value to log.

2024-04-19 Thread Christopher Schultz
Mark, On 4/18/24 11:12, Mark Thomas wrote: On 18/04/2024 14:31, schu...@apache.org wrote: This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were

Re: (tomcat) branch main updated: Don't create a StringBuilder object until we know we have at least one Cookie value to log.

2024-04-19 Thread Christopher Schultz
from the ASF dual-hosted git repository. schultz 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 23facd507d Don't create a StringBuilder object until we know we have

Re: (tomcat) 02/02: Re-factor ElapsedTimeElement to use a customizable Style

2024-04-19 Thread Christopher Schultz
Mark, On 4/19/24 08:31, Mark Thomas wrote: On 19/04/2024 13:12, schu...@apache.org wrote: This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git commit

(tomcat) 02/02: Re-factor ElapsedTimeElement to use a customizable Style

2024-04-19 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 1448eccfd86ef6385e0af629c138ab28405ed6c2 Author: Christopher Schultz AuthorDate: Thu Apr 18 10:22:16 2024 -0400

(tomcat) 01/02: Clarify that time-taken is now in seconds and not fractional-seconds.

2024-04-19 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 89433ad101747669eb34d3e30f26caf4e8d59232 Author: Christopher Schultz AuthorDate: Thu Apr 18 09:38:23 2024 -0400

(tomcat) branch 10.1.x updated (1ffc62afa7 -> 1448eccfd8)

2024-04-19 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a change to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git from 1ffc62afa7 Add openssl ffm testing new 89433ad101 Clarify that time-taken is now in seconds and not fractional

(tomcat) 01/02: Clarify that time-taken is now in seconds and not fractional-seconds.

2024-04-19 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git commit cbc2b3500fc4051d6a94530c50d451cf0c79e54d Author: Christopher Schultz AuthorDate: Thu Apr 18 09:38:23 2024 -0400

(tomcat) 02/02: Re-factor ElapsedTimeElement to use a customizable Style

2024-04-19 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git commit d3482c35bf144cc891dfa325b2f2f50460708c23 Author: Christopher Schultz AuthorDate: Thu Apr 18 10:22:16 2024 -0400 Re

(tomcat) branch main updated (899e06a7ba -> d3482c35bf)

2024-04-19 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git from 899e06a7ba Merge branch 'main' of https://github.com/apache/tomcat new cbc2b3500f Clarify that time-taken is now

(tomcat) branch 9.0.x updated: Don't create a StringBuilder object until we know we have at least one Cookie value to log.

2024-04-18 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz 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 4f109c8699 Don't create a StringBuilder object

(tomcat) branch 10.1.x updated: Don't create a StringBuilder object until we know we have at least one Cookie value to log.

2024-04-18 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz 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 e2de58c702 Don't create a StringBuilder object

(tomcat) branch main updated: Don't create a StringBuilder object until we know we have at least one Cookie value to log.

2024-04-18 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz 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 23facd507d Don't create a StringBuilder object

Re: Some remarks on panama libssl loading

2024-04-18 Thread Christopher Schultz
Michael, On 4/17/24 16:46, Michael Osipov wrote: On 2024/04/17 14:21:06 Rainer Jung wrote: Am 17.04.24 um 15:34 schrieb Michael Osipov: Rainer, I do not fully understand the problem here. We use libtool to solve exactly this problem with versioned SONAMEs. It will create symlinks to the

Re: [VOTE] Release Apache Tomcat 10.1.23

2024-04-16 Thread Christopher Schultz
Rémy, On 4/16/24 14:34, Rémy Maucherat wrote: On Tue, Apr 16, 2024 at 3:11 PM Christopher Schultz wrote: The proposed Apache Tomcat 10.1.23 release is now available for voting. Apache Tomcat 10.1.21 was canceled due to a release-build mistake and Apache Tomcat 10.1.22 was cancelled due

Re: [VOTE] Release Apache Tomcat 10.1.23

2024-04-16 Thread Christopher Schultz
All, On 4/16/24 09:11, Christopher Schultz wrote: The proposed Apache Tomcat 10.1.23 release is now available for voting. Apache Tomcat 10.1.21 was canceled due to a release-build mistake and Apache Tomcat 10.1.22 was cancelled due to an option in startup scripts which would have caused Java

[VOTE] Release Apache Tomcat 10.1.23

2024-04-16 Thread Christopher Schultz
The proposed Apache Tomcat 10.1.23 release is now available for voting. Apache Tomcat 10.1.21 was canceled due to a release-build mistake and Apache Tomcat 10.1.22 was cancelled due to an option in startup scripts which would have caused Java 11 environments to fail to start. The notable

Re: Base64 and BASIC authentication

2024-04-16 Thread Christopher Schultz
Mark, On 4/16/24 03:18, Mark Thomas wrote: TL;DR - we need to tighten up parsing of BASIC authentication headers. When I switched out Tomcat's Base64 handling for the built-in JRE handling, I noticed that BASIC authentication was using a very relaxed version of the Base64 decoder. That

(tomcat) branch 8.5.x updated: Set final release date.

2024-04-16 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz 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 8ff7e6fc86 Set final release date. 8ff7e6fc86

svn commit: r68575 - in /dev/tomcat/tomcat-10/v10.1.23: ./ bin/ bin/embed/ src/

2024-04-16 Thread schultz
Author: schultz Date: Tue Apr 16 12:26:24 2024 New Revision: 68575 Log: Upload v10.1.23 for voting Added: dev/tomcat/tomcat-10/v10.1.23/ dev/tomcat/tomcat-10/v10.1.23/KEYS dev/tomcat/tomcat-10/v10.1.23/README.html dev/tomcat/tomcat-10/v10.1.23/RELEASE-NOTES dev/tomcat/tomcat

svn commit: r68574 - /dev/tomcat/tomcat-10/v10.1.22/

2024-04-16 Thread schultz
Author: schultz Date: Tue Apr 16 12:24:13 2024 New Revision: 68574 Log: Drop cancelled release artifacts Removed: dev/tomcat/tomcat-10/v10.1.22/ - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional

(tomcat) 01/01: Tag 10.1.23

2024-04-16 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to tag 10.1.23 in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 9062d27dc5122e8241ea62a4c4312af0dc71da49 Author: ChristopherSchultz AuthorDate: Tue Apr 16 08:22:55 2024 -0400 Tag

(tomcat) tag 10.1.23 created (now 9062d27dc5)

2024-04-16 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a change to tag 10.1.23 in repository https://gitbox.apache.org/repos/asf/tomcat.git at 9062d27dc5 (commit) This tag includes the following new commits: new 9062d27dc5 Tag 10.1.23 The 1 revisions

(tomcat) branch 9.0.x updated: Align tags with XML declaration and Content-Type in @page.

2024-04-15 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz 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 3e9200e1ac Align tags with XML declaration

(tomcat) branch 10.1.x updated: Align tags with XML declaration and Content-Type in @page.

2024-04-15 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz 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 7e40b6dce3 Align tags with XML declaration

(tomcat) branch main updated: Align tags with XML declaration and Content-Type in @page.

2024-04-15 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz 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 460bea9e0a Align tags with XML declaration

(tomcat) branch 9.0.x updated: Add changelog

2024-04-15 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz 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 0f04abd1e0 Add changelog 0f04abd1e0 is described

(tomcat) branch 10.1.x updated: Add changelog

2024-04-15 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz 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 de5c8f1563 Add changelog de5c8f1563

(tomcat) branch main updated: Add changelog

2024-04-15 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz 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 563377b211 Add changelog 563377b211 is described

(tomcat) branch 9.0.x updated: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=68890

2024-04-15 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz 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 7b40e25e0b Fix https://bz.apache.org/bugzilla

(tomcat) branch 10.1.x updated: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=68890

2024-04-15 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz 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 0c45be93dd Fix https://bz.apache.org/bugzilla

(tomcat) branch main updated: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=68890

2024-04-15 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz 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 11402a58ac Fix https://bz.apache.org/bugzilla

[VOTE][CANCELLED] Release Apache Tomcat 10.1.22

2024-04-15 Thread Christopher Schultz
All, I'm cancelling the vote due to an issue raised by rjung which could cause Java 11 environments to fail to start Tomcat due to the introduction of an unsupported JVM startup switch. I'll re-roll the release with an updated script today. Thanks, -chris The proposed Apache Tomcat

Re: (tomcat) 01/06: Remove unused code - thanks to UCDetector

2024-04-15 Thread Christopher Schultz
Mark, On 4/15/24 11:13, Mark Thomas wrote: On 05/04/2024 12:55, Mark Thomas wrote: 5 Apr 2024 04:33:42 Christopher Schultz : Mark, Can't this entire class be replaced with calls to java.util.Base64.get*Encoder and java.util.Base64.get*Decoder wherever necessary? Now that 9.0.x is oldest

svn commit: r1916957 - in /tomcat/site/trunk: docs/whichversion.html xdocs/whichversion.xml

2024-04-13 Thread schultz
Author: schultz Date: Sat Apr 13 12:38:06 2024 New Revision: 1916957 URL: http://svn.apache.org/viewvc?rev=1916957=rev Log: Separate Tomcat versions into those currently supported and those out of support. Modified: tomcat/site/trunk/docs/whichversion.html tomcat/site/trunk/xdocs

svn commit: r1916918 - in /tomcat/site/trunk: docs/whichversion.html xdocs/whichversion.xml

2024-04-11 Thread schultz
Author: schultz Date: Thu Apr 11 14:11:30 2024 New Revision: 1916918 URL: http://svn.apache.org/viewvc?rev=1916918=rev Log: Indicate that Tomcat 8.5.x has actually reached end-of-life. Modified: tomcat/site/trunk/docs/whichversion.html tomcat/site/trunk/xdocs/whichversion.xml Modified

svn commit: r1916917 - /tomcat/site/trunk/tools/update-version.sh

2024-04-11 Thread schultz
Author: schultz Date: Thu Apr 11 14:00:23 2024 New Revision: 1916917 URL: http://svn.apache.org/viewvc?rev=1916917=rev Log: Remove URL-encoding of mailto: subject which apparently isn't necessary. Modified: tomcat/site/trunk/tools/update-version.sh Modified: tomcat/site/trunk/tools/update

Re: [VOTE] Release Apache Tomcat 10.1.22

2024-04-11 Thread Christopher Schultz
Rémy, On 4/11/24 05:18, Rémy Maucherat wrote: On Wed, Apr 10, 2024 at 8:52 PM Christopher Schultz wrote: The proposed Apache Tomcat 10.1.22 release is now available for voting. Apache Tomcat 10.1.21 was canceled due to a release-build mistake. There are no source-level changes between

Re: [VOTE] Release Apache Tomcat 10.1.22

2024-04-10 Thread Christopher Schultz
All, On 4/10/24 2:51 PM, Christopher Schultz wrote: The proposed Apache Tomcat 10.1.22 release is now available for voting. Apache Tomcat 10.1.21 was canceled due to a release-build mistake. There are no source-level changes between 10.1.21 and 10.1.22. The notable changes compared

[VOTE] Release Apache Tomcat 10.1.22

2024-04-10 Thread Christopher Schultz
The proposed Apache Tomcat 10.1.22 release is now available for voting. Apache Tomcat 10.1.21 was canceled due to a release-build mistake. There are no source-level changes between 10.1.21 and 10.1.22. The notable changes compared to 10.1.20 are: - Add OpenSSL support when FFM is available -

svn commit: r68422 - in /dev/tomcat/tomcat-10/v10.1.22: ./ bin/ bin/embed/ src/

2024-04-10 Thread schultz
Author: schultz Date: Wed Apr 10 16:56:47 2024 New Revision: 68422 Log: Upload release 10.1.22 for voting. Added: dev/tomcat/tomcat-10/v10.1.22/ dev/tomcat/tomcat-10/v10.1.22/KEYS dev/tomcat/tomcat-10/v10.1.22/README.html dev/tomcat/tomcat-10/v10.1.22/RELEASE-NOTES dev/tomcat

(tomcat) 01/01: Tag 10.1.22

2024-04-10 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to tag 10.1.22 in repository https://gitbox.apache.org/repos/asf/tomcat.git commit fd9c0bb1f0a7e586daabfda625ef50827bcfddf3 Author: ChristopherSchultz AuthorDate: Wed Apr 10 12:54:54 2024 -0400 Tag

svn commit: r68421 - /dev/tomcat/tomcat-10/v10.1.21/

2024-04-10 Thread schultz
Author: schultz Date: Wed Apr 10 16:55:57 2024 New Revision: 68421 Log: Drop failed release Removed: dev/tomcat/tomcat-10/v10.1.21/ - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e

(tomcat) tag 10.1.22 created (now fd9c0bb1f0)

2024-04-10 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a change to tag 10.1.22 in repository https://gitbox.apache.org/repos/asf/tomcat.git at fd9c0bb1f0 (commit) This tag includes the following new commits: new fd9c0bb1f0 Tag 10.1.22 The 1 revisions

(tomcat) tag 10.1.21 deleted (was 9a207bc5e7)

2024-04-10 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a change to tag 10.1.21 in repository https://gitbox.apache.org/repos/asf/tomcat.git *** WARNING: tag 10.1.21 was deleted! *** was 9a207bc5e7 Tag 10.1.21 This change permanently discards the following

Re: [VOTE][CANCELLED] Release Apache Tomcat 10.1.21

2024-04-10 Thread Christopher Schultz
I am cancelling this release because it was built with the wrong JDK version. I will re-build the release shortly as 10.1.22. -chris On 4/9/24 15:42, Christopher Schultz wrote: The proposed Apache Tomcat 10.1.21 release is now available for voting. The notable changes compared to 10.1.21

Re: [VOTE] Release Apache Tomcat 9.0.88

2024-04-10 Thread Christopher Schultz
Rémy, Thanks for RMing. On 4/9/24 09:54, Rémy Maucherat wrote: The proposed Apache Tomcat 9.0.88 release is now available for voting. The notable changes compared to 9.0.87 are: - Cookies header generation enhancements. - Fix regression when reloading TLS configuration and files. For full

Re: [VOTE] Release Apache Tomcat 10.1.21

2024-04-10 Thread Christopher Schultz
Rémy, On 4/10/24 5:18 AM, Rémy Maucherat wrote: On Tue, Apr 9, 2024 at 9:42 PM Christopher Schultz wrote: The proposed Apache Tomcat 10.1.21 release is now available for voting. The notable changes compared to 10.1.21 are: - Add OpenSSL support when FFM is available This was built

(tomcat) branch 10.1.x updated: Increment version numbers for next release.

2024-04-09 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz 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 1f06766924 Increment version numbers for next

  1   2   3   4   5   6   7   8   9   10   >