Changes between Initial Version and Version 2 of Ticket #26293


Ignore:
Timestamp:
Mar 1, 2016, 5:54:36 AM (8 years ago)
Author:
Emett Speer
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26293

    • Property Owner changed from nobody to Emett Speer
    • Property Status newassigned
  • Ticket #26293 – Description

    initial v2  
     1I took a look over it and you are correct that APPEND_SLASH wil not run unless PREPEND_WWW is also set. =
     2
    13I recently deployed a project into production using Django 1.9.2 and started getting strange logged warning messages from Sentry for 404's. Looking into it, this occurred in `django.core.handers.base.BaseHandler.get_response` and was related to people visiting URLs without trailing slashes.
    24
Back to Top