We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Middleware HTTPSNonWWWRedirect out of range 4
The text was updated successfully, but these errors were encountered:
I assume this is about case when host value is shorter than 4 characters in redirect middleware.
host
echo/middleware/redirect.go
Line 83 in dec96f0
There seems to be multiple places in that middleware that could problematic when host is too short.
Sorry, something went wrong.
fix redirect middleware panicing on short host name (fix labstack#1811)
e80c353
Fix panic in redirect middleware on short host name (fix #1811) (#1813)
ae4665c
Successfully merging a pull request may close this issue.
Middleware HTTPSNonWWWRedirect out of range 4
The text was updated successfully, but these errors were encountered: