mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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:
parent
71787f8ec2
commit
6c9d911423
2 changed files with 6 additions and 1 deletions
|
@ -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?
|
||||
|
||||
|
|
Loading…
Reference in a new issue