Opened 9 years ago

Closed 9 years ago

#25405 closed Bug (worksforme)

FlatpageFallbackMiddleware doesn't find pages with leading slashes

Reported by: Jérôme Hugon Owned by: nobody
Component: contrib.flatpages Version: 1.8
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

In some case, flatpagefallbackmiddleware does not find the page, because it doesn't query with the leading slash.

Change History (1)

comment:1 by Tim Graham, 9 years ago

Resolution: worksforme
Status: newclosed
Summary: flatpagefallbackmiddleware problem with leading slahesFlatpageFallbackMiddleware doesn't find pages with leading slashes

Please be more specific about how to reproduce the issue by providing specific steps or a sample project. On djangoproject.com we are using flat page URLs that contain a leading slash.

Note: See TracTickets for help on using tickets.
Back to Top