sw360 / capycli

CaPyCLI - Python scripts for software license compliance automation with SW360
Other
13 stars 7 forks source link

Finally fix #70 with correct percent-encoding #72

Closed gernot-h closed 4 months ago

gernot-h commented 5 months ago

As discussed in #71, the previous fix hard-replaced certain special characters by ":" in all external references, so this reverts #71.

Instead, I think we need to percent-encode filenames.

gernot-h commented 5 months ago

@cboehm-it, @sachinshaji, perhaps you want to have a look and test with your use case.