Bug 109171

Summary: PatternStylesheetResolver should be the default setting
Product: [Retired] Red Hat Web Application Framework Reporter: Daniel BerrangĂ© <berrange>
Component: otherAssignee: Vadim Nasardinov <vnasardinov>
Status: CLOSED RAWHIDE QA Contact: Jon Orris <jorris>
Severity: medium Docs Contact:
Priority: medium    
Version: nightly   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2003-11-06 23:41:10 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 106597, 108156    

Description Daniel Berrangé 2003-11-05 13:54:54 UTC
Description of problem:

The enterprise.init file setting for templating stylesheet resolver
was defaulted to 'PatternStylesheetResolver', however when
c.a.templating.Initializer was removed, the default was reverted to
the LegacyStylesheetResolver. 

The LegacyStyleshsetResolver should not be default since it based on
the deprecated SiteNode & PacakgeType APIs & it severly limited in its
functionality. Since I submitted p4 35159, PatternStylesheetResolver
is fully operational for Core & CMS out of the box.

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Richard Li 2003-11-05 14:16:12 UTC
Ah, good ticket. A similar conclusion is being reached on bug 108156.

Comment 2 Vadim Nasardinov 2003-11-06 18:02:13 UTC
Addressed with change 37765.