- πΊπ¦Ukraine AstonVictor
I'm closing it because the issue was created a long time ago without any further steps.
if you still need it then raise a new one.
thanks
Securepages is no longer able to switch based on ignored/excluded paths that contain uppercase letters.
For example. On our site we set secure pages to "Make secure every page except the listed pages.", then typed "blankArtwork/pixlr" into the "pages" field, because that's the path we want to ignore. However, upon visiting it, it was still https. This worked fine in prior versions (6.x-1.9).
This bug is due to "$path = securepages_strtolower(trim($path, '/'));" on line 219 of securepages.module
Sometimes paths have uppercase letters, and setting the path to lowercase without setting the $pages and $ignore variables to lowercase means matching won't occur for paths that have uppercase letters. (trying to match blankArtwork/pixlr to blankartwork/pixlr results in failure).
Either remove the "$path = securepages_strtolower(trim($path, '/'));" on line 219, or set all the variables to lowercase before running the regex match.
No doubt this is currently breaking tons of websites like ours!
Thanks for all your hard work.
Closed: outdated
1.11
Code
I'm closing it because the issue was created a long time ago without any further steps.
if you still need it then raise a new one.
thanks