Changeset 1463
- Timestamp:
- 12/01/06 23:34:22
- Files:
-
- trunk/cherrypy/_cpdispatch.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/cherrypy/_cpdispatch.py
r1431 r1463 132 132 object_trail.insert(i+1, ["default", defhandler, conf, curpath]) 133 133 request.config = set_conf() 134 request.is_index = False 134 # See http://www.cherrypy.org/ticket/613 135 request.is_index = path.endswith("/") 135 136 return defhandler, names[i:-1] 136 137

