You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by mi...@apache.org on 2023/06/30 11:40:29 UTC

[tomcat] branch main updated: Remove used property

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.git


The following commit(s) were added to refs/heads/main by this push:
     new b9a8bd4fda Remove used property
b9a8bd4fda is described below

commit b9a8bd4fdaf31b0cc08cc72f95c802d35bb885f2
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Fri Jun 30 13:24:02 2023 +0200

    Remove used property
---
 java/org/apache/catalina/core/LocalStrings.properties | 1 -
 1 file changed, 1 deletion(-)

diff --git a/java/org/apache/catalina/core/LocalStrings.properties b/java/org/apache/catalina/core/LocalStrings.properties
index aa6e810ba7..fd59aa65dc 100644
--- a/java/org/apache/catalina/core/LocalStrings.properties
+++ b/java/org/apache/catalina/core/LocalStrings.properties
@@ -166,7 +166,6 @@ pushBuilder.noPath=It is illegal to call push() before setting a path
 
 propertiesRoleMappingListener.roleMappingFileNull=Role mapping file cannot be null
 propertiesRoleMappingListener.roleMappingFileEmpty=Role mapping file cannot be empty
-propertiesRoleMappingListener.roleMappingFileNotFound=Role mapping file [{0}] not found
 propertiesRoleMappingListener.roleMappingFileFail=Failed to load role mapping file [{0}]
 propertiesRoleMappingListener.linkedRole=Successfully linked application role [{0}] to technical role [{1}]
 propertiesRoleMappingListener.linkedRoleCount=Linked [{0}] application roles to technical roles


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


Re: [tomcat] branch main updated: Remove used property

Posted by Rémy Maucherat <re...@apache.org>.
On Fri, Jun 30, 2023 at 4:06 PM Michael Osipov <mi...@apache.org> wrote:
>
> On 2023/06/30 11:51:40 Rémy Maucherat wrote:
> > On Fri, Jun 30, 2023 at 1:40 PM <mi...@apache.org> wrote:
> > >
> > > 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.git
> > >
> > >
> > > The following commit(s) were added to refs/heads/main by this push:
> > >      new b9a8bd4fda Remove used property
> > > b9a8bd4fda is described below
> > >
> > > commit b9a8bd4fdaf31b0cc08cc72f95c802d35bb885f2
> > > Author: Michael Osipov <mi...@apache.org>
> > > AuthorDate: Fri Jun 30 13:24:02 2023 +0200
> > >
> > >     Remove used property
> >
> > TBH, I left it there on purpose to have it translated for 8.5.
>
> You mean it is propagated into 8.5? I see your point, but the code in 8.5.x didn't change and Tomcat 8.5.x will be history next year. I wouldn't bother unless something is broken.

Yes, letting the translations trickle down is easy.

> Is that fine by you?

Ok.

Rémy

>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: dev-help@tomcat.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


Re: [tomcat] branch main updated: Remove used property

Posted by Michael Osipov <mi...@apache.org>.
On 2023/06/30 11:51:40 Rémy Maucherat wrote:
> On Fri, Jun 30, 2023 at 1:40 PM <mi...@apache.org> wrote:
> >
> > 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.git
> >
> >
> > The following commit(s) were added to refs/heads/main by this push:
> >      new b9a8bd4fda Remove used property
> > b9a8bd4fda is described below
> >
> > commit b9a8bd4fdaf31b0cc08cc72f95c802d35bb885f2
> > Author: Michael Osipov <mi...@apache.org>
> > AuthorDate: Fri Jun 30 13:24:02 2023 +0200
> >
> >     Remove used property
> 
> TBH, I left it there on purpose to have it translated for 8.5.

You mean it is propagated into 8.5? I see your point, but the code in 8.5.x didn't change and Tomcat 8.5.x will be history next year. I wouldn't bother unless something is broken.

Is that fine by you?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


Re: [tomcat] branch main updated: Remove used property

Posted by Rémy Maucherat <re...@apache.org>.
On Fri, Jun 30, 2023 at 1:40 PM <mi...@apache.org> wrote:
>
> 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.git
>
>
> The following commit(s) were added to refs/heads/main by this push:
>      new b9a8bd4fda Remove used property
> b9a8bd4fda is described below
>
> commit b9a8bd4fdaf31b0cc08cc72f95c802d35bb885f2
> Author: Michael Osipov <mi...@apache.org>
> AuthorDate: Fri Jun 30 13:24:02 2023 +0200
>
>     Remove used property

TBH, I left it there on purpose to have it translated for 8.5.

Rémy

> ---
>  java/org/apache/catalina/core/LocalStrings.properties | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/java/org/apache/catalina/core/LocalStrings.properties b/java/org/apache/catalina/core/LocalStrings.properties
> index aa6e810ba7..fd59aa65dc 100644
> --- a/java/org/apache/catalina/core/LocalStrings.properties
> +++ b/java/org/apache/catalina/core/LocalStrings.properties
> @@ -166,7 +166,6 @@ pushBuilder.noPath=It is illegal to call push() before setting a path
>
>  propertiesRoleMappingListener.roleMappingFileNull=Role mapping file cannot be null
>  propertiesRoleMappingListener.roleMappingFileEmpty=Role mapping file cannot be empty
> -propertiesRoleMappingListener.roleMappingFileNotFound=Role mapping file [{0}] not found
>  propertiesRoleMappingListener.roleMappingFileFail=Failed to load role mapping file [{0}]
>  propertiesRoleMappingListener.linkedRole=Successfully linked application role [{0}] to technical role [{1}]
>  propertiesRoleMappingListener.linkedRoleCount=Linked [{0}] application roles to technical roles
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: dev-help@tomcat.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org