Bug 111563

Summary: Parameters referring to files should use the URLParameter
Product: [Retired] Red Hat Web Application Framework Reporter: Daniel BerrangĂ© <berrange>
Component: otherAssignee: ccm-bugs-list
Status: CLOSED WONTFIX 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: 2006-09-02 17:29:57 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:

Description Daniel Berrangé 2003-12-05 14:50:59 UTC
Description of problem:
There are several parameters which refer to files loaded via the
ClassLoader#getResource method which are represented as
StringParameter instances. To ensure validation these should be
switched to use URLParameter and the resource:/// protocol.

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


How reproducible:


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


Expected results:


Additional info:
Some of the parameters are:

waf.templating.stylesheet_paths=/WEB-INF/resources/aplaws-stylesheet-paths.txt
com.arsdigita.cms.ContentSectionConfig.item_adapters_file=/WEB-INF/resources/aplaws-cms-item-adapters.xml

Comment 1 Daniel Berrangé 2006-09-02 17:29:57 UTC
Closing old tickets