mirror of
https://github.com/google/nomulus
synced 2026-08-28 03:46:30 +00:00
Decouple dryRun from SessionMetadata
dryRun is only available via the (sessionless!) tool, and is not a property of the session. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=125203026
This commit is contained in:
@@ -51,10 +51,10 @@ public class EppToolAction implements Runnable {
|
||||
new StatelessRequestSessionMetadata(
|
||||
clientIdentifier,
|
||||
superuser,
|
||||
dryRun,
|
||||
ProtocolDefinition.getVisibleServiceExtensionUris(),
|
||||
SessionSource.TOOL),
|
||||
new PasswordOnlyTransportCredentials(),
|
||||
dryRun,
|
||||
xml.getBytes(UTF_8));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user