commerce_checkout_redirect_anonymous_continue_checkout() sets the form state redirect element with a trailing slash.

$form_state['redirect'] = 'checkout/';

This seems harmless but conflicted with a custom module of ours and since it is redundant it probably should be removed to prevent possible other errors.

CommentFileSizeAuthor
#1 redirect_trailing_slash-2391293-1.patch477 byteslmeurs
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

lmeurs’s picture

Status: Active » Needs review
FileSize
477 bytes

Patch attached.

  • vasike committed efe7513 on 7.x-2.x authored by lmeurs
    Issue #2391293 by lmeurs: Trailing slash in form state redirect element
    
vasike’s picture

Status: Needs review » Fixed

patch commited.
@lmeurs : Thank you Sir

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.