Christian Parpart <[EMAIL PROTECTED]> writes: > On Saturday 28 January 2006 23:36, Dirk-Willem van Gulik wrote: >> On Sat, 28 Jan 2006, Christian Parpart wrote: >> > wich works so far, however, firefox keeps adding '+' chars instead of %20 >> > to >> >> Which is perfectly OK/right - so we should recognize these and handlte >> htem correctly. > > what exactly did you mean by "handle them correctly"? > > So you assume this is a mod_transform bug, which (before unesacping the URL > query) it needs to translate each '+' char into the right ' ' space then?
Right; mod_transform really should be using apreq for providing access to form data. It's a good match if you can afford the extra dependency. -- Joe Schaefer
