When <key> without trailing slash not found, try to resolve <key>/<index> #557

Closed
opened 2023-05-02 09:06:28 +00:00 by quentin · 0 comments
Owner

Today, if someone passes a [key] with a trailing slash, we also try to resolve [key][index]. But if the key passed has no trailing slash, we don't try to resolve [key]/[index], however this is a common behavior of many webserver and it has been requested by one of Garage users. We might consider implementing it.

Today, if someone passes a `[key]` with a trailing slash, we also try to resolve `[key][index]`. But if the key passed has no trailing slash, we don't try to resolve `[key]/[index]`, however this is a common behavior of many webserver and it has been requested by one of Garage users. We might consider implementing it.
quentin added the
Improvement
label 2023-05-02 09:06:28 +00:00
quentin changed title from When <key> without trailing slash not found, try to resolve <key>/<index doc> to When <key> without trailing slash not found, try to resolve <key>/<index> 2023-05-02 09:06:52 +00:00
quentin self-assigned this 2023-06-15 07:37:25 +00:00
lx closed this issue 2023-08-28 10:15:02 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
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: Deuxfleurs/garage#557
No description provided.