ruby-core@ruby-lang.org archive (unofficial mirror)
 help / color / mirror / Atom feed
* [ruby-core:44779] [ruby-trunk - Bug #6386][Open] URI.parse should raise an error for invalid uri 'http:/'
@ 2012-05-01 21:29 zzak (Zachary Scott)
  2012-05-01 21:40 ` [ruby-core:44780] [ruby-trunk - Bug #6386] " drbrain (Eric Hodel)
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: zzak (Zachary Scott) @ 2012-05-01 21:29 UTC (permalink / raw
  To: ruby-core


Issue #6386 has been reported by zzak (Zachary Scott).

----------------------------------------
Bug #6386: URI.parse should raise an error for invalid uri 'http:/'
https://bugs.ruby-lang.org/issues/6386

Author: zzak (Zachary Scott)
Status: Open
Priority: Normal
Assignee: drbrain (Eric Hodel)
Category: lib
Target version: 2.0.0
ruby -v: 2.0.0


I've added a test to cover this, or you can use the following workaround[1].

1: http://pastie.org/3845341


-- 
http://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [ruby-core:44780] [ruby-trunk - Bug #6386] URI.parse should raise an error for invalid uri 'http:/'
  2012-05-01 21:29 [ruby-core:44779] [ruby-trunk - Bug #6386][Open] URI.parse should raise an error for invalid uri 'http:/' zzak (Zachary Scott)
@ 2012-05-01 21:40 ` drbrain (Eric Hodel)
  2012-05-01 21:54 ` [ruby-core:44781] " zzak (Zachary Scott)
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: drbrain (Eric Hodel) @ 2012-05-01 21:40 UTC (permalink / raw
  To: ruby-core


Issue #6386 has been updated by drbrain (Eric Hodel).

Assignee changed from drbrain (Eric Hodel) to akira (akira yamada)
ruby -v changed from 2.0.0 to -

Switched to URI maintainer
----------------------------------------
Bug #6386: URI.parse should raise an error for invalid uri 'http:/'
https://bugs.ruby-lang.org/issues/6386#change-26348

Author: zzak (Zachary Scott)
Status: Open
Priority: Normal
Assignee: akira (akira yamada)
Category: lib
Target version: 2.0.0
ruby -v: -


I've added a test to cover this, or you can use the following workaround[1].

1: http://pastie.org/3845341


-- 
http://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [ruby-core:44781] [ruby-trunk - Bug #6386] URI.parse should raise an error for invalid uri 'http:/'
  2012-05-01 21:29 [ruby-core:44779] [ruby-trunk - Bug #6386][Open] URI.parse should raise an error for invalid uri 'http:/' zzak (Zachary Scott)
  2012-05-01 21:40 ` [ruby-core:44780] [ruby-trunk - Bug #6386] " drbrain (Eric Hodel)
@ 2012-05-01 21:54 ` zzak (Zachary Scott)
  2012-05-02 16:36 ` [ruby-core:44810] [ruby-trunk - Bug #6386][Assigned] " ayumin (Ayumu AIZAWA)
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: zzak (Zachary Scott) @ 2012-05-01 21:54 UTC (permalink / raw
  To: ruby-core


Issue #6386 has been updated by zzak (Zachary Scott).


Here's a gist[1] of the same workaround, in case the pastie gets pruned.

1: https://gist.github.com/2571731
----------------------------------------
Bug #6386: URI.parse should raise an error for invalid uri 'http:/'
https://bugs.ruby-lang.org/issues/6386#change-26349

Author: zzak (Zachary Scott)
Status: Open
Priority: Normal
Assignee: akira (akira yamada)
Category: lib
Target version: 2.0.0
ruby -v: -


I've added a test to cover this, or you can use the following workaround[1].

1: http://pastie.org/3845341


-- 
http://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [ruby-core:44810] [ruby-trunk - Bug #6386][Assigned] URI.parse should raise an error for invalid uri 'http:/'
  2012-05-01 21:29 [ruby-core:44779] [ruby-trunk - Bug #6386][Open] URI.parse should raise an error for invalid uri 'http:/' zzak (Zachary Scott)
  2012-05-01 21:40 ` [ruby-core:44780] [ruby-trunk - Bug #6386] " drbrain (Eric Hodel)
  2012-05-01 21:54 ` [ruby-core:44781] " zzak (Zachary Scott)
@ 2012-05-02 16:36 ` ayumin (Ayumu AIZAWA)
  2013-02-18 12:45 ` [ruby-core:52453] [ruby-trunk - Bug #6386] URI.parse should raise an error for invalid uri 'http:/' mame (Yusuke Endoh)
  2013-08-15  3:03 ` [ruby-core:56626] [ruby-trunk - Bug #6386][Rejected] URI.parse should raise an error for invalid uri 'http:/' naruse (Yui NARUSE)
  4 siblings, 0 replies; 6+ messages in thread
From: ayumin (Ayumu AIZAWA) @ 2012-05-02 16:36 UTC (permalink / raw
  To: ruby-core


Issue #6386 has been updated by ayumin (Ayumu AIZAWA).

Status changed from Open to Assigned


----------------------------------------
Bug #6386: URI.parse should raise an error for invalid uri 'http:/'
https://bugs.ruby-lang.org/issues/6386#change-26385

Author: zzak (Zachary Scott)
Status: Assigned
Priority: Normal
Assignee: akira (akira yamada)
Category: lib
Target version: 2.0.0
ruby -v: -


I've added a test to cover this, or you can use the following workaround[1].

1: http://pastie.org/3845341


-- 
http://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [ruby-core:52453] [ruby-trunk - Bug #6386] URI.parse should raise an error for invalid uri 'http:/'
  2012-05-01 21:29 [ruby-core:44779] [ruby-trunk - Bug #6386][Open] URI.parse should raise an error for invalid uri 'http:/' zzak (Zachary Scott)
                   ` (2 preceding siblings ...)
  2012-05-02 16:36 ` [ruby-core:44810] [ruby-trunk - Bug #6386][Assigned] " ayumin (Ayumu AIZAWA)
@ 2013-02-18 12:45 ` mame (Yusuke Endoh)
  2013-08-15  3:03 ` [ruby-core:56626] [ruby-trunk - Bug #6386][Rejected] URI.parse should raise an error for invalid uri 'http:/' naruse (Yui NARUSE)
  4 siblings, 0 replies; 6+ messages in thread
From: mame (Yusuke Endoh) @ 2013-02-18 12:45 UTC (permalink / raw
  To: ruby-core


Issue #6386 has been updated by mame (Yusuke Endoh).

Subject changed from URI.parse should raise an error for invalid uri 'http:/' to URI.parse should raise an error for invalid uri 'http:/'
Target version changed from 2.0.0 to 2.1.0

The URI maintainer, akira, is inactive for a long time.
I think that he should be discharged.

http://bugs.ruby-lang.org/projects/ruby/wiki/MaintainerDischargingProcess

-- 
Yusuke Endoh <mame@tsg.ne.jp>
----------------------------------------
Bug #6386: URI.parse should raise an error for invalid uri &#x27;http:/&#x27;
https://bugs.ruby-lang.org/issues/6386#change-36520

Author: zzak (Zachary Scott)
Status: Assigned
Priority: Normal
Assignee: akira (akira yamada)
Category: lib
Target version: 2.1.0
ruby -v: -


I've added a test to cover this, or you can use the following workaround[1].

1: http://pastie.org/3845341


-- 
http://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [ruby-core:56626] [ruby-trunk - Bug #6386][Rejected] URI.parse should raise an error for invalid uri 'http:/'
  2012-05-01 21:29 [ruby-core:44779] [ruby-trunk - Bug #6386][Open] URI.parse should raise an error for invalid uri 'http:/' zzak (Zachary Scott)
                   ` (3 preceding siblings ...)
  2013-02-18 12:45 ` [ruby-core:52453] [ruby-trunk - Bug #6386] URI.parse should raise an error for invalid uri &#x27;http:/&#x27; mame (Yusuke Endoh)
@ 2013-08-15  3:03 ` naruse (Yui NARUSE)
  4 siblings, 0 replies; 6+ messages in thread
From: naruse (Yui NARUSE) @ 2013-08-15  3:03 UTC (permalink / raw
  To: ruby-core


Issue #6386 has been updated by naruse (Yui NARUSE).

Status changed from Assigned to Rejected

"http:/foo" is valid absolute-URI.

see http://tools.ietf.org/html/rfc3986

   absolute-URI  = scheme ":" hier-part [ "?" query ]

   scheme        = ALPHA *( ALPHA / DIGIT / "+" / "-" / "." )

   hier-part     = "//" authority path-abempty
                 / path-absolute
                 / path-rootless
                 / path-empty

   path-absolute = "/" [ segment-nz *( "/" segment ) ]

   segment       = *pchar
   segment-nz    = 1*pchar

   pchar         = unreserved / pct-encoded / sub-delims / ":" / "@"
----------------------------------------
Bug #6386: URI.parse should raise an error for invalid uri 'http:/'
https://bugs.ruby-lang.org/issues/6386#change-41165

Author: zzak (Zachary Scott)
Status: Rejected
Priority: Normal
Assignee: akira (akira yamada)
Category: lib
Target version: current: 2.1.0
ruby -v: -
Backport: 


I've added a test to cover this, or you can use the following workaround[1].

1: http://pastie.org/3845341


-- 
http://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-08-15  3:32 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-01 21:29 [ruby-core:44779] [ruby-trunk - Bug #6386][Open] URI.parse should raise an error for invalid uri 'http:/' zzak (Zachary Scott)
2012-05-01 21:40 ` [ruby-core:44780] [ruby-trunk - Bug #6386] " drbrain (Eric Hodel)
2012-05-01 21:54 ` [ruby-core:44781] " zzak (Zachary Scott)
2012-05-02 16:36 ` [ruby-core:44810] [ruby-trunk - Bug #6386][Assigned] " ayumin (Ayumu AIZAWA)
2013-02-18 12:45 ` [ruby-core:52453] [ruby-trunk - Bug #6386] URI.parse should raise an error for invalid uri &#x27;http:/&#x27; mame (Yusuke Endoh)
2013-08-15  3:03 ` [ruby-core:56626] [ruby-trunk - Bug #6386][Rejected] URI.parse should raise an error for invalid uri 'http:/' naruse (Yui NARUSE)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).