[
https://issues.apache.org/jira/browse/ROL-1957?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Glen Mazza resolved ROL-1957.
-----------------------------
Resolution: Fixed
Fix Version/s: 5.1
This was fixed earlier in upcoming 5.0.2 (or maybe in 5.0.1), however Roller
trunk (upcoming 5.1) still has this problem and I fixed it there. Thanks for
letting us know about it!
> 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
> Fix For: 5.1
>
>
> 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