91
91
# Get the interpreter function object
92
92
interp_object = interpret.interpreter_objects[interp_name]
94
95
# TODO: Nicer 500 message (this is due to bad configuration in
96
97
req.throw_error(req.HTTP_INTERNAL_SERVER_ERROR)
97
interpret.interpret_file(req, owner, filename, interp_object)
98
interpret.interpret_file(req, owner, jail_dir, path, interp_object)
100
101
# Otherwise, use the blacklist/whitelist to see if this file should be