Project

General

Profile

Actions

Bug #472

closed

No ord in Net::HTTP#urlencode

Added by jg (Junegunn Choi) over 15 years ago. Updated almost 13 years ago.

Status:
Closed
Assignee:
-
Target version:
-
ruby -v:
Backport:
[ruby-core:18368]

Description

=begin
def urlencode(str)
str.gsub(/[^a-zA-Z0-9_\.\-]/n) { sprintf('%%%02x', $&[0]) }
end

Since the semantics of String#[] has changed in 1.9, we need to call ord method.
Patch attached.
=end


Files

lib_net_http.patch (412 Bytes) lib_net_http.patch jg (Junegunn Choi), 08/23/2008 01:50 AM
Actions #1

Updated by naruse (Yui NARUSE) over 15 years ago

  • Status changed from Open to Closed
  • % Done changed from 0 to 100

=begin
Applied in changeset r18805.
=end

Actions

Also available in: Atom PDF

Like0
Like0