martin 99/09/23 12:29:18
Modified:src CHANGES
src/modules/standard mod_speling.c
Log:
When generating the Location: header, mod_speling forgot
to escape the spelling-fixed uri. (Forward-Port from 1.3)
Revision ChangesPath
1.9 +4 -0 apache
manoj 99/09/23 12:08:23
Modified:src Makefile.tmpl
src/ap Makefile.tmpl
src/main Makefile.tmpl
src/modules/mpm/dexter Makefile.tmpl
src/modules/mpm/mpmt_pthread Makefile.tmpl
src/modules/mpm/prefork Makef
martin 99/09/23 12:03:08
Modified:src/modules/standard mod_speling.c
Log:
Fix for previous mod_speling redirection fix:
when sending the escaped redirection, mod_speling must preserve
the query suffix (especially, the '?') unescaped.
Revision ChangesPath
1.33 +6
martin 99/09/23 11:52:01
Modified:src CHANGES
src/modules/standard mod_speling.c
Log:
When generating the Location: header, mod_speling forgot
to escape the spelling-fixed uri. That could lead to [400 Bad request]
errors for the generated URL.
Revision
manoj 99/09/23 11:19:09
Modified:src/lib/apr/file_io/unix Makefile.in
src/lib/apr/lib Makefile.in
src/lib/apr/locks/unix Makefile.in
src/lib/apr/misc/unix Makefile.in
src/lib/apr/network_io/unix Makefile.in
src/