commit | 49d058cd2578bb1c31c619b004e8f8192b7fb40b | [log] [tgz] |
---|---|---|
author | Michael Osipov <michaelo@apache.org> | Wed Nov 14 22:50:11 2018 +0100 |
committer | Michael Osipov <michaelo@apache.org> | Sun Dec 16 22:41:55 2018 +0100 |
tree | 4b46f741ef016076b716ca25bca83b217c3d9a14 | |
parent | 8d23d6d694a33c30f694aac0f05c0638ac50926d [diff] |
[WAGON-540] Switch to modern-day encoding (UTF-8) of auth credentials Unfortunately, no test can be added because Jetty's default BasicAuthenticator uses ISO-8859-1 hardcoded and this cannot be changed. Nexus uses Shiro which decodes as UTF-8 by default.