[
https://issues.jboss.org/browse/AS7-1920?page=com.atlassian.jira.plugin.s...
]
Jason Greene commented on AS7-1920:
-----------------------------------
The only issue with a well formed xml check is that it would only work for documents that
had one root element. If they can have more than one, then there is a rare chance it could
be processed incomplete. AFAIK we don't have anything which has multiple root
elements.
Doing the well formed check is pretty easy. Just setup a SAXParser with no event handlers
and turn validation off.
Support non-Zip based archives for deployment
---------------------------------------------
Key: AS7-1920
URL:
https://issues.jboss.org/browse/AS7-1920
Project: Application Server 7
Issue Type: Task
Reporter: Jesper Pedersen
Assignee: Jason Greene
We need to support file deployments that aren't a ZIP based archive.
These deployments should also be passed through the DUPs.
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira