Changes between Version 6 and Version 7 of RequestFilters
- Timestamp:
- 11/08/09 21:47:02 (10 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RequestFilters
v6 v7 32 32 `diva.http.caching_filter` (“caching”):: Adds default cache control headers to responses 33 33 `diva.forms.form_filter` (“form-processing”):: Automatically populates HTML forms from previously entered data, and provides optional CSRF protection 34 `diva.session.session_filter` (“session”):: Makes a session dictionary available to the application, and loads/stores the session data from/to a cookie. 34 35 35 36 In addition, the following request filters are available but not enabled by default:
