[webkit-dev] Handling Malformed URL
mwas
webkit.meister at gmail.com
Wed Jan 21 03:23:15 PST 2009
Hi,
Agreed, WebKit uses Curl to return those error codes, Curl is sending 503
http error code for the said URL but WebKit does not respond with didFail()
Kindly Suggest!
Thanks
mwas
On Wed, Jan 21, 2009 at 4:48 PM, Nilesh Patil <vniles at gmail.com> wrote:
> Hi
>
> I dont think one needs to authenticate such things. If resource is not
> found an http code is returned. This is how most of browsers work.
>
> Thanks & Regards
> Niilesh
>
> On Wed, Jan 21, 2009 at 4:38 PM, mwas <webkit.meister at gmail.com> wrote:
> > Hi,
> >
> > Does any one know How webkit handles invalid/malformed URL String
> something
> > like www.google,,,,![].com.
> >
> > knowing that parse(url) invoked in KURL::KURL(const String&) just scans
> for
> > protocols like file:// ftp:// or IPV6 address etc. but it does not check
> for
> > the URL's mentioned above
> >
> > Any Ideas would be appreciated.
> >
> > Thanks
> >
> > mwas
> >
> > _______________________________________________
> > webkit-dev mailing list
> > webkit-dev at lists.webkit.org
> > http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
> >
> >
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20090121/9019fd17/attachment.html>
More information about the webkit-dev
mailing list