40
40
# handle_with_trampoline controls the way in which fileservice_lib is invoked.
41
41
# If False, it will simply be called directly by this handler.
42
42
# If True, the request will get marshalled into a CGI environment and the
46
46
# This is a lot of overhead but it's the only way to properly ensure we are
47
47
# acting "as" that user and therefore we don't run into permissions problems.
48
48
# If set to True, it will be a lot more efficient, but there will be
49
49
# permissions issues unless all user's files are owned by the web server user.
50
50
HANDLE_WITH_TRAMPOLINE = True
55
55
"""Handler for the File Services application."""