You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2010/01/11 22:36:40 UTC

DO NOT REPLY [Bug 48524] New: Property keys not present in the default file

https://issues.apache.org/bugzilla/show_bug.cgi?id=48524

           Summary: Property keys not present in the default file
           Product: Tomcat 7
           Version: trunk
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Catalina
        AssignedTo: dev@tomcat.apache.org
        ReportedBy: sebb@apache.org


Property keys in localised files should all be present in the default file,
e.g. all keys in LocalStrings_ja.properties should be in the corresponding
LocalStrings.properties.

However, that's not always the case:

File: java\org\apache\catalina\core\LocalStrings_es.properties
Cannot find basekey: 'standardWrapper.privilegedServlet'
Cannot find basekey: 'applicationFilterConfig.restrictedFiltersResource'
Cannot find basekey: 'applicationFilterConfig.privilegedFilter'
Cannot find basekey: 'standardWrapper.restrictedServletsResource'
File: java\org\apache\catalina\core\LocalStrings_fr.properties
Cannot find basekey: 'standardWrapper.privilegedServlet'
File: java\org\apache\catalina\core\LocalStrings_ja.properties
Cannot find basekey: 'standardWrapper.privilegedServlet'
File: java\org\apache\catalina\manager\host\LocalStrings_es.properties
Cannot find basekey: 'hostManagerServlet.cannotInvoke'
File: java\org\apache\catalina\realm\LocalStrings_es.properties
Cannot find basekey: 'jaasRealm.authenticatedSuccess'
File: java\org\apache\jasper\resources\LocalStrings_fr.properties
Cannot find basekey: 'jsp.error.tld.fn.invalid.signature.classnotfound'
Cannot find basekey: 'jsp.error.useBean.noSession'
Cannot find basekey: 'jsp.warning.unknown.element.in.TLD'
File: java\org\apache\jasper\resources\LocalStrings_ja.properties
Cannot find basekey: 'jsp.error.useBean.noSession'

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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


DO NOT REPLY [Bug 48524] Property keys not present in the default file

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=48524

Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #2 from Mark Thomas <ma...@apache.org> 2010-01-12 03:42:41 GMT ---
Fixed in trunk. Thanks for the report.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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


DO NOT REPLY [Bug 48524] Property keys not present in the default file

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=48524

Konstantin Kolinko <kn...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |minor

--- Comment #1 from Konstantin Kolinko <kn...@gmail.com> 2010-01-11 15:18:39 UTC ---
(In reply to comment #0)
> Property keys in localised files should all be present in the default file,

I would not say so. You will not notice any difference if there is no Java code
to load them.

E.g., 
standardWrapper.privilegedServlet
that you mentioned is present in the current TC 5.5 version of the resource.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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