close Warning: Can't synchronize with repository "(default)" (Unsupported version control system "svn": No module named svn). Look in the Trac log for more information.

Changes between Version 3 and Version 4 of RequestFilters


Ignore:
Timestamp:
Jun 30, 2008, 9:26:01 PM (16 years ago)
Author:
cmlenz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RequestFilters

    v3 v4  
    2424 `diva.errors.error_filter`:: Intercepts exceptions and displays either a friendly error page or the debugging page
    2525 `diva.templating.template_filter`:: Serializes Genshi template output streams
    26  `diva.ui.chrome.chrome_filter`:: Injects any programmatically added scripts, style sheets, and links into the output stream
    2726 `diva.i18n.l10n_filter`:: Handles locale negotiation and makes the corresponding translations catalog available
    2827 `diva.http.caching_filter`:: Adds default cache control headers to responses
     
    6160
    6261A good rule of thumb is that request filters are better suited if the functionality needs access to parts of the application or framework.
    63