Unsafe File construction in ModelledResourceManagerImpl.findBlueprints()
------------------------------------------------------------------------
Key: ARIES-521
URL: https://issues.apache.org/jira/browse/ARIES-521
Project: Aries
Issue Type: Bug
Components: Application
Affects Versions: 0.2, 0.1, 0.3, Incubation, 1.0
Reporter: Mark Nuttall
Assignee: Mark Nuttall
Fix For: 0.3, Incubation, 1.0
ModelledResourceManagerImpl.findBlueprints(Collection<IDirectory>) builds a
File from IFile.toString(). This fails on Windows when the IFile has a space in
its path name. Change IFile.toString to use IFile.toURL().toURI()
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.