Roxen.git/
server/
base_server/
roxen.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2008-12-03
2008-12-03 14:44:44 by Jonas Wallden <jonasw@roxen.com>
0bb7d3c00c568014545ebdf57ef1aea87f846b87 (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
5.2
There is no member called "c" in url_data.
Rev: server/base_server/roxen.pike:1.1000
6:
// Per Hedbor, Henrik Grubbström, Pontus Hagland, David Hedbor and others. // ABS and suicide systems contributed freely by Francesco Chemolli
-
constant cvs_version="$Id: roxen.pike,v 1.
999
2008/
11
/
04
18
:
05
:
16
mast
Exp $";
+
constant cvs_version="$Id: roxen.pike,v 1.
1000
2008/
12
/
03
14
:
44
:
44
jonasw
Exp $";
//! @appears roxen //!
1494:
if (mapping(string:mixed) url_data = p->find_url_data_for_url (url_with_port, 0 )) {
-
Configuration c = url_data->
c
;
-
URL2CONF_MSG("Found config: %O\n", url_data->
c
);
+
Configuration c = url_data->
conf
;
+
URL2CONF_MSG("Found config: %O\n", url_data->
conf
);
if ((only_this_conf && (c != only_this_conf)) || (sscanf (u, "%*[^*?]%*c") == 2 && // u contains * or ?.