Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Site renderer
-
Labels:None
Description
this class seems to have been added specifically as a hack to get *.vm files working in the site. It uses a static variable to point to a single resource no matter what is looked up.
It would be better to move this to Doxia and configure it with the actual resource tree (src/site/apt, src/site/resources, etc.) and set it on the velocity component per execution if possible.