Open argherna opened 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.
{ "user", "abcd:1234" }
abcd
I've submitted a pull request for this issue, strictly for your review. Could this be merged and put into Maven central?
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 asabcd
.