Skip to content
This repository was archived by the owner on May 5, 2026. It is now read-only.
This repository was archived by the owner on May 5, 2026. It is now read-only.

PURLs containing plus signs turn into PURLs containing spaces #67

@matt-phylum

Description

@matt-phylum

If package-url-java is asked to encode the components {"type": "golang", "namespace": "example+.com", "name": "widgets+", "version": "v1.0.0+5", "qualifiers": {"x-plus": "+"}, "subpath": "a+"}, the result is pkg:golang/example%20.com/widgets%2B@v1.0.0%2B5?x-plus=%2B#a%20. '+' can be encoded as '+' or '%2B', never '%20'.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions