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/httpauth
normal edddc28f62 webrick: httpauth requires regular files
Be sure we do not try to open a pipe to read from, since we care
about mtime in all cases.

* lib/webrick/httpauth/htdigest.rb: use File.open
* lib/webrick/httpauth/htgroup.rb: ditto
* lib/webrick/httpauth/htpasswd.rb: ditto
  [Misc #14216]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61397 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2017-12-22 01:07:39 +00:00
..
authenticator.rb
basicauth.rb
digestauth.rb Use qualified names 2016-08-30 06:22:30 +00:00
htdigest.rb webrick: httpauth requires regular files 2017-12-22 01:07:39 +00:00
htgroup.rb webrick: httpauth requires regular files 2017-12-22 01:07:39 +00:00
htpasswd.rb webrick: httpauth requires regular files 2017-12-22 01:07:39 +00:00
userdb.rb