Project

General

Profile

Actions

Bug #10147

closed

URI parsing with ruby 2.2.0dev

Added by slowjack2k (Dieter Späth) almost 11 years ago. Updated almost 6 years ago.

Status:
Closed
Assignee:
-
Target version:
-
ruby -v:
ruby 2.2.0dev (2014-08-18 trunk 47214) [x86_64-darwin13]
[ruby-core:64443]

Description

Hi,

the following uris can't be parsed any more (ruby: ruby 2.2.0dev (2014-08-18 trunk 47214) [x86_64-darwin13])

`
require 'uri'

URI('//example.org/nested_optional_group?items[][key]=foo')
URI('//example.org/nested_optional_group?items[key]=foo')
URI('//example.org/nested_optional_group?items[]=foo')
`

With ruby 2.1.0p0 (2013-12-25 revision 44422) [x86_64-darwin12.0] this uris can be parsed.

regards
dieter

Actions

Also available in: Atom PDF

Like0
Like0Like0