Ticket #446 (defect)
Opened 2 years ago
Last modified 2 years ago
tree.mount should optionally set its own baseurl from config
Status: closed (fixed)
| Reported by: | fumanchu | Assigned to: | rdelon |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.2-final |
| Component: | CherryPy code | Keywords: | |
| Cc: |
The new tree.mount method has a "baseurl" arg which has to be set manually. It would be nice if the method could (optionally) pull the "baseurl" from the conf file passed into it. Patch attached. I jsut wanted to get some opinions before committing it.
Attachments
Change History
01/23/06 02:19:46: Modified by fumanchu
- attachment conf_mount_point.patch added.
01/23/06 02:22:39: Modified by lawouach
it doesn't look too intrusive. i'm alright with it.
01/25/06 01:55:15: Modified by fumanchu
- status changed from new to closed.
- resolution set to fixed.
Implemented in [936].


Patch to allow tree.mount's "baseurl" arg to be pulled from conf