nyyManni / jiralib2

Lisp bindings to JIRA REST API (used by Ejira)
GNU General Public License v3.0
21 stars 21 forks source link

Fix long usernames/passwords failing due to newline in base64 #5

Closed Jasu closed 4 years ago

Jasu commented 4 years ago

A long username or password causes base64-encode-string to add a line break by defauily. This in turn causes the following error: user-error: Login denied: please login in the browser.

Fixed it by disabling line breaking in base64-encode-string.