#1035 closed bug (Fixed)
Bug in client authentication when auth file has many lines (patch included)
Reported by: | gcoriasco | Owned by: | andar |
---|---|---|---|
Priority: | major | Milestone: | 1.2.0 |
Component: | Core | Version: | 1.2.0 |
Keywords: | client auth patch | Cc: |
Description
Hi, I found a problem in authenticating localclient to deluged running on the same host after upgrading to version 1.2.0_rc1 on my Ubuntu machine. The problem is in the fact that the client does not strip out the trailing newline from the password read from the auth file (as server do instead).
I'm attaching a little patch to deluge/ui/common.py that should solve this problem.
I hope this will help
Bye
Giovanni
Attachments (1)
Change History (6)
by , 15 years ago
Attachment: | deluge_ui_common.py.diff added |
---|
comment:1 by , 15 years ago
Milestone: | → 1.2.0 |
---|
comment:2 by , 15 years ago
Component: | other → core |
---|
follow-up: 4 comment:3 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
I believe this has already been fixed in [5826]
comment:4 by , 15 years ago
comment:5 by , 11 years ago
Version: | 1.2.0_rc1 → 1.2.0 |
---|
Note:
See TracTickets
for help on using tickets.
Patch to deluge/ui/common.py file