Closed (outdated)
Project:
Nofollow List
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 May 2008 at 22:01 UTC
Updated:
10 Jul 2017 at 10:35 UTC
Jump to comment: Most recent
Comments
Comment #1
christefano commentedAs seen at http://www.ubercart.org/contrib/2972#comment-14120
Comment #2
gregglesThe url is
The php docs for parse_url say that it's not meant to do validation, so I guess we could do some validation on our own first?
I'm tempted to just ignore this, though, because all we could do is
1. If it's not a URL, don't call parse_url so that we avoid the warning from parse_url
2. Watchdog it
Well, conveniently the error about parse_url already does #2 and if it's set to "log errors only" it's fine.
Comment #3
gaurav.kapoor commentedWe aren't going to maintain D5 release now. Closing the issue.