Access denied 403 setting (appears to be) lost when forcing authentication on restricted pages
naquah - December 29, 2008 - 22:39
| Project: | Secure Site |
| Version: | 6.x-2.1 |
| Component: | Code |
| Category: | bug report |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
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.

#1
Fixed in CVS commit 161554.
#2
Automatically closed -- issue fixed for two weeks with no activity.