salmanwahed / modwsgi

Automatically exported from code.google.com/p/modwsgi
0 stars 0 forks source link

Add means of force loading specific URL of web application when preloading WSGI script. #297

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When specifying both application-group and process-group with WSGIScriptAlias, 
allow a preload-resource option to specific a path to a resource within WSGI 
application that should also be force loaded by faking a HTTP request against 
the WSGI application.

Original issue reported on code.google.com by Graham.Dumpleton@gmail.com on 4 Apr 2013 at 11:38

GoogleCodeExporter commented 9 years ago
No intention of doing this. People can always fake it themselves with Webtest 
in WSGI script file.

Original comment by Graham.Dumpleton@gmail.com on 12 Nov 2014 at 10:47