I've noticed that the url: http://example.com/http%3A%2F%2Ftest.org%2Fvocab%23FOAF/
becomes: http://example.com/http://test.org/vocab#FOAF/ once it goes in the WSGIRequestHandler. But this results in an invalid url. Is this an oversight or is there something in the HTTP spec that says otherwise? file: django/core/servers/basehttp.py class: WSGIRequestHandler method: get_environ(self) line: env['PATH_INFO'] = urllib.unquote(path) Thanks, Steve --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com To unsubscribe from this group, send email to django-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-developers?hl=en -~----------~----~----~----~------~----~------~--~---