google-nomulus/java/google/registry/model/registry
mcilwain 7951799595 Add validation to ROID suffixes
I could've sworn we were already doing this, but apparently not? Anyway,
ROID suffixes have a number of requirements on them that weren't being
enforced, so this enforces them. All existing production data is compliant
with these requirements; the only existing bad data we have is in alpha and
sandbox.

ROID suffixes are now required to match the regex ^[A-Z0-9_]{1,8}$

See also https://tools.ietf.org/html/rfc5730

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=173400001
2017-11-07 16:51:06 -05:00
..
label Convert domain label list code to use Java 8 streams features 2017-10-24 16:53:47 -04:00
Registries.java Switch from Guava Optionals to Java 8 Optionals 2017-10-24 16:53:47 -04:00
Registry.java Add validation to ROID suffixes 2017-11-07 16:51:06 -05:00