Closed (fixed)
Project:
Secure Site
Version:
6.x-2.1
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Dec 2008 at 22:39 UTC
Updated:
12 May 2014 at 18:26 UTC
Jump to comment: Most recent
When the Force authentication setting is changed to On restricted pages the site_403 and securesite_403 variables are only set on the next anonymous page request (in _securesite_forced(), when empty($user->uid), in securesite_boot()). Before this happens, the Default 403 (access denied) page field on the Error reporting page will be cleared out (because securesite_403 isn't set yet).
Proposed solution is to set the respective variables immediately when the Secure Site settings form is submitted.
Comments
Comment #1
darren ohFixed in CVS commit 161554.