46
46
"""Handler for the Server application which serves pages."""
47
47
# Get the username of the student whose work we are browsing, and the
48
48
# path on the local machine where the file is stored.
49
(login, jail, path) = studpath.url_to_jailpaths(req.config, self.path)
51
51
owner = User.get_by_login(req.store, login)