Actions
Bug #4066
closedAllow legacy LSIDs to be parsed, but not serialized
Start date:
05/13/2009
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
4066
Description
After shifting to a non-IBM implementation of LSIDs, a few workflows were encountered that had actors using dots (.) as delimiters between the objectId and revision:
<property name="entityId" class="org.kepler.moml.NamedObjId" value="urn:lsid:ecoinformatics.org:kepler.251.1"></property>
Rather than completely disallowing this, we should be able to parse the old format, but only write the new format (using only colons (:) to delimit all 6 elements of the LSID.
Actions