Ticket #994 (defect)
Opened 5 months ago
cherryd fails if a tree.app item is instance of _cpwsgi.VirtualHost
Status: new
| Reported by: | dasacc22@gmail.com | Assigned to: | fumanchu |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | CherryPy code | Keywords: | |
| Cc: |
cherryd tries to call app.merge on line 22 to merge passed in config to any apps mounted.
_cpwsgi.VirtualHost? doesn't support this. I think its a bit naive to assume that every app mounted needs to have the passed in config merged with its own current config. Whatever the solution, something needs to be fixed.

