- Timestamp:
- 15/05/07 16:04:20 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TI05-delivery/ows_framework/trunk/ows_server/ows_server/config/middleware.py
r2476 r2479 54 54 # Display error documents for 401, 403, 404 status codes (if debug is disabled also 55 55 # intercepts 500) 56 app = ErrorDocuments(app, global_conf, mapper=error_mapper, **app_conf)56 #app = ErrorDocuments(app, global_conf, mapper=error_mapper, **app_conf) 57 57 58 58 # Establish the Registry for this application
Note: See TracChangeset
for help on using the changeset viewer.