This is an automated email from the ASF dual-hosted git repository. remm 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 13665c1d45 trimCredentials was removed 13665c1d45 is described below commit 13665c1d456aff625648b7141f261907c0b6fb3d Author: remm <r...@apache.org> AuthorDate: Mon Sep 23 11:07:44 2024 +0200 trimCredentials was removed --- java/org/apache/catalina/authenticator/mbeans-descriptors.xml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/java/org/apache/catalina/authenticator/mbeans-descriptors.xml b/java/org/apache/catalina/authenticator/mbeans-descriptors.xml index bcb6601bc3..cb4b4f77bb 100644 --- a/java/org/apache/catalina/authenticator/mbeans-descriptors.xml +++ b/java/org/apache/catalina/authenticator/mbeans-descriptors.xml @@ -67,10 +67,6 @@ description="The name of the LifecycleState that this component is currently in" type="java.lang.String" writeable="false"/> - - <attribute name="trimCredentials" - description="Controls whether leading and/or trailing whitespace is removed from the parsed credentials" - type="boolean"/> </mbean> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org