1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/lib/webrick
nobu 88bcccd433 webrick: fix non-ascii escape bugs
* lib/webrick/htmlutils.rb (WEBrick::HTMLUtils#escape): replace HTML
  meta chars even in non-ascii string.  [Bug #8425] [ruby-core:55052]
* lib/webrick/httputils.rb (WEBrick::HTTPUtils#{_escape,_unescape}):
  fix %-escape encodings.  [Bug #8425] [ruby-core:55052]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40848 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2013-05-20 01:40:30 +00:00
..
httpauth * lib/webrick/httpauth/htpasswd.rb: Use Tempfile.create to avoid 2013-04-20 15:10:29 +00:00
httpservlet filehandler.rb: revert r20152 2013-05-20 00:53:40 +00:00
accesslog.rb
cgi.rb
compat.rb
config.rb
cookie.rb * remove trailing spaces. 2013-01-26 02:31:43 +00:00
htmlutils.rb webrick: fix non-ascii escape bugs 2013-05-20 01:40:30 +00:00
httpauth.rb
httpproxy.rb * lib/webrick/httpproxy.rb: Fix typos in HTTPProxyServer [Bug #8013] 2013-03-08 01:46:59 +00:00
httprequest.rb fix typos inspired by r40825 2013-05-19 14:50:47 +00:00
httpresponse.rb
https.rb
httpserver.rb
httpservlet.rb
httpstatus.rb
httputils.rb webrick: fix non-ascii escape bugs 2013-05-20 01:40:30 +00:00
httpversion.rb
log.rb
server.rb
ssl.rb
utils.rb * lib/webrick/utils.rb: use Socket.tcp_server_sockets to create server 2013-03-02 08:36:16 +00:00
version.rb