Ticket #632 (defect)
Opened 2 years ago
Last modified 2 years ago
CP checker misleading warning on customized toolbox
Status: closed (fixed)
| Reported by: | lawouach | Assigned to: | rdelon |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.1 |
| Component: | CherryPy code | Keywords: | |
| Cc: |
If you create your own toolbox then the checker warns you that its namespace is unknown. It won't stop CP to work propely but is fairly misleading for users who would not understand why they get such a message.
The problem lies in the _known_ns method because the known_config_namespaces does not contain the customized namespaces.
http://www.cherrypy.org/browser/trunk/cherrypy/_cpchecker.py#L123
I'm not how difficult it would be to pass those new namespaces to the checker.
Change History
12/28/06 15:19:54: Modified by fumanchu
- status changed from new to closed.
- resolution set to fixed.


Fixed in [1575].