settings.APPEND_SLASH (CommonMiddleware) does not work well behind multiple proxies
I'm using the MultipleProxyMiddleware middleware.
settings.APPEND_SLASH defaults to True.
MultipleProxyMiddleware needs to be enabled *before* CommonMiddleware for APPEND_SLASH to work.
Maybe all this needs is a few more lines where MultipleProxyMiddleware is documented (or directions to put MultipleProxyMiddleware first would work too I guess).
Change History
(6)
| Description: |
modified (diff)
|
| Component: |
Uncategorized → Documentation
|
| Easy pickings: |
set
|
| Has patch: |
set
|
| Triage Stage: |
Unreviewed → Accepted
|
| Type: |
Uncategorized → Cleanup/optimization
|
| Triage Stage: |
Accepted → Ready for checkin
|
| Resolution: |
→ fixed
|
| Status: |
new → closed
|
Fixed formatting.