Changeset 94:81ba1046b58f

Show
Ignore:
Timestamp:
06/12/09 16:07:45 (9 months ago)
Author:
Allan Saddi <allan@saddi.com>
branch:
default
Message:

Don't use NoDefault? for ajp's scriptName -- it always must be specified since
there's no (standard) way to deduce it.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • flup/server/paste_factory.py

    r93 r94  
    3030 
    3131def run_ajp_thread(wsgi_app, global_conf, 
    32                    scriptName=NoDefault, host='localhost', port='8009', 
     32                   scriptName='', host='localhost', port='8009', 
    3333                   allowedServers='127.0.0.1', debug=NoDefault): 
    3434    import flup.server.ajp