application.cgirun() behaves not as expected on GAE

Bug #486281 reported by Alex Koshelev
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
web.py
New
Undecided
Unassigned

Bug Description

application.cgirun() doc string suggests such use case:

"""
Return a CGI handler. This is mostly useful with Google App Engine.
There you can just do:

main = app.cgirun()
"""

But in case of GAE cgirun() always returns None. It executed WSGI application once and returns (GAE's `run_wsgi_app` even daesn't have explicit return statement!).

It cause GAE not to cache handler module as expected.

Alex Koshelev (daevaorn)
description: updated
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.