You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 5, 2026. It is now read-only.
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'.
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 ispkg:golang/example%20.com/widgets%2B@v1.0.0%2B5?x-plus=%2B#a%20. '+' can be encoded as '+' or '%2B', never '%20'.