mirror of
https://github.com/google/nomulus.git
synced 2025-06-14 08:24:46 +02:00
Add ability to show full WHOIS output in nomulus command
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=197731992
This commit is contained in:
parent
ac500652ac
commit
86dd6bd59e
15 changed files with 181 additions and 62 deletions
|
@ -151,7 +151,7 @@ public final class WhoisHttpAction implements Runnable {
|
|||
String commandText =
|
||||
decode(JOINER.join(SLASHER.split(path.substring(PATH.length())))) + "\r\n";
|
||||
DateTime now = clock.nowUtc();
|
||||
WhoisCommand command = whoisReader.readCommand(new StringReader(commandText), now);
|
||||
WhoisCommand command = whoisReader.readCommand(new StringReader(commandText), false, now);
|
||||
metricBuilder.setCommand(command);
|
||||
sendResponse(SC_OK, command.executeQuery(now));
|
||||
} catch (WhoisException e) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue