[vfs_rework] Fix re-asking password with some remote connections
ClosedPublic

Authored by martinkostolny on Nov 15 2016, 12:02 AM.

Details

Summary

With some sftp connections there was a problem KIO did not remembered the connection password. This patch should fix it.

Test Plan

Connect to a SFTP connection with root user and:

  • search for files containing text (after first found file there should be no new password dialog)
  • delete a non empty folder (no password dialog should appear)
  • wait until all sftp.so processes die and then refresh directory

Diff Detail

Repository
R167 Krusader
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
martinkostolny retitled this revision from to [vfs_rework] Fix re-asking password with some remote connections.
martinkostolny updated this object.
martinkostolny edited the test plan for this revision. (Show Details)
martinkostolny added a reviewer: abika.
martinkostolny set the repository for this revision to R167 Krusader.
martinkostolny added a project: Krusader.
abika accepted this revision.Nov 15 2016, 7:04 PM
abika edited edge metadata.

Thanks, thanks, thanks!

This revision is now accepted and ready to land.Nov 15 2016, 7:04 PM
This revision was automatically updated to reflect the committed changes.