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

1.x branch Hostnames longer than 26 characters fail as invalid #139

Open
swirtSJW opened this issue May 22, 2024 · 1 comment
Open

1.x branch Hostnames longer than 26 characters fail as invalid #139

swirtSJW opened this issue May 22, 2024 · 1 comment

Comments

@swirtSJW
Copy link

IN 1.x branch the check for Valid URI is incorrectly calling any URI with a host name greater than 26 characters invalid.

It comes down to this REGEX pattern.

We are getting failures for hostnames like
211125755750-pdc-prod-dac-data. (30 chars)
but this works fine
211125755750-pdc-prod-dac (25 characters)

Both should be acceptable as they are not longer than 63 octets.

I'll propose a patch shortly.

@swirtSJW
Copy link
Author

Here is the related PR #140

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant