Changeset 1952
- Timestamp:
- 04/26/08 19:20:28
- Files:
-
- branches/cherrypy-3.0.x/cherrypy/_cprequest.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/cherrypy-3.0.x/cherrypy/_cprequest.py
r1636 r1952 608 608 # dispatchers can only be specified in app.config, not in _cp_config 609 609 # (since custom dispatchers may not even have an app.root). 610 trail = path 610 trail = path or "/" 611 611 while trail: 612 612 nodeconf = self.app.config.get(trail, {})

