Skip to content
This repository has been archived by the owner on Feb 25, 2022. It is now read-only.

Redirect handling #17

Closed
tomchristie opened this issue Mar 30, 2017 · 1 comment
Closed

Redirect handling #17

tomchristie opened this issue Mar 30, 2017 · 1 comment
Labels

Comments

@tomchristie
Copy link
Member

tomchristie commented Mar 30, 2017

Werkzeug can raise a RequestRedirect if eg. view is routed to /foo/, and a GET request is made to /foo (without the trailing slash).

We ought to be dealing with those in our exception handler function, and returning an appropriate response.

@tomchristie
Copy link
Member Author

tomchristie commented Apr 21, 2017

Similar to #66. Might be a good thing for someone to tackle first one and then take on the other.

(Tho do make sure to treat them as separate pull requests if you decide to do that)

kinabalu added a commit to kinabalu/apistar that referenced this issue Apr 22, 2017
@tomchristie tomchristie modified the milestone: 0.2 Release Apr 24, 2017
@tomchristie tomchristie modified the milestone: 0.2 Release Aug 17, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant