Harsh Gupta created ROL-1957:
--------------------------------
Summary: Unable to find RSD template
Key: ROL-1957
URL: https://issues.apache.org/jira/browse/ROL-1957
Project: Roller
Issue Type: Bug
Components: Web Services
Affects Versions: 5.0.1
Environment: any
Reporter: Harsh Gupta
Assignee: Roller Unassigned
RSDServlet doesn't defines the correct path to RSD.vm template.
Following line in RSDServlet.java
Template template = new StaticTemplate("rsd.vm", "velocity");
needs to be changed to
Template template = new StaticTemplate("weblog/rsd.vm", "velocity");
to correctly find the RSD.vm file
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira