Revision
2703
Author
lsansonetti@apple.com
Date
2009-10-01 17:30:18 -0700 (Thu, 01 Oct 2009)

Log Message

temporary workaround

Modified Paths

Diff

Modified: MacRuby/trunk/lib/webrick/httputils.rb (2702 => 2703)


--- MacRuby/trunk/lib/webrick/httputils.rb	2009-10-02 00:25:49 UTC (rev 2702)
+++ MacRuby/trunk/lib/webrick/httputils.rb	2009-10-02 00:30:18 UTC (rev 2703)
@@ -344,7 +344,8 @@
     space    = " "
     delims   = '<>#%"'
     unwise   = '{}|\\^[]`'
-    nonascii = (0x80..0xff).collect{|c| c.chr }.join
+    #nonascii = (0x80..0xff).collect{|c| c.chr }.join
+    nonascii = 'z' # FIXME MacRuby problem with non-ascii regexps
 
     module_function