Bug 45209

Summary: xml.catalog.verbosity has not effect when CatalogManager.properties not used
Product: XmlCommons - Now in JIRA Reporter: Earl Hood <earl>
Component: ResolverAssignee: Commons Developers Mailing List <commons-dev>
Status: CLOSED FIXED    
Severity: normal    
Priority: P2    
Version: 1.x   
Target Milestone: ---   
Hardware: All   
OS: All   
Attachments: Patch to honor xml.catalog.verbosity setting

Description Earl Hood 2008-06-15 11:27:22 UTC
Created attachment 22129 [details]
Patch to honor xml.catalog.verbosity setting

When one uses the resolver w/o a CatalogManager.properties
file, the xml.catalog.verbosity sysprop setting has no
effect.

I've attached a patch that fixes this problem.

The way the patch is implemented it will cause the
sysprop setting to override any setting in CatalogManager.properties,
if the file is used.  This seems to be acceptable since
one should be able to "override" the verbosity setting via
a sysprop setting w/o having to edit the file.
Comment 1 David Crossley 2008-06-25 01:15:11 UTC
Thanks, patch applied in r671455. I did some manual testing via Apache Forrest, to set the verbosity using various different means.