mirror of
https://github.com/google/nomulus.git
synced 2025-08-03 08:22:13 +02:00
Both WhoisAction and WhoisHttpAction set the HTTP response content type to "text/plain". There is no need to defensively escape the content. In fact, by escaping the content, it creates more problems down the line. When used in a website, the response should be written into a DOM node by setting the textContent of the node, which automatically escapes the content. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=196743398 |
||
---|---|---|
.. | ||
BUILD | ||
DomainLookupCommand.java | ||
DomainOrHostLookupCommand.java | ||
DomainWhoisResponse.java | ||
NameserverLookupByHostCommand.java | ||
NameserverLookupByIpCommand.java | ||
NameserverWhoisResponse.java | ||
package-info.java | ||
RegistrarLookupCommand.java | ||
RegistrarWhoisResponse.java | ||
Whois.java | ||
WhoisAction.java | ||
WhoisCommand.java | ||
WhoisCommandFactory.java | ||
WhoisException.java | ||
WhoisHttpAction.java | ||
WhoisMetrics.java | ||
WhoisModule.java | ||
WhoisReader.java | ||
WhoisResponse.java | ||
WhoisResponseImpl.java |