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

Changeset 1005

Show
Ignore:
Timestamp:
03/10/06 16:22:20
Author:
dowski
Message:

Addresses #483.

The wsgi_filter that I made is now incorporated into CP as cherrypy.filters.wsgiappfilter. It can be instantiated through the config file, _cp_filters, or through the included WSGIApp class and mounted to the tree.

Added a test for the filter to the test suite.

Files:

Legend:

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

    r985 r1005  
    1919    "cherrypy.filters.tidyfilter.TidyFilter", 
    2020    "cherrypy.filters.xmlrpcfilter.XmlRpcFilter", 
     21    "cherrypy.filters.wsgiappfilter.WSGIAppFilter", 
    2122] 
    2223 
  • trunk/cherrypy/test/test.py

    r973 r1005  
    328328        'test_sessionauthenticate_filter', 
    329329        'test_xmlrpc_filter', 
     330        'test_wsgiapp_filter', 
    330331    ] 
    331332    CPTestHarness(testList).run() 

Hosted by WebFaction

Log in as guest/cpguest to create tickets