-
Couldn't load subscription status.
- Fork 5.5k
WEBRick: Util.create_listeners doesn't make use of logger param #356
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
cc @nahi |
|
This change isn't backwards compatible. When creating a server that runs as root you create the listeners, drop privileges, then create a server with Additionally, your patch doesn't seem to do anything with the logger in #create_listeners. Did I miss something? |
|
Actually the patch removes the logger. Not make it required. |
|
Oops, my apologies. I did not read carefully enough |
|
@vipulnsward @drbrain Should the |
|
@zzak actually that too is removed. |
|
@vipulnsward There are no tests for |
|
sure @zzak |
|
@vipulnsward Any update here? Would like to see this merged, if we have the blessing of @nahi |
[fix rubyGH-356] Patch by @vipulnsward * lib/webrick/server.rb: ditto. * lib/webrick/ssl.rb: ditto. * test/webrick/test_utils.rb: added test for WEBrick::Utils#create_listeners. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49101 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
[fix rubyGH-356] Patch by @vipulnsward * lib/webrick/server.rb: ditto. * lib/webrick/ssl.rb: ditto. * test/webrick/test_utils.rb: added test for WEBrick::Utils#create_listeners. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49101 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
WEBRick:
Util.create_listenersdoesn't make use of logger param