Commit 0d5c6a48 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge pull request #2484 from netdata/fix_url_encode

Fixing request.fullpath URL encoding
parents 31e3dc60 fd4bcd9f
......@@ -108,7 +108,7 @@ module ExtractsPath
request.format = :atom
end
path = request.fullpath.dup
path = CGI::unescape(request.fullpath.dup)
@ref, @path = extract_ref(path)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment