1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/lib/uri
mame 8588e7631e * lib/uri/ftp.rb (URI::FTP#set_path): added to correct handling of
special case where path of ftp is relative.  This converts relative
  path to absolute one, because external representation of ftp path is
  relative and internal representation is absolute.  [ruby-core:24077]

* lib/uri/ftp.rb (URI::FTP#initialize): converts absolute to relative.

* lib/uri/generic.rb (URI::Generic#check_path): allow relative path
  when scheme is ftp.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27350 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-04-15 13:41:19 +00:00
..
.document
common.rb * lib/uri/common.rb (decode_www_form_component): validate. 2010-04-10 22:05:02 +00:00
ftp.rb * lib/uri/ftp.rb (URI::FTP#set_path): added to correct handling of 2010-04-15 13:41:19 +00:00
generic.rb * lib/uri/ftp.rb (URI::FTP#set_path): added to correct handling of 2010-04-15 13:41:19 +00:00
http.rb
https.rb
ldap.rb
ldaps.rb
mailto.rb