aeolus-incubator / tim

Web application for managing virtual images to be deployed in the cloud
www.aeolusproject.org
MIT License
3 stars 6 forks source link

Catch XML Syntax Error exceptions in Template #62

Closed mtaylor closed 11 years ago

mtaylor commented 11 years ago

Previously the Template validator raised an XML Syntax exception when the XML was malformed. This is incorrect behaviour for a Rails validator. We now catch the exception and add it to template.errors

https://github.com/aeolus-incubator/tim/issues/55