-
-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Labels
component/runtimeRuntime behavior of test containerRuntime behavior of test containerkind/enhancementEnhancement of existing featureEnhancement of existing feature
Milestone
Description
Reason/Context
We discovered in #246 that if your remote artifact URL contains encoded chars (like %2F% instead of / that is required in the GitLab urls), the encoding/decoding phase of API calling flattens these chars and transform the final URL - that leads to a download error on the Microcks side.
Description
We must encode the remote artifact URL before transmitting to the Microcks API.
In the meantime, and as a workaround, you can encode URL yourself when building the RemoteArtifact.
Use something like: RemoteArtifact.of(URLEncoder.encore(url, StandardCharsets.UTF_8), "my-secret"))
Implementation ideas
No response
Metadata
Metadata
Assignees
Labels
component/runtimeRuntime behavior of test containerRuntime behavior of test containerkind/enhancementEnhancement of existing featureEnhancement of existing feature