34
39
"""Handler for the Server application which serves pages."""
39
50
# We're expecting paths are all of the form <usr>/...
40
51
parts = req.path.split(os.sep)
42
54
raise Exception, "empty path!"
47
path = os.path.join(conf.student_dir, usr, 'home', req.path)
58
60
req.content_encoding = encoding
60
62
req.write_html_head_foot = False
64
path = os.path.join(conf.student_dir, usr, 'home', req.path)