Hallöchen!

My configuration: Apache + mod_wsgi + SVN Django.  APPEND_SLASH is
off.

Currently, a URL like "http://www.example.com/super%2F/edit/"; is
normalised to "http://www.example.com/super/edit/";.  This is bad
because the entity to be edited is called "super/"(sic!) but this
way, you edit "super".

In Apache's httpd.conf it says

AllowEncodedSlashes On

(and it doesn't work without it).

Somewhere in mod_wsgi or Django the URL is normalised, but where?
And can I switch it off?

Tschö,
Torsten.

-- 
Torsten Bronger    Jabber ID: torsten.bron...@jabber.rwth-aachen.de
                                  or http://bronger-jmp.appspot.com

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to