Closed (outdated)
Project:
Secure Pages
Version:
6.x-1.8
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
11 Nov 2010 at 04:58 UTC
Updated:
26 Nov 2024 at 10:05 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
izzysanime commentedHi, Same problem here.
I have the following in the list
user
user*
user/*
I noticed for me, that the url is actually https, however firefox will say that the page is only partially encrypted.
Thanks,
Josh
Comment #2
adr_p commentedPlease see http://drupal.org/node/587000#comment-4519010.
Comment #3
grendzy commentedI haven't been able to reproduce this - more details are needed.
Comment #4
James Andres commentedI've just installed securepages and had the same experience (/user is not secured, but /user/login; /user/register and /user/password are secured). I think I have an idea of what is going on here.
The trouble is the default variable settings for the "securepages_pages" variable differs throughout the code. In the securepages_match() function the /user path is not secured by default; however, on the admin page it appears that /user IS secured by default. So for any user who never clicks the "Save" button on the admin page they will get this odd behaviour.
Here is a patch which makes them all the same.
Comment #5
James Andres commentedComment #6
astonvictor commentedI'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