History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: REDIR-11
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Critical Critical
Assignee: David Peterson
Reporter: David Peterson
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Confluence Extension: Redirection Plugin

Cannot redirect to URLs containing an '='

Created: 03/Oct/06 04:32 AM   Updated: 03/Oct/06 07:40 AM
Component/s: {redirect}
Affects Version/s: 1.4.4
Fix Version/s: 2.2

Time Tracking:
Not Specified


 Description  « Hide
Currently, if a URL contains an '=' character, the redirect does not know where to redirect to. This is due to the macro renderer interpreting the fact that there is an '=' as meaning it is a named parameter.

The workaround is to provide an alternate way of specifying the URL to redirect to. Eg:

{redirect:location=http://www.foo.com/bar?xxx=yyy}

Because there is already an '=' associated with a known URL, the rest of the URL should make it through.



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
David Peterson - 03/Oct/06 07:40 AM
The 'location' parameter has been added. The old method will still work, but you will need to use 'location' for any URLs including an '='.