changeset 403:7171a8e2e2ba

dirty fix for url encoding
author sergey
date Tue, 20 May 2014 01:26:45 +0400
parents b79081b70a7a
children 9ef75f2029be
files Lib/IMPL/Web/AutoLocator.pm
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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;