Bug 48967

Summary: Externalize Strings "catalina.base" and "catalina.home"
Product: Tomcat 6 Reporter: Marc Guillemot <mguillemot>
Component: CatalinaAssignee: Tomcat Developers Mailing List <dev>
Status: RESOLVED FIXED    
Severity: enhancement CC: mguillemot
Priority: P2    
Version: 6.0.26   
Target Milestone: default   
Hardware: PC   
OS: Linux   
Attachments: Patch externalizing strings

Description Marc Guillemot 2010-03-23 14:19:02 UTC
Created attachment 25169 [details]
Patch externalizing strings

Strings "catalina.base" and "catalina.home" are present multiple times in the code base. Most of them should be replaced by a reference to a constant.
Comment 1 Rainer Jung 2010-07-16 11:32:32 UTC
Possible patch available for review under

http://people.apache.org/~rjung/patches/trunk-catalina_home_base.patch
Comment 2 Rainer Jung 2010-09-02 11:07:47 UTC
Thanks for the patch.

Applied to TC 7 in r991959 and r991965.

I won't propose for backport to TC 6.