1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/test
tomykaira a7a377ff39 Check authentication scheme in Basic auth
`authenticate_with_http_basic` and its families should check the authentication
schema is "Basic".

Different schema, such as OAuth2 Bearer should be rejected by basic auth, but
it was passing as the test shows.

This fixes #10257.
2013-07-07 22:39:16 +09:00
..
abstract
assertions
controller Check authentication scheme in Basic auth 2013-07-07 22:39:16 +09:00
dispatch Merge pull request #11313 from gsamokovarov/url-encoded-params-test 2013-07-06 16:09:36 -07:00
fixtures
journey
lib/controller
routing
tmp
abstract_unit.rb
active_record_unit.rb