32
32
# handle_with_trampoline controls the way in which fileservice_lib is invoked.
33
33
# If False, it will simply be called directly by this handler.
34
34
# If True, the request will get marshalled into a CGI environment and the
36
36
# to them). This script will then wrap the CGI environment in a replica of the
37
37
# original environment and handle it that way.
38
38
# This is a lot of overhead but it's the only way to properly ensure we are