From: Evan Broder Date: Sun, 20 Dec 2009 21:03:12 +0000 (-0500) Subject: Fix the unauthenticated web interface. X-Git-Tag: 0.1.0^2~7 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/commitdiff_plain/e741fd1d0affaa05859561b5a3219ee055c10c07?ds=inline;hp=e741fd1d0affaa05859561b5a3219ee055c10c07 Fix the unauthenticated web interface. Separate the separate components of the web app by the authenticated webapp class at /auth and the unauthenticated app at /unauth. These are purely internal URLs, but used to allow a single CherryPy instance to serve both the authenticated and unauthenticated website. svn path=/package_branches/invirt-web/cherrypy-rebased/; revision=2728 ---