#1007 closed Bug (fixed)
[shttpd] check_auth space delimiter bug - Fixed
Reported by: | Waldorf | Owned by: | charles |
---|---|---|---|
Priority: | Normal | Milestone: | 1.30 |
Component: | libtransmission | Version: | 1.22+ |
Severity: | Major | Keywords: | |
Cc: |
Description
This is the official fix by a shttpd dev. (lsm on IRC)
Attachments (1)
Change History (5)
Changed 15 years ago by Waldorf
comment:1 Changed 15 years ago by Waldorf
comment:2 Changed 15 years ago by charles
- Resolution set to fixed
- Status changed from new to closed
- Version changed from 1.21 to 1.21+
comment:3 Changed 15 years ago by charles
- Version 1.21+ deleted
comment:4 Changed 15 years ago by charles
- Version set to 1.22+
Note: See
TracTickets for help on using
tickets.
Basically removes space from DELIM_CHARS (multiple paths should be ',' separated anyhow)
However this introduced a new bug in ACL parsing. The mac client was correctly separating the ACL list ',' while the back-end was (wrongfully) inserting spaces. This is fixed too.