Improvement: redirect symlink-dir/ to target-dir/, not target #10
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: bss/incorporeal-cms#10
Loading…
Reference in New Issue
Block a user
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?
As of
60715a3a5c
the request path to instance path conversion follows symlinks verbatim, so if the client requests/symlink-to-foo/
, the code reads the "symlink-to-foo -> foo
" link and accordingly redirects to/foo
. This is fine, but requesting/foo
will itself need a redirect to get to/foo/
, the actual target.I don't have an idea to fix this right now but maybe we can do something. It just saves a redirect so I'm not super worried about it.
Not relevant now that the symlinks are all handled by the web server.