#522: URI.parse insecure operation -------------------------------------+-------------------------------------- Reporter: mattaimone...@… | Owner: lsansone...@… Type: defect | Status: closed Priority: major | Milestone: MacRuby 0.7 Component: MacRuby | Resolution: fixed Keywords: | -------------------------------------+-------------------------------------- Changes (by lsansone...@…):
* status: new => closed * resolution: => fixed * milestone: MacRuby 0.5 => MacRuby 0.7 Comment: Seems to be working in trunk, I believe this was fixed in r4019. {{{ $ cat t2.rb require 'uri' url = URI.parse('http://mobile.lemonde.fr/culture/article/2009/12/14 /johnny-halliday-est-sorti-du-coma- artificiel_1280634_3246.html#xtor=RSS-3208') p url.path $ ./miniruby t2.rb "/culture/article/2009/12/14/johnny-halliday-est-sorti-du-coma- artificiel_1280634_3246.html" }}} -- Ticket URL: <http://www.macruby.org/trac/ticket/522#comment:1> MacRuby <http://macruby.org/> _______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel