summaryrefslogtreecommitdiffstats
path: root/defparams.pl
diff options
context:
space:
mode:
authorjustdave%syndicomm.com <>2001-10-13 09:40:39 +0200
committerjustdave%syndicomm.com <>2001-10-13 09:40:39 +0200
commit5c8613183f5779686e739bc9a470c770cf8ff51d (patch)
tree6d50e8ac286f64ca475bb61ab7ee3c8e9acab6a4 /defparams.pl
parent7084639bb653b1684638c272c4da3d62de1f702b (diff)
downloadbugzilla-5c8613183f5779686e739bc9a470c770cf8ff51d.tar.gz
bugzilla-5c8613183f5779686e739bc9a470c770cf8ff51d.tar.xz
Fix for bug 19910: Bugzilla installs on the same server would interfere with each others' cookies. Cookies now have a path value that can be set to indicate which bugzilla install they belong to. Browsers will only send the cookie to the appropriate installation. The path can be set in the 'cookiepath' parameter in editparams.cgi.
Patch by Dave Lawrence <dkl@redhat.com> r= myk, justdave
Diffstat (limited to 'defparams.pl')
-rw-r--r--defparams.pl5
1 files changed, 5 insertions, 0 deletions
diff --git a/defparams.pl b/defparams.pl
index 00f332773..51ea4550a 100644
--- a/defparams.pl
+++ b/defparams.pl
@@ -140,6 +140,11 @@ sub check_urlbase {
return "";
}
+DefParam("cookiepath",
+ "Directory path under your document root that holds your Bugzilla installation. Make sure to begin with a /.",
+ "t",
+ "/");
+
DefParam("preferlists",
"If this is on, Bugzilla will display most selection options as selection lists. If this is off, Bugzilla will use radio buttons and checkboxes instead.",
"b",