Closed (fixed)
Project:
Path redirect
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
14 Apr 2008 at 15:26 UTC
Updated:
18 Nov 2009 at 04:40 UTC
This patch transparently encodes and decodes the "From" path so that spaces may be included in the path.
| Comment | File | Size | Author |
|---|---|---|---|
| path_redirect_allow_space_in_url.patch | 2.32 KB | richard banks |
Comments
Comment #1
HorsePunchKid commentedIs this the same issue described here?
I'll test this out tonight, since I'd like to get 5.x-1.2 ready to release by tomorrow. No promises, but the patch does look pretty straightforward.
Comment #2
richard banks commentedYes this appears to be the same issue.
Comment #3
HorsePunchKid commentedI had to update this a bit to work with the latest dev version. In particular, it needed to account for the fact that the "from" path can include a query string, and
urlencode()ing that is not good. You can view the diff here. I tested it out with some "from" paths likea b c?page=1, and it seems to work fine. Nonetheless, I'd appreciate it if you could test out the dev version.Comment #4
dave reidPretty sure this works now with the development going on with the module.