-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/111335/
-----------------------------------------------------------
(Updated July 1, 2013, 3:13 a.m.)
Review request for kdelibs.
Changes
-------
Updated description.
Description (updated)
-------
The attached patch addresses one of the oldest bugs in KIO. Due to the
muti-process nature of KIO, if any of the ioslaves encounter something that
requires user input, the user might end up getting prompted multiple times. The
best example of this is SSL error warnings sent to the client by kio_http. The
patch completely resolves this problem using the same approach as
kpasswdserver, but without the need for an additional kded process.
This addresses bug 265228.
http://bugs.kde.org/show_bug.cgi?id=265228
Diffs
-----
kio/kio/scheduler.h 04edb40
kio/kio/scheduler.cpp 802f8b8
kio/kio/scheduler_p.h d68f645
kio/kio/slaveinterface.h 4bfcec8
kio/kio/slaveinterface.cpp aa0fc44
kio/kio/slaveinterface_p.h e31ec5e
Diff: http://git.reviewboard.kde.org/r/111335/diff/
Testing (updated)
-------
Visit a site that throws up SSL warnings and causes KIO to show more than one
error dialog.
Thanks,
Dawit Alemayehu