Closed (fixed)
Project:
Context Redirect
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
16 Jan 2013 at 12:28 UTC
Updated:
1 Feb 2013 at 14:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
thedavidmeister commenteddrupal_get_normal_path() does not work correctly on $_GET['q']. Need to use request_path(), so I'm going to say this issue is blocked by #1890080: Use request_path() instead of $_GET['q'] in context_redirect_validate_redirect().
Comment #2
thedavidmeister commentedThis patch combines #1890080: Use request_path() instead of $_GET['q'] in context_redirect_validate_redirect() with what I was saying about normalizing urls/paths before comparing them.
It lets you do "stupid" things like set a sitewide redirect to or http://example.com (where example.com is your current site) and simply be redirected to the front page without loops.
Comment #3
kevinquillen commented