Ticket #641 (defect)
Opened 2 years ago
Last modified 2 years ago
[PATCH] RoutesDispatcher doesn't read _cp_config from the page handler
Status: closed (fixed)
| Reported by: | arnarbi@gmail.com | Assigned to: | rdelon |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | CherryPy code | Keywords: | |
| Cc: |
When using the RoutesDispatcher? the page handler (action) _cp_config is not merged into cherrypy.request.config. For one thing, this renders tools unusable as decorators.
Attached is a small patch to fix this problem.
Attachments
Change History
01/12/07 05:47:15: Modified by arnarb@gmail.com
- attachment routes_handler_config.patch added.
01/12/07 06:54:33: Modified by lawouach
- status changed from new to closed.
- resolution set to fixed.
Fixed in [1597].
Thanks to Arnar for the patch.


Patch to make routes dispatcher merge config from page handler