diff --git a/src/webmachine_bridge_modules/webmachine_request_bridge.erl b/src/webmachine_bridge_modules/webmachine_request_bridge.erl index 782bc63..391b9e9 100644 --- a/src/webmachine_bridge_modules/webmachine_request_bridge.erl +++ b/src/webmachine_bridge_modules/webmachine_request_bridge.erl @@ -32,9 +32,7 @@ path(Req) -> wrq:path(Req). uri(Req) -> - RawPath = wrq:raw_path(Req), - {_, QueryString, _} = mochiweb_util:urlsplit_path(RawPath), - QueryString. + wrq:raw_path(Req). peer_ip(Req) -> {ok, Address} = inet_parse:address(wrq:peer(Req)),