Simon's post about request/response handling prompted me to go browse
the middleware code.

In CommonMiddleware, under _is_ignorable_404(uri), this bit looks
perhaps misplaced:

    if '_files' in uri:
        # URI is probably from a locally-saved copy of the page.
        return True


Can you explain what that does?  Shouldn't that maybe be in a conf file?

Reply via email to