diff Lib/IMPL/Web/AutoLocator.pm @ 403:7171a8e2e2ba

dirty fix for url encoding
author sergey
date Tue, 20 May 2014 01:26:45 +0400
parents 793cc7f0a7e7
children
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;