Cadasta / cadasta-platform

[DEPRECATED] Main repository of the Cadasta platform. Technology to help communities document their land rights around the world.
https://demo.cadasta.org
GNU Affero General Public License v3.0
54 stars 81 forks source link

Exports fail on projects with special characters in URL #2017

Closed alukach closed 6 years ago

alukach commented 6 years ago

Steps to reproduce the error

Create project with special character in URL. e.g. https://staging.cadasta.org/organizations/alukach-qa-21-org/projects/tést/

Try to export project (must have 1 resource or record).

Looking at our export worker's logs, I see that it is getting a 401. My guess is that the Cadasta/drf-tmp-scoped-token lib fails to correct decode the URL.

Actual behavior

Export failure.

Expected behavior

Export succeeds.