Re: Switching off URL normalisation

2011-02-11 Thread Graham Dumpleton
On Friday, February 11, 2011 12:08:25 AM UTC+11, Torsten Bronger wrote: > > Hall�chen! > > Torsten Bronger writes: > > > [...] > > > > 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 t

Re: Switching off URL normalisation

2011-02-10 Thread Torsten Bronger
Hallöchen! Torsten Bronger writes: > [...] > > 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". > > [...] > > Somewhere

Switching off URL normalisation

2011-02-10 Thread Torsten Bronger
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 "s