Hey,
That's because the URL is malformed, And as the PHP documentation states "On seriously malformed URLs, parse_url() may return FALSE and emit a E_WARNING" So that's the reason why you see those errors, since the url the function tries to parse are seriously malformed.* *Though they are just warnings, Not errors.* Vince. * On Tue, Mar 24, 2009 at 11:05 PM, Mary Nicole Hicks < [email protected]> wrote: > > My site logs are really filling up with this message: > > [24-Mar-2009 12:39:57] PHP Warning: > parse_url(/articles/a-valid-article++GET+ > http://www.example.com/articles/a-valid-article+%5B0,10277,13354%5D+-%3E) > [ function.parse-url function.parse-url ]: Unable to parse URL in > /home/username/library/Zend/Controller/Request/Http.php on line 394 > > What is the best way of handling this: > - So that it is not a threat? > - So that no warning is raised? > -- > View this message in context: > http://www.nabble.com/Unable-to-parse-URL%3A-How-to-handle-hack-attempts-with-ZF-tp22689760p22689760.html > Sent from the Zend Framework mailing list archive at Nabble.com. > > -- Vincent Gabriel. Lead Developer, Senior Support. Zend Certified Engineer.
