This repository was archived by the owner on Oct 14, 2024. It is now read-only.
v2.15.0
Fixes a panic which occurs if an input which is a valid URL doesn't have either 2 or 3 parts to the opaque once split. The only valid lengths for PURL opaques once split are 2 and 3, so this PR returns an empty PURL if the PURL being parsed is invalid.