PATCH: kio_http
Dawit A.
adawit at kde.org
Mon Nov 11 04:47:34 GMT 2002
Hi,
Attached is a patch that fixes few things
- kio_http crashes if one accidentally mistypes a URL, ex: http:/www.kde.org
(notice the missing /). This happens because KURL nterprets it as a URL
without a hostname. kio_http correctly detects that the hostname is missing
and attempts to return an error message, but it crashes because none of the
variables in the structures we use have been properly initialized :(
- bug# 50549 whose severity level was changed by Dirk. Note: I fixed this in
kio_http because it was easy enough to do it here thanks to George's
"ssl_was_in_use" meta-data. Fixing it in khtml would require much much more
effort.
Regards,
Dawit A.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: http-3.diff
Type: text/x-diff
Size: 6135 bytes
Desc: not available
URL: <https://mail.kde.org/mailman/private/kfm-devel/attachments/20021110/0787ad2d/attachment.diff>
More information about the kfm-devel
mailing list