swp-fu-eid / eid-fu-swp

Docker-based REST API implemented with Django and restframework.
MIT License
2 stars 1 forks source link

Fixed Django redirect response to allow eid:// protocol #54

Closed nils-wisiol closed 7 years ago

nils-wisiol commented 7 years ago

Not sure if HttpResponseRedirectEId should go into a separate file.

As far as I could tell using frisby, this fixes the eid protocol redirect tests. (Frisby reported the wrong tests to be failing, but with this fix, all tests run just fine.)

The following measures did not fix any tests and did not fix the determination of which tests are failing:

Note that this PR is against tc_token_url.

Also see #40

nils-wisiol commented 7 years ago

@BenjaminKeller please merge at your discretion

BenjaminKeller commented 7 years ago

@nils-wisiol I tested it locally and it works fine. Travis is also accepting it. Thank you very much!