Roxen.git/
server/
base_server/
configuration.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2001-05-03
2001-05-03 17:26:41 by Per Hedbor <ph@opera.com>
c65dbefe63990d3d6ee45e15e3d1b34c2d101b16 (
16
lines) (+
9
/-
7
)
[
Show
|
Annotate
]
Branch:
5.2
Fixed [Bug
1624 (#1624)
]
Rev: server/base_server/configuration.pike:1.428
1:
// A vitual server's main configuration // Copyright © 1996 - 2000, Roxen IS.
-
constant cvs_version = "$Id: configuration.pike,v 1.
427
2001/
04
/
23
15
:
55
:
34
nilsson
Exp $";
+
constant cvs_version = "$Id: configuration.pike,v 1.
428
2001/
05
/
03
17
:
26
:
41
per
Exp $";
#include <module.h> #include <module_constants.h> #include <roxen.h>
2036:
fake_id->misc->common = id->misc->common; fake_id->misc->internal_get = !not_internal;
-
s = Roxen.fix_relative (s, id);
-
+
if (fake_id->scan_for_query) // FIXME: If we're using e.g. ftp this doesn't exist. But the // right solution might be that clone_me() in an ftp id object // returns a vanilla (i.e. http) id instead when this function is // used. s = fake_id->scan_for_query (s);
-
+
+
s = Roxen.fix_relative (s, id);
+
fake_id->raw_url=s; fake_id->not_query=s;