Summary: | Cannot retry connection after clicking cancel on sftp | ||
---|---|---|---|
Product: | [Unmaintained] kio | Reporter: | Hugo Rito <hugo.rito> |
Component: | sftp | Assignee: | David Faure <faure> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | adawit, andresbajotierra, ivo |
Priority: | NOR | ||
Version: | 4.2.0 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.7.0 | |
Sentry Crash Report: |
Description
Hugo Rito
2008-07-06 18:47:17 UTC
Have you experienced this bug again with a recent KDE version? (4.1.3 / 4.2beta1 / 4.2beta2 / 4.2svn ) ? Thanks :) Yah. I can confirm that this bug still holds for 4.1.3 and 4.2 beta 2. This is specific to each ioslave so you must open separate tickets against each ioslave. The issue happens because most ioslaves copy how one ioslave interacts with the password server and if there was a logic error or bug in the way that one ioslave did this, the issue is copied into all the remaining ioslaves. Anyhow, I have changed this ticket to sftp because I know that one is in the process of getting fixed, see https://git.reviewboard.kde.org/r/101332/ ; so I suggest you open one against the fish ioslave if it still exhibits this problem. Git commit e1d42cb7ff079f05a6358f474a1f0634c1d06b97 by Dawit Alemayehu. Committed on 11/05/2011 at 06:03. Pushed by adawit into branch 'master'. - Properly update the client application when the user changes the 'username' that was entered as part of the url in the password dialog. - Do not prompt for password when there is cached password in the wallet. - Show the "Remember password" checkbox on login failure retries. - Avoid crash if slave_status is called after the mSftp was set to NULL. BUG: 165875 BUG: 195450 BUG: 255991 FIXED-IN: 4.7.0 REVIEW: 101332 M +102 -94 kioslave/sftp/kio_sftp.cpp M +6 -1 kioslave/sftp/kio_sftp.h http://commits.kde.org/kde-runtime/e1d42cb7ff079f05a6358f474a1f0634c1d06b97 |