1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Bump up webrick version to 1.6.1. [Bug #17201]

This commit is contained in:
nagachika 2020-10-11 15:33:09 +09:00
parent 0126c7dfa6
commit 48ac737697
2 changed files with 2 additions and 2 deletions

View file

@ -214,7 +214,7 @@ module WEBrick
def service(req, res)
# if this class is mounted on "/" and /~username is requested.
# we're going to override path information before invoking service.
# we're going to override path informations before invoking service.
if defined?(Etc) && @options[:UserDir] && req.script_name.empty?
if %r|^(/~([^/]+))| =~ req.path_info
script_name, user = $1, $2

View file

@ -14,5 +14,5 @@ module WEBrick
##
# The WEBrick version
VERSION = "1.6.0"
VERSION = "1.6.1"
end