зеркало из https://github.com/github/ruby.git
* lib/webrick/httpservley/cgihandler.rb
(WEBrick::HTTPServlet::CGIHandler#do_GET): m17nized. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14616 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
71787f8ec2
Коммит
6c9d911423
|
@ -1,3 +1,8 @@
|
|||
Tue Dec 25 00:27:28 2007 GOTOU Yuuzou <gotoyuzo@notwork.org>
|
||||
|
||||
* lib/webrick/httpservley/cgihandler.rb
|
||||
(WEBrick::HTTPServlet::CGIHandler#do_GET): m17nized.
|
||||
|
||||
Mon Dec 24 23:55:29 2007 Tanaka Akira <akr@fsij.org>
|
||||
|
||||
* lib/cgi.rb (CGI::escape): m17nized.
|
||||
|
|
|
@ -75,7 +75,7 @@ module WEBrick
|
|||
end
|
||||
|
||||
data = "" unless data
|
||||
raw_header, body = data.split(/^[\xd\xa]+/on, 2)
|
||||
raw_header, body = data.split(/^[\xd\xa]+/, 2)
|
||||
raise HTTPStatus::InternalServerError,
|
||||
"Premature end of script headers: #{@script_filename}" if body.nil?
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче