Project

General

Profile

Actions

Feature #7396

closed

encode location header

Added by zzak (zzak _) over 11 years ago. Updated almost 11 years ago.

Status:
Rejected
Target version:
[ruby-core:49560]

Description


Files

open-uri_location_header.patch (1.01 KB) open-uri_location_header.patch zzak (zzak _), 11/19/2012 12:44 PM

Updated by mame (Yusuke Endoh) over 11 years ago

  • Status changed from Open to Assigned
  • Target version changed from 2.0.0 to 2.6

Updated by akr (Akira Tanaka) almost 11 years ago

  • Status changed from Assigned to Rejected

URI.encode is almost always wrong.

For example, URI.encode encodes "%" as "%25".
So, a valid URI which contains "%" is modified by the patch.
It means a valid URI will be misinterpreted.

Actions

Also available in: Atom PDF

Like0
Like0Like0