SynBioDex / libSBOLj

Java Library for Synthetic Biology Open Language (SBOL)
Apache License 2.0
37 stars 24 forks source link

Problem with fix URI prefixes with overlapping prefix names #561

Open cjmyers opened 5 years ago

cjmyers commented 5 years ago

The error below happens when uploading to changing URI prefix for a document that includes overlapping URI prefixes like:

https://www.first/ https://www.second/

Error: java.lang.IllegalArgumentException: Unable to set default URI prefix to non-compliant value `https://www./' at org.sbolstandard.core2.SBOLDocument.setDefaultURIprefix(SBOLDocument.java:4474) at org.sbolstandard.core2.SBOLDocument.fixDocumentURIPrefix(SBOLDocument.java:2363) at org.sbolstandard.core2.SBOLDocument.changeURIPrefixVersion(SBOLDocument.java:2865)