]> git.aero2k.de Git - tmp/jakarta-migration.git/commit
CSPACE-3911: Workaround to make it possible to ingest legal XML documents containing...
authorAron Roberts <aron@socrates.berkeley.edu>
Fri, 30 Sep 2011 20:51:24 +0000 (20:51 +0000)
committerAron Roberts <aron@socrates.berkeley.edu>
Fri, 30 Sep 2011 20:51:24 +0000 (20:51 +0000)
commitbc0add69c8c07674c32164a4343f266c9287f864
tree40f14b9946322c2d745b7521f360377b5b074392
parenta79657f1ceb15bf8512b258b2c7fa5692b17ba78
CSPACE-3911: Workaround to make it possible to ingest legal XML documents containing XML entities (e.g. '&amp;', '&lt;', '&quot;') into the Imports service, by 'double-encoding' ampersands at the start of those entities.  This is intended to preserve those entities past an initial parse, that takes place during a pre-processor stage of the import process.
services/imports/service/src/main/java/org/collectionspace/services/imports/ImportsResource.java