mirror of
https://github.com/google/nomulus
synced 2026-04-20 16:20:50 +00:00
Inject two fields into flows.
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=125453450
This commit is contained in:
@@ -65,6 +65,7 @@ public class FlowRunner {
|
||||
|
||||
public EppOutput run() throws EppException {
|
||||
String clientId = sessionMetadata.getClientId();
|
||||
// This log is very fragile since it's used for ICANN reporting.
|
||||
logger.infofmt(
|
||||
COMMAND_LOG_FORMAT,
|
||||
trid.getServerTransactionId(),
|
||||
@@ -123,10 +124,8 @@ public class FlowRunner {
|
||||
trid,
|
||||
sessionMetadata,
|
||||
credentials,
|
||||
eppRequestSource,
|
||||
isSuperuser,
|
||||
now,
|
||||
inputXmlBytes);
|
||||
now);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user