jira-node / node-jira-client

A Node.js wrapper for the Jira REST API
https://jira-node.github.io/
MIT License
450 stars 169 forks source link

URL is not encoded, using special characters is broken (æøå) #277

Closed kentora closed 4 years ago

kentora commented 4 years ago

When trying to download attachments with special characters in the filename, Jira responds with error 400. This cannot be fixed by encoding the filename outside the library, this is reverted later. URL should be encoded.