Closed (fixed)
Project:
Webform
Version:
7.x-3.20
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Jan 2013 at 23:57 UTC
Updated:
8 Dec 2014 at 22:51 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
debo7debo commentedComment #2
debo7debo commentedComment #3
debo7debo commentedComment #3.0
debo7debo commentedremoved the local server domain name from the results
Comment #4
quicksketchI've confirmed this issue still exists for both the 3.x and 4.x versions of the module, but this is not a critical issue. I'm suspecting that there may be some HTTP spec reason for adding the spaces in here,
because Webform isn't doing it by itself. It's either Drupal or the web browser that is adding these spaces.EDIT: Nope, it's Webform. See patch in next comment.To solve this issue, we may need to simply not include those parameters at all if they're empty.
Comment #5
quicksketchThanks to the recent issue at #1244072: Use of tokens in external URL redirect locations not allowed in some cases and not URL Encoded, fixing this in the 4.x version is trivial. Solving in 3.x could be similarly done, but with the token handling completely different, I haven't gotten around to fixing this in 3.x. Any patches to fix 3.x would be appreciate. This patch has been committed to 4.x to solve the problem there.
Comment #6
quicksketchThis probably isn't going to get fixed in 3.x. Any patches are still welcome, but with 4.0 around the corner I'd recommend upgrading.
Comment #7
fenstratNeeds porting to 8.x-4.x.
Comment #8
fenstratCommitted and pushed 427e569 to 8.x-4.x. Thanks!
Comment #11
ymeiner commentedI had to fix it for 7.x-3.x, created a patch for it for others to use,
enjoy