techtalk / JiraRestClient

A simple client for Atlassian JIRA service REST API
Other
65 stars 80 forks source link

Email Address as username returns 401 Unauthorized against Ondemand. #5

Open bsmithb2 opened 10 years ago

bsmithb2 commented 10 years ago

Hi,

Great tool by the way, the only issue I've found is that the Base64 encoding/basic auth doesn't work when you use email addresses as the login, against ondemand instances.

ie - username: foo@foo.com doesn't work, but username:import does. password same in both.

I suspect the encoding doesn't like the punctuation and special symbols, but I can't be sure.