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

support different redirect semantic #263

Closed
greenlaw110 opened this issue Jun 30, 2017 · 0 comments
Closed

support different redirect semantic #263

greenlaw110 opened this issue Jun 30, 2017 · 0 comments

Comments

@greenlaw110
Copy link
Contributor

There are multiple different redirect semantic defined in HTTP protocol:

  • 301 - Moved Permanently
  • 302 - Found
  • 303 - See Other
  • 307 - Temporary Redirect

At the moment there is only one redirect method that generates 302 response, which should be 303 for HTTP 1.1 client.

This request is to provides method in Controller.Util to support all four redirect response

@greenlaw110 greenlaw110 added this to the 1.5 milestone Jun 30, 2017
greenlaw110 added a commit that referenced this issue Jul 3, 2017
@greenlaw110 greenlaw110 modified the milestones: 2.0, 1.6.0 Nov 18, 2017
greenlaw110 added a commit that referenced this issue Nov 23, 2017
@greenlaw110 greenlaw110 added fixed and removed fixed labels Nov 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant