directory redirects to add trailing slash should be permanent redirects #15

Closed
opened 2023-01-14 18:20:39 +00:00 by tjp · 0 comments
Owner

In the contrib/fs package DirectoryDefault and DirectoryListing both have behavior to redirect /path/to/dir to /path/to/dir/ (add a trailing slash). These should be permanent redirects with code 31 rather than temporary (code 30).

In the `contrib/fs` package `DirectoryDefault` and `DirectoryListing` both have behavior to redirect `/path/to/dir` to `/path/to/dir/` (add a trailing slash). These should be permanent redirects with code 31 rather than temporary (code 30).
tjp added the
bug
label 2023-01-14 18:20:39 +00:00
tjp added the
easy
label 2023-01-14 19:06:50 +00:00
tjp added this to the v1.0 milestone 2023-01-25 03:05:51 +00:00
tjp closed this issue 2023-01-28 22:30:12 +00:00
tjp referenced this issue from a commit 2023-01-28 23:47:26 +00:00
This repo is archived. You cannot comment on issues.
No Milestone
No project
No Assignees
1 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: tjp/gus#15
No description provided.