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

svn commit: r1917572 - in /tomcat/site/trunk: docs/download-11.html docs/index.html docs/migration-11.0.html docs/oldnews.html xdocs/download-11.xml xdocs/index.xml xdocs/migration-11.0.xml xdocs/oldn

2024-05-08 Thread markt
Author: markt Date: Wed May 8 12:29:00 2024 New Revision: 1917572 URL: http://svn.apache.org/viewvc?rev=1917572=rev Log: Update site for release of Tomcat 11.0.0-M20 Modified: tomcat/site/trunk/docs/download-11.html tomcat/site/trunk/docs/index.html

svn commit: r1917571 - in /tomcat/site/trunk: ./ docs/tomcat-11.0-doc/ docs/tomcat-11.0-doc/annotationapi/ docs/tomcat-11.0-doc/annotationapi/jakarta/annotation/ docs/tomcat-11.0-doc/annotationapi/jak

2024-05-08 Thread markt
Author: markt Date: Wed May 8 12:24:40 2024 New Revision: 1917571 URL: http://svn.apache.org/viewvc?rev=1917571=rev Log: Update docs for 11.0.0-M20 release [This commit notification would consist of 108 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

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

2024-05-08 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm 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 9f44f3e9ae Add release date 9f44f3e9ae is described

(tomcat-tck) branch main updated: Remove unnecessary duplicates

2024-05-08 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-tck.git The following commit(s) were added to refs/heads/main by this push: new a1cd7e1 Remove unnecessary duplicates a1cd7e1

(tomcat) branch 9.0.x updated: Remove unnecessary dependency. The API classes are included in this JAR

2024-05-08 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 3c71c18b4c Remove unnecessary dependency. The API

(tomcat) branch 10.1.x updated: Remove unnecessary dependency. The API classes are included in this JAR

2024-05-08 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 640fc9141c Remove unnecessary dependency. The

(tomcat) branch main updated: Remove unnecessary dependency. The API classes are included in this JAR

2024-05-08 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 508e70347a Remove unnecessary dependency. The API

svn commit: r1917568 - /tomcat/site/trunk/docs/tck/websocket-2.2.0-tomcat-11.0.0-M20.txt

2024-05-08 Thread markt
Author: markt Date: Wed May 8 10:03:37 2024 New Revision: 1917568 URL: http://svn.apache.org/viewvc?rev=1917568=rev Log: TCK Results - WebSocket 2.2.0 - Tomcat 11.0.0-M20 Added: tomcat/site/trunk/docs/tck/websocket-2.2.0-tomcat-11.0.0-M20.txt Added:

(tomcat-tck) branch main updated: Version updates

2024-05-08 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-tck.git The following commit(s) were added to refs/heads/main by this push: new e708caa Version updates e708caa is described

svn commit: r69036 - /dev/tomcat/tomcat-11/v11.0.0-M20/ /release/tomcat/tomcat-11/v11.0.0-M20/

2024-05-08 Thread markt
Author: markt Date: Wed May 8 09:24:34 2024 New Revision: 69036 Log: Release Apache Tomcat 11.0.0-M20 Added: release/tomcat/tomcat-11/v11.0.0-M20/ - copied from r69035, dev/tomcat/tomcat-11/v11.0.0-M20/ Removed: dev/tomcat/tomcat-11/v11.0.0-M20/

[VOTE][RESULT] Release Apache Tomcat 11.0.0-M20

2024-05-08 Thread Mark Thomas
The following votes were cast: Binding: +1: isapir, rjung, remm, markt No other votes were cast. The vote therefore passes. Thanks to everyone who contributed to this release. Mark - To unsubscribe, e-mail:

(tomcat) branch 9.0.x updated: Fix incorrect error message

2024-05-08 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 6f1116254b Fix incorrect error message 6f1116254b

(tomcat) branch 10.1.x updated: Fix incorrect error message

2024-05-08 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 a0b69c6a84 Fix incorrect error message

(tomcat) branch main updated: Fix incorrect error message

2024-05-08 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 07d1025ac0 Fix incorrect error message 07d1025ac0 is

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

2024-05-08 Thread Michael Osipov
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 > > obtained from

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

2024-05-08 Thread Michael Osipov
On 2024/05/07 18:20:46 Mark Thomas wrote: > On 07/05/2024 19: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