Ticket #662 (defect)
Opened 2 years ago
Last modified 1 year ago
error on configuration directive tools.caching.delay/maxobjects/maxsize
Status: closed (fixed)
| Reported by: | rune.hansen@scanmine.com | Assigned to: | fumanchu |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.1 |
| Component: | CherryPy code | Keywords: | |
| Cc: |
_cptools.CachingTool._wrapper calls caching.get() with keyword params. caching.get() does not support this.
[21/Feb/2007:12:50:01] HTTP Traceback (most recent call last): File "/home/utvikler/pylucenetesting/cherrypy/_cprequest.py", line 340, in respond File "/home/utvikler/pylucenetesting/cherrypy/_cprequest.py", line 76, in run File "/home/utvikler/pylucenetesting/cherrypy/_cprequest.py", line 44, in __call__ File "/home/utvikler/pylucenetesting/cherrypy/_cptools.py", line 265, in _wrapper TypeError: get() got an unexpected keyword argument 'delay
Change History
03/09/07 12:39:39: Modified by fumanchu
- description changed.
03/09/07 12:46:59: Modified by fumanchu
- owner changed from rdelon to fumanchu.
- status changed from new to assigned.
- milestone changed from 3.0 to 3.1.
06/16/07 18:10:15: Modified by fumanchu
Trunk fix in [1667].
06/16/07 18:41:26: Modified by fumanchu
- status changed from assigned to closed.
- resolution set to fixed.


Fixed for 3.0 branch in [1637]. For 3.1, the caching module should be rewritten to remove the ugly config hacks inside the MemoryCache? class.