ryan-roemer / django-cloud-browser

Django application browser for cloud datastores (Rackspace, AWS, etc.).
http://ryan-roemer.github.com/django-cloud-browser/
MIT License
81 stars 27 forks source link

Fix rendering of object paths with URL characters #38

Closed c-w closed 4 years ago

c-w commented 4 years ago

Fixes https://github.com/ryan-roemer/django-cloud-browser/issues/37

This pull request URL-decodes the path we get from the Django route before doing any further manipulation. This enables us to list paths of objects that contain special URL characters such as @ which we'd otherwise represent as %40 in the path.

Screenshot showing render of object path with URL characters