-
Notifications
You must be signed in to change notification settings - Fork 199
Open
Milestone
Description
I'm struggling to understand the PURL spec with respect to qualifier value encoding.
After carefully reading the spec, and some discussions (like #459) I wonder if the README as well as some purl type examples are incorrect.
For example, the Some PURL examples section of the current README version contains an example PURL that is invalid according to the current spec (if I'm reading it right). The offending PURL is:
pkg:maven/org.apache.xmlgraphics/batik-anim@1.9.1?repository_url=repo.spring.io/release
which, according to the current spec (again, if I'm reading it right), needs to have the slash /
separator of the repository_url
qualifier value escaped to:
pkg:maven/org.apache.xmlgraphics/batik-anim@1.9.1?repository_url=repo.spring.io%2Frelease
Am I right in this observation?
Metadata
Metadata
Assignees
Labels
No labels