# HG changeset patch # User sergey # Date 1400534805 -14400 # Node ID 7171a8e2e2ba51a638c9934af1954d9ddeaec030 # Parent b79081b70a7a56cf941d370d6d245715316a30fc dirty fix for url encoding diff -r b79081b70a7a -r 7171a8e2e2ba Lib/IMPL/Web/AutoLocator.pm --- a/Lib/IMPL/Web/AutoLocator.pm Mon May 19 18:33:52 2014 +0400 +++ b/Lib/IMPL/Web/AutoLocator.pm Tue May 20 01:26:45 2014 +0400 @@ -38,7 +38,7 @@ die ArgumentException->new("a child resource can't be a reference") if ref $child; # safe - $child = uri_escape($child); + #$child = uri_escape_utf8($child); my %args; @@ -61,7 +61,7 @@ die ArgumentException->new("a child resource can't be a reference") if ref $child; # safe - $child = uri_escape($child); + #$child = uri_escape($child); my %args;