Closed (fixed)
Project:
Secure Pages
Version:
6.x-1.7
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 May 2009 at 21:55 UTC
Updated:
17 May 2009 at 23:00 UTC
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.
| Comment | File | Size | Author |
|---|---|---|---|
| securepages-invalidurl-quell.patch | 706 bytes | smokris |
Comments
Comment #1
gordon commentedThanks I have committed this to dev.