google-nomulus/javatests/google/registry/tmch
mcilwain f01ded3fa7 Make logged response in NordnUploadAction intelligible
Right now it's logging the raw bytes, which look like:

response data: [65, 117, 116, 104, 111, 114, 105, 122, 97, 116, 105, 111, 110, 32, 114, 101, 113, 117, 105, 114, 101, 100]

We'd rather convert it to ASCII characters (what the NORDN service uses) before
logging it, so that it'd instead look like:

response data: Authorization required

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=231998658
2019-02-01 16:20:01 -05:00
..
testdata Update signed marks files and add an expiration test 2018-06-27 15:28:53 -04:00
BUILD Clean up third_party imports in BUILD files 2018-07-14 01:11:51 -04:00
LordnLogTest.java Remove unnecessary "throws" declarations 2018-06-18 18:17:56 -04:00
LordnTaskUtilsTest.java Merge DomainResource into DomainBase 2019-01-28 15:57:10 -05:00
NordnUploadActionTest.java Make logged response in NordnUploadAction intelligible 2019-02-01 16:20:01 -05:00
NordnVerifyActionTest.java Log a warning when MarksDB password isn't configured 2019-01-31 13:51:10 -05:00
SmdrlCsvParserTest.java Remove unnecessary "throws" declarations 2018-06-18 18:17:56 -04:00
TmchActionTestCase.java Rename DNL and SMDRL "login" to "loginAndPassword" 2019-01-28 16:15:04 -05:00
TmchCertificateAuthorityTest.java Refactor TmchCertificateAuthority 2018-10-25 14:40:38 -04:00
TmchCrlActionTest.java Refactor TmchCertificateAuthority 2018-10-25 14:40:38 -04:00
TmchDnlActionTest.java Rename DNL and SMDRL "login" to "loginAndPassword" 2019-01-28 16:15:04 -05:00
TmchSmdrlActionTest.java Rename DNL and SMDRL "login" to "loginAndPassword" 2019-01-28 16:15:04 -05:00
TmchTestData.java Update signed marks files and add an expiration test 2018-06-27 15:28:53 -04:00
TmchTestDataExpirationTest.java Refactor TmchCertificateAuthority 2018-10-25 14:40:38 -04:00
TmchTestSuite.java Refactor LordnTask to LordnTaskUtils 2018-10-22 18:59:48 -04:00
TmchXmlSignatureTest.java Refactor TmchCertificateAuthority 2018-10-25 14:40:38 -04:00