Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: Additional character being appended to saved password causing FTP authentication failure. #22

Closed
ghost opened this issue Jul 30, 2010 · 2 comments

Comments

@ghost
Copy link

ghost commented Jul 30, 2010

  1. Upload a file to a saved FTP server through the context menu in Finder
  2. Quit OneWay
  3. Upload another file to the same saved FTP server through the context menu in Finder
  4. Quit OneWay
  5. Upload another file to the same saved FTP server through the context menu in Finder
  6. OneWay will read the saved keychain password with an extra character appended. It will then try to authenticate with the FTP server with this extra character appended to the password. This will cause an authentication failure and prompt the user to re-enter the password. Authentication with the FTP server will continue failing for the same reason until the user deletes the last character from the saved password text field on the login retry action sheet and pushes the "OK" button. Deleting the last character of the password from the Editing Bookmark action sheet and hitting OK does not solve this issue, even if OneWay is reloaded after the bookmark action sheet is dismissed.

Note: The correct password is always stored within the keychain file. Through the Keychain Access program I confirmed the saved password was being stored correctly, even when OneWay was failing upon reading the password from the keychain. I suspect this may be an issue with the UTF8 conversion and possibly a null character being appended, but I have no evidence to support this so take it with a grain of salt.

@nrj
Copy link
Owner

nrj commented Aug 7, 2010

Thanks for tracking this down, I noticed there was an issue with keychain passwords too but had no idea what was happening.. I'll look into this extra character thing and hopefully get a fix out soon.

@nrj
Copy link
Owner

nrj commented Sep 17, 2010

This is fixed in 0.5.5, published today.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant