Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.6.0
-
None
-
Reviewed
Description
The registry has a restriction "DNS-valid names only" to retain the future option of DNS exporting of the registry.
to handle complex usernames, it punycodes the username first, using Java's java.net.IDN class.
This turns out to only map high unicode-> ASCII, and does nothing for ascii-but-invalid-hostname chars, so stopping users with DNS-illegal names (e.g. with an underscore in them) from being able to register
Attachments
Attachments
Issue Links
- breaks
-
SLIDER-500 registration failing if username isn't valid DNS entry
- Resolved
- is depended upon by
-
SLIDER-582 Registry test may fail if ~ expands to a path with upper case
- Resolved
-
SLIDER-149 Support a YARN service registry
- Resolved