Opened 18 years ago
Closed 17 years ago
#6167 closed (duplicate)
Flat pages do not honour APPEND_SLASH
| Reported by: | Owned by: | nobody | |
|---|---|---|---|
| Component: | Contrib apps | Version: | dev |
| Severity: | Keywords: | flatpages | |
| Cc: | semente@… | Triage Stage: | Accepted |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
Flat pages do not append a slash if they were defined as /page/ and /page is requested.
Attachments (1)
Change History (6)
by , 18 years ago
| Attachment: | flatpages_append_slash.diff added |
|---|
comment:1 by , 18 years ago
| Has patch: | set |
|---|---|
| Triage Stage: | Unreviewed → Ready for checkin |
comment:3 by , 18 years ago
| Triage Stage: | Ready for checkin → Accepted |
|---|
Seems to be some possibility that #6213 fixes the problem differently (better?) if I'm reading the comments there correctly. Some should sort out a unified approach here so that we're left with one patch and one ticket open (and the other one closed as a dupe or something).
comment:4 by , 18 years ago
| Cc: | added |
|---|
comment:5 by , 17 years ago
| Resolution: | → duplicate |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Note that if you're using flat pages currently (using a pattern rather than the middleware), APPEND_SLASH is not even used because flat pages catches everything and a slash is now only appended when the non-slash path doesn't resolve.
Also added in (the start of) a test suite for flatpages!