Details
-
Bug
-
Resolution: Fixed
-
Major
-
10.9
-
None
-
Unknown
-
N/A
-
N/A
-
Description
When providing a bad XML file, such as containing:
<property> <code> $('<a></a>'); </code> </property>
running `mvn xar:verify` succeeds, but the page cannot be imported.
Expected:
xar:verify should immediately fails with the appropriate error.