There's a buggy spider that keeps crawling my site and requesting bogus URLs such as http://example.com/https:/example.com/user/register. Secure Pages calls parse_url() on the URLs, which, according to the PHP docs on that function, can cause PHP to issue a warning if the passed URL is invalid.

I've attached a patch that quells the warnings generated by this function.

CommentFileSizeAuthor
securepages-invalidurl-quell.patch706 bytessmokris

Comments

gordon’s picture

Status: Needs review » Fixed

Thanks I have committed this to dev.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.