Closed (fixed)
Project:
Ubercart
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Apr 2009 at 17:12 UTC
Updated:
30 Jul 2009 at 20:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
mkalkbrennerforgot to attach the patch ;-)
Comment #2
gordon commentedThis is an UbërCart issue and not problem with securepages.
UbërCart should not be manipulating URL's of the system.
Comment #3
cedarm commentedUbercart can claim the same, that securepages should not be manipulating URL's of the system. We both change #action, however in uc_cart_form_alter() we blindly overwrite #action. That said, here's a patch to fix Ubercart, but the securepages module weight should also be set heavier to prevent other modules from causing this same issue.
Comment #4
cedarm commentedComment #5
mkalkbrennerComment #6
Island Usurper commentedThanks, Cedar. Patch does the job. For the sake of making sure people's login forms are secure, I'll go ahead and commit your patch.
That said, I still think that securepages should wait to change #action until the #after_build step. It makes it less likely for these kinds of conflicts to happen as the form_alter has already occurred.