mirror of
https://github.com/google/nomulus.git
synced 2025-05-04 05:57:51 +02:00
All domain/host names should be stored in their canonical forms (puny- coded and lower-cased). This validation is already in the flows, but this adds protection against bad data from other sources, e.g. admin consoles or RDE imports. This also removes an old work-around that temporarily suspended this validation for superusers, because we used to have non-canonicalized data in the system. The non-canonicalized data has since all been cleaned up, so this work-around is no longer necessary. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=146799558 |
||
---|---|---|
.. | ||
testdata | ||
HostCheckFlowTest.java | ||
HostCreateFlowTest.java | ||
HostDeleteFlowTest.java | ||
HostFlowUtilsTest.java | ||
HostInfoFlowTest.java | ||
HostUpdateFlowTest.java |