aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/http_digest_authentication_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix http digest authentication with trailing '/' or '?' (fixes #4038 and #3228)Piotr Sarnacki2012-01-101-2/+43
* Rename config.cookie_secret to config.secret_token and pass it as configurati...José Valim2010-04-051-3/+2
* Deprecated ActionController::Base.session_options= and ActionController::Base...Carlhuda2010-03-041-2/+3
* Tweak the semantic of various URL related methods of ActionDispatch::RequestCarlhuda2010-03-031-4/+6
* Move session_store and session_options to the AC configuration objectCarlhuda2010-03-031-2/+3
* Make http digest work with different server/browser combinationsJosé Valim2009-08-091-6/+29
* A test to show that http_authentication needs to fail authentication if the p...nate2009-06-091-0/+14
* Add HTTP Authentication to the new basePratik Naik2009-05-221-4/+9
* Ensure HTTP Digest auth uses appropriate HTTP method [#2490 state:resolved] [...Pratik Naik2009-05-181-3/+20
* Inherit TestSession from Session::AbstractStore and add indifferent access to...Joshua Peek2009-04-261-2/+0
* Support MD5 passwords for Digest auth and use session_options[:secret] in non...Donald Parish2009-03-121-7/+46
* Fixed http digest authentication to use credentials URI passed from client. [...Donald Parish2009-02-161-1/+10
* Implement HTTP Digest authentication. [#1230 state:resolved] [Gregg Kellogg, ...Gregg Kellogg2009-01-291-0/+130
* Revert "HTTP Digest authentication [#1230 state:resolved]"Pratik Naik2009-01-131-73/+0
* HTTP Digest authentication [#1230 state:resolved]Joshua Peek2008-12-281-0/+73