#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)
Changed 14 years ago by gcoriasco
comment:1 Changed 14 years ago by gcoriasco
- Milestone set to 1.2.0
comment:2 Changed 14 years ago by gcoriasco
- Component changed from other to core
comment:3 follow-up: ↓ 4 Changed 14 years ago by andar
- Resolution set to fixed
- Status changed from new to closed
I believe this has already been fixed in [5826]
comment:4 in reply to: ↑ 3 Changed 14 years ago by gcoriasco
comment:5 Changed 10 years ago by Cas
- Version changed from 1.2.0_rc1 to 1.2.0
Note: See
TracTickets for help on using
tickets.
Patch to deluge/ui/common.py file