Trailing slash in path of LL object causes unintended beavior #70
Labels
No labels
area/api
area/content_model
area/framework
area/infrastructure
area/io
area/presentation
area/preservation
area/rdf
area/security
area/submission
area/ui
s
blocked
s
done
s
progress
s
testing
s
wontfix
p
critical
p
high
p
low
p
normal
t
bug
t
documentation
t
enhancement
t
feature
t
test
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ktx/pocket_archive#70
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
If a slash is appended at the end of a path (supposedly a container / folder type), trees created from that path behave incorrectly:
Normalizing the paths by removing all trailing slashes removes the problem, and is the best option. Some Unix tools give special meaning to trailing slashes: that's good for sysadmins, but confusing for catalogers.
This was supposed to be already addressed, but in the wrong place...