URI.st
changeset 2023 6708aecf1cb2
parent 1865 f86fc871c4e0
child 2874 039a4c07607a
--- a/URI.st	Wed Jul 09 22:56:31 2008 +0200
+++ b/URI.st	Fri Jul 11 11:46:01 2008 +0200
@@ -181,7 +181,7 @@
     ^ s contents.
 
     "
-     self unEscape:(self escape:'   &%@   ' allow:nil) readStream
+     self unEscape:(self escape:'   &%@   ' )
     "
 ! !
 
@@ -297,5 +297,5 @@
 !URI class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/URI.st,v 1.14 2007-03-26 12:28:19 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/URI.st,v 1.15 2008-07-11 09:46:01 sr Exp $'
 ! !