View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
4861 | Composr | captcha | public | 2022-06-29 00:35 | 2022-06-29 00:35 |
Reporter | Chris Graham | Assigned To | Chris Graham | ||
Priority | high | Severity | feature | ||
Status | resolved | Resolution | fixed | ||
Product Version | 10.0.42 | ||||
Fixed in Version | 10.0.43 | ||||
Summary | 4861: Prevent conflict between static caching and CAPTCHA | ||||
Description | If static caching is enabled for non-bots, it breaks CAPTCHA. Previously we have required that users configure pages with CAPTCHA as exceptions to static caching using some code in _config.php (non-bot static caching was not fully supported yet in v11). However, really we need to better support this by automatically disabling static caching if there is a CAPTCHA, and also making sure the session for when there is a CAPTCHA is a unique one (not an "omni-session" applying to all guest users). Unique sessions are required for users to not conflict over the same CAPTCHAs. | ||||
Tags | No tags attached. | ||||
Attach Tags | |||||
Attached Files | |||||
Time estimation (hours) | |||||
Sponsorship open | |||||
|
Fixed in git commit e4f18389b7 (https://gitlab.com/composr-foundation/composr/commit/e4f18389b7 - link will become active once code pushed to GitLab) A hotfix (a TAR of files to upload) has been uploaded to this issue. These files are made to the latest intra-version state (i.e. may roll in earlier fixes too if made to the same files) - so only upload files newer than what you have already. If there are files in a hot-fix that you don't have then they probably relate to addons that you don't have installed and should be skipped. Always take backups of files you are replacing or keep a copy of the manual installer for your version, and only apply fixes you need. These hotfixes are not necessarily reliable or well supported. Not sure how to extract TAR files to your Windows computer? Try 7-zip (http://www.7-zip.org/). |