google-nomulus/java/google/registry/flows/async
mcilwain 33505f4df7 Make async flow logic handle missing client transaction IDs
Per EPP RFC 5730, the <clTRID> element is optional. However, we weren't handling
it not being specified in asynchronous contact/host deletions because we were
adding it directly as a parameter value on a task, which does not allow null and
thus threw a NullPointerException.

This fixes handling for nulls (the parameter isn't set at all) and adds a test.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=194123259
2018-05-05 23:21:55 -04:00
..
AsyncFlowEnqueuer.java Make async flow logic handle missing client transaction IDs 2018-05-05 23:21:55 -04:00
AsyncFlowMetrics.java Move metrics dependencies to artifacts under Maven groupId com.google.monitoring-client 2018-01-04 17:12:35 -05:00
AsyncFlowsModule.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00