timit / jaasmine

JAAS Applied (Utilities and Helper Classes)
Apache License 2.0
0 stars 1 forks source link

Basic authentication passwords are misinterpreted #2

Open argherna opened 7 years ago

argherna commented 7 years ago

Passwords with ":" characters are being misinterpreted in BASIC authentication. For example, if a username password combination is { "user", "abcd:1234" }, the password is being interpreted as abcd.

argherna commented 7 years ago

I've submitted a pull request for this issue, strictly for your review. Could this be merged and put into Maven central?