Ticket #595 (enhancement)
Opened 2 years ago
Last modified 2 years ago
Allow tool priorities to be overridden in config
Status: closed (fixed)
| Reported by: | fumanchu | Assigned to: | fumanchu |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.0 |
| Component: | CherryPy code | Keywords: | |
| Cc: |
For example:
[/example/path] tools.flatten.on = True tools.flatten.priority = 20
I think this would take a lot of the burden off the builtin Tool priorities having to be "just right" for all possible combinations.
Change History
12/21/06 01:11:51: Modified by fumanchu
- status changed from new to closed.
- resolution set to fixed.


Implemented in [1542]. Not sure if the same should be done for hooks or not...