Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(HMS-3152): LocationName regex to allow uppercase #21

Closed
wants to merge 1 commit into from

Commits on Sep 18, 2024

  1. fix(HMS-3152): LocationName regex to allow uppercase

    As DNS labels are case insensitive and RFC 1035 allows upper case. Last character must
    be a digit or letter.
    
    Also per RFC 1123 section 2, the first character can be a digit.
    
    Before this change the regex was more restricitive than what was possible to define in IPA location.
    
    Signed-off-by: Petr Vobornik <[email protected]>
    pvoborni committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    e68cd76 View commit details
    Browse the repository at this point in the history