Roxen.git/
server/
modules/
misc/
pathinfo.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2004-05-23
2004-05-23 00:23:18 by Stephen R. van den Berg <srb@cuci.nl>
cf7b3565ab9c65ebaa6e44aa455c16851fc18663 (
9
lines) (+
5
/-
4
)
[
Show
|
Annotate
]
Branch:
Aphoto_2.0_beta3
Sync whitespace
Rev: server/modules/misc/pathinfo.pike:1.20
1:
-
// This is a
roxen
module. Copyright © 1998 - 2001, Roxen IS.
+
// This is a
ChiliMoon
module. Copyright © 1998 - 2001, Roxen IS.
inherit "module";
-
constant cvs_version = "$Id: pathinfo.pike,v 1.
19
2004/05/
22
21
:
28
:
00
_cvs_
dirix
Exp $";
+
constant cvs_version = "$Id: pathinfo.pike,v 1.
20
2004/05/
23
00
:
23
:
18
_cvs_
stephen
Exp $";
constant thread_safe = 1; #ifdef PATHINFO_DEBUG
25:
mapping|int last_resort(object id) { PATHINFO_WERR(sprintf("Checking %O...", id->not_query));
+
#if 0 // This kind of recursion detection doesn't work with internal // redirects. We leave it to the generic loop prevention in // handle_request et al.
-
+
if (id->misc->path_info) { // Already been here... PATHINFO_WERR(sprintf("Been here, done that."));