/[Apache-SVN]
ViewVC logotype

Revision 1647017


Jump to revision: Previous Next
Author: rjung
Date: Sat Dec 20 16:47:18 2014 UTC (10 years ago)
Changed paths: 9
Log Message:
Add option to control handling of multiple adjacent slashes in
mount and unmount.

New default is collapsing the slashes only in unmount.
Before this change, adjacent slashes were never collapsed,
so most mounts and unmounts didn't match for URLs with
multiple adjacent slashes.

Configuration is done via new JkOption for Apache
(values "CollapseSlashesAll", "CollapseSlashesNone" or
"CollapseSlashesUnmount") and via property
"collapse_slashes" for IIS (values "all", "none", "unmount").


Changed paths

Path Details
Directorytomcat/jk/trunk/native/apache-1.3/mod_jk.c modified , text changed
Directorytomcat/jk/trunk/native/apache-2.0/mod_jk.c modified , text changed
Directorytomcat/jk/trunk/native/common/jk_global.h modified , text changed
Directorytomcat/jk/trunk/native/common/jk_uri_worker_map.c modified , text changed
Directorytomcat/jk/trunk/native/common/jk_uri_worker_map.h modified , text changed
Directorytomcat/jk/trunk/native/common/jk_util.c modified , text changed
Directorytomcat/jk/trunk/native/common/jk_util.h modified , text changed
Directorytomcat/jk/trunk/native/iis/jk_isapi_plugin.c modified , text changed
Directorytomcat/jk/trunk/xdocs/miscellaneous/changelog.xml modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26