Review Request: Add convenience functions for setting KIO metadata to KIO::AccessManager...

adawit at kde.org adawit at kde.org
Tue Oct 6 06:47:03 BST 2009


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviewboard.kde.org/r/1797/
-----------------------------------------------------------

Review request for kdelibs.


Summary
-------

This patch is intended to make it easy to set meta data in KIO::AccessManager that is sent to kioslaves on every request. The addition of these functions here not only allows the kdewebkit module to get rid of its own internal implementation of NetworkAccessManager that inherits from KIO::AccessManager, but also makes the functionality optional available to other applications that might want to make use of it. Such functionality is useful for protocols like http where some properties are constant and always requrires, e.g. "window-id" meta data used by the KDE cookiejar.

TODO: need to determine whether it is best for these settings to be set in a protocol specific manner, e.g. http/ftp/sftp etc.


Diffs
-----

  /trunk/KDE/kdelibs/kio/kio/accessmanager.h 1031767 
  /trunk/KDE/kdelibs/kio/kio/accessmanager.cpp 1031767 

Diff: http://reviewboard.kde.org/r/1797/diff


Testing
-------


Thanks,

adawit





More information about the kde-core-devel mailing list