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

Changeset 1007

Show
Ignore:
Timestamp:
03/12/06 08:46:32
Author:
dowski
Message:

Fix for #484.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/cherrypy/filters/wsgiappfilter.py

    r1005 r1007  
    201201 
    202202    class Root(object): 
    203         @cherrypy.expose 
    204203        def index(self): 
    205204            yield "<h1>Hi, from CherryPy!</h1>" 
     
    208207            yield "SCRIPT_NAME and PATH_INFO get set " 
    209208            yield "<a href='app/this/n/that'>properly</a>" 
     209        index.exposed = True 
    210210 
    211211    # mount standard CherryPy app 

Hosted by WebFaction

Log in as guest/cpguest to create tickets