Download Install Tutorial Docs FAQ Tools WikiLicense Team IRC Planet Involvement Shop Book

Changeset 1952

Show
Ignore:
Timestamp:
04/26/08 19:20:28
Author:
fumanchu
Message:

Backport to 3.0.x of [1737] fix for #737.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/cherrypy-3.0.x/cherrypy/_cprequest.py

    r1636 r1952  
    608608        # dispatchers can only be specified in app.config, not in _cp_config 
    609609        # (since custom dispatchers may not even have an app.root). 
    610         trail = path 
     610        trail = path or "/" 
    611611        while trail: 
    612612            nodeconf = self.app.config.get(trail, {}) 

Hosted by WebFaction

Log in as guest/cpguest to create tickets