discipl / core

Discipl Core
GNU General Public License v3.0
9 stars 8 forks source link

References containing ':' will get cut off #18

Closed pimotte closed 5 years ago

pimotte commented 5 years ago

Due to the way splitLink works, any connector that produces references containing ':' will not work.

Possibilities:

bkaptijn commented 5 years ago

following the DID specification, references may contain the DID_DELIMITER so it should not get cut off:

splitted[3:].join(DID_DELIMITER) is fine