anancarv / python-artifactory

Typed interactions with the Jfrog Artifactory REST API
MIT License
55 stars 50 forks source link

fix: encode artifact path as url #156

Closed rgezikov closed 5 months ago

rgezikov commented 5 months ago

Description

This change encodes artifacts path in a way suitable for including as a part of a URL.

Fixes # (issue)

Downloading of artifacts with some characters (for instance a hash sign '#') didn't work.

Type of change

Please delete options that are not relevant.

How has it been tested ?

Checklist:

anancarv commented 5 months ago

@rgezikov your changes have been published.