mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
logged in requests were being treated as anon, causing major havoc
This commit is contained in:
@@ -19,6 +19,10 @@ describe Middleware::AnonymousCache::Helper do
|
||||
it "is false for non GET" do
|
||||
new_helper("ANON_CACHE_DURATION" => 10, "REQUEST_METHOD" => "POST").cacheable?.should be_false
|
||||
end
|
||||
|
||||
it "is false if it has an auth cookie" do
|
||||
new_helper("HTTP_COOKIE" => "jack=1; _t=#{"1"*32}; jill=2").cacheable?.should be_false
|
||||
end
|
||||
end
|
||||
|
||||
context "cached" do
|
||||
|
||||
Reference in New Issue
Block a user