[ckan-changes] [ckan/ckan] 358646: Changed dispatch middleware to check against known...
GitHub
noreply at github.com
Fri Sep 4 15:07:26 UTC 2015
Branch: refs/heads/flask-poc
Home: https://github.com/ckan/ckan
Commit: 358646aa4ae3976b5b714ba72c51b52789f6aaf7
https://github.com/ckan/ckan/commit/358646aa4ae3976b5b714ba72c51b52789f6aaf7
Author: Ross Jones <ross at servercode.co.uk>
Date: 2015-09-04 (Fri, 04 Sep 2015)
Changed paths:
M ckan/ckan_app.py
M ckan/config/middleware.py
Log Message:
-----------
Changed dispatch middleware to check against known Flask paths
Unfortunately we need to check the path for the request against a known
list of partial paths that Flask knows about - and then we route those
requests to Flask.
More information about the ckan-changes
mailing list