web-ui icon indicating copy to clipboard operation
web-ui copied to clipboard

Character % is not encoded in URLs

Open rapenne-s opened this issue 11 months ago • 0 comments

When trying to use the app webamp on a directory whose name contains a % character, it fails to load the resources with a http error. The url contains the % character as this, while it should be encoded in %25.

For instance, the directory "100% foobar" would call the url "100%%20foobar" instead of "100%25%20foobar".

rapenne-s avatar Jan 24 '25 22:01 rapenne-s