diff --git a/calexium_lib/web/CXM_multihost_http_server.anubis b/calexium_lib/web/CXM_multihost_http_server.anubis index 3472f42..15fea47 100644 --- a/calexium_lib/web/CXM_multihost_http_server.anubis +++ b/calexium_lib/web/CXM_multihost_http_server.anubis @@ -1573,7 +1573,7 @@ define Result(Error,HTTP_RequestLine) { error(msg) then error(msg), ok(request_type) then - ok(request_line(request_type,uri,read_www_url_encoded_web_args(query_string,0))) + ok(request_line(request_type, web_to_ascii(uri, 0, []), read_www_url_encoded_web_args(query_string,0))) } } } @@ -2242,7 +2242,7 @@ define One failure then log_journal_msg(desc,"No MIME type found for '"+uri+"'.\n"), success(mime_type) then with path = site_directory(desc)+"/public"+uri, - if (Maybe(RStream))connect to file path is + if (Maybe(RStream))file(path, read) is { failure then log_journal_msg(desc,"Cannot find file '"+path+"'.\n"), success(f) then with size = file_size(f), -- libgit2 0.21.4