1998-11-04
1998-11-04 20:29:04 by Peter Bortas <zino@lysator.liu.se>
-
fb5f68d04adce6f2e80c9704b931a289ffc48f49
(9 lines)
(+5/-4)
[
Show
| Annotate
]
Branch: 5.2
Reenabled unquoting of URLs in a slightly less broken way.
Rev: server/protocols/http.pike:1.120
6: Inside #if defined(MAGIC_ERROR)
#ifdef MAGIC_ERROR
inherit "highlight_pike";
#endif
- constant cvs_version = "$Id: http.pike,v 1.119 1998/10/26 21:24:44 grubba Exp $";
+ constant cvs_version = "$Id: http.pike,v 1.120 1998/11/04 20:29:04 peter Exp $";
// HTTP protocol module.
#include <config.h>
private inherit "roxenlib";
324:
DPERROR(sprintf("After query scan:%O", f));
- // f = http_decode_string( f );
+ f = http_decode_string( f );
if (sscanf(f, "/<%s>/%s", a, f)==2)
{
343:
DPERROR(sprintf("After prestate scan:%O", f));
- not_query = simplify_path(http_decode_string(f));
+ not_query = simplify_path(f);
DPERROR(sprintf("After simplify_path == not_query:%O", not_query));