Closed (fixed)
Project:
Follow
Version:
6.x-1.3
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Sep 2009 at 13:51 UTC
Updated:
26 Sep 2009 at 14:10 UTC
Jump to comment: Most recent file
Apparently pasting a URL with an extra space after it triggers the "The specified url is invalid." validation message.
Perhaps, if someone could strip out the spaces on either side of the field upon submission. I would do this myself and submit it, but I haven't yet figured out CVS.
Thanks.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | follow_570606_2.diff | 1.14 KB | q0rban |
| #1 | follow_570606_1.diff | 689 bytes | q0rban |
Comments
Comment #1
q0rban commentedHi John,
Thanks for taking the time to create an issue for this. Can you try out this patch and see if it fixes it for you?
Thanks!
Comment #2
q0rban commentedOh, I just realized you were talking about after submitting the form, not when clicking on one of the links! Try this one instead.
Comment #3
q0rban commentedDid a quick test, and it seems to have fixed the issue, so I've committed the patch: http://drupal.org/cvs?commit=260160
Thanks!
Comment #4
jvinci commentedI was able to apply the patch w/o CVS, and it works great.
Thanks.