#2931 closed defect (fixed)
wiki pages with / are not editable
Reported by: | Owned by: | Christian Boos | |
---|---|---|---|
Priority: | normal | Milestone: | 0.10 |
Component: | wiki system | Version: | 0.9 |
Severity: | normal | Keywords: | wikipagenames |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Sub webs on the wiki page have the following problem:
If I go to wiki/foo/ I get told Describe "foo" here (i.e. new page not yet created). If I edit it, normally to say "You probably want wiki:foo (no /"), then the page that gets created is not wiki:foo/ but wiki:foo
Therefore, I cannot create even a manual warning/redirect for the common problem of users appending a / to a URL.
Proposed solution: Allow editing of foo/ to edit foo/ not foo, *or* all foo/ requests go to foo. The / is dropped. This would work well for me but might break other sites. This is because previous Trac version (pre 0.9) treated foo and foo/ as separate, so other sites may have put content at both foo and foo/, or content on foo/ and redirects from foo to foo/.
Attachments (0)
Change History (5)
comment:1 by , 19 years ago
Milestone: | → 0.10 |
---|---|
Owner: | changed from | to
comment:3 by , 19 years ago
Keywords: | wikipagenames added |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Fixed in r3212.
comment:4 by , 18 years ago
So…. which version was this fixed in? Obviously not 0.9. 0.9.5 has this glitch too.
This is how it should work. Try here: TracDev/
Ok, not 100% well, the check for missing page doesn't ignore the trailing "/" as it should.