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
In some cases, I want to backward compatibility with old API. So I should use redirect to redirect old URL to the new one.
And I think the http code 307 and 308 would be better.
But grails redirect is only support 301 and 302 for now: https://docs.grails.org/latest/ref/Controllers/redirect.html
redirect
So I think it's better to make possible to redirect with 307 and 308.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
In some cases, I want to backward compatibility with old API. So I should use redirect to redirect old URL to the new one.
And I think the http code 307 and 308 would be better.
But grails
redirect
is only support 301 and 302 for now: https://docs.grails.org/latest/ref/Controllers/redirect.htmlSo I think it's better to make possible to redirect with 307 and 308.
The text was updated successfully, but these errors were encountered: