Roxen.git/
server/
protocols/
http.pike
Branch:
Tag:
Non-build tags
All tags
No tags
1997-09-05
1997-09-05 22:34:14 by Per Hedbor <ph@opera.com>
86729e4442cec72ddfbc5de962298ec76fd187d8 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
5.2
Reverted code for simplify_path etc.
Rev: server/protocols/http.pike:1.41
1:
// This is a roxen module. (c) Informationsvävarna AB 1996.
-
constant cvs_version = "$Id: http.pike,v 1.
40
1997/09/
03
12
:
11
:
15
per Exp $";
+
constant cvs_version = "$Id: http.pike,v 1.
41
1997/09/
05
22
:
34
:
14
per Exp $";
// HTTP protocol module. #include <config.h> private inherit "roxenlib";
321:
if (sscanf(f, "/(%s)%s", a, f) && strlen(a)) prestate = aggregate_multiset(@(a/","-({""})));
-
not_query = http_decode_string(
simplify_path(
f));
+
not_query =
simplify_path(
http_decode_string(f));
if(strlen(s)) {