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
usa 05cdcdc6ec merge revision(s) 36e057e26e
Loop with String#scan without creating substrings

Create the substrings necessary parts only, instead of cutting the
rest of the buffer.  Also removed a useless, probable typo, regexp.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_5@67811 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2019-10-01 10:59:42 +00:00
..
authenticator.rb
basicauth.rb
digestauth.rb merge revision(s) 36e057e26e 2019-10-01 10:59:42 +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