Modify ↓
Opened 19 years ago
Closed 19 years ago
#2323 closed enhancement (duplicate)
Trim trailing slash for wiki pages
Reported by: | Owned by: | Christopher Lenz | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | wiki system | Version: | 0.9 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
This patch removed the trailing / for wiki pages. Currently example.com/wiki/SandBox and example.com/wiki/SandBox/ are 2 different pages. However, they should point to the same page to keep users from being confused. For example if you have example.com/SandBox/Test and a user remove /Test from the url in their browser location bar and another user removes just Test they should be sent to the same page.
Attachments (1)
Note:
See TracTickets
for help on using tickets.
Patch to remove trailing /'s from wiki page names