Transport layer for the Konqueror web browser (KDE). [
This transport class adjust the behavior of the Webdav component to work with the KDE browser Konqueror.
Returns display information for a error response object.
When receiving 'HTTP/1.1 404 Not Found', Konqueror (versions 3.5.8 and up) requires a body. Normally the processErrorResponse functions does not return a body for 404 messages, so this override method sets a body for Konqueror.
Decodes the URLs in href attributes of PROPFIND responses.
Konqueror does not use the <displayname> property (which is also URL encoded), but the <href> tag of the response to determine the displayed resource names. It expects the content to be un-encoded.
This method calls the parent method and replaces the content of all <href> elements in the DOM tree.