from WebKit.Page import Page from WebKit.Application import Application from string import replace, split, strip import os class Servlet(Page): """Test of extra path info.""" def title(self): return self.__doc__ def writeBody(self): self.writeln('
serverSidePath = %s
" % req.serverSidePath()) self.writeln("extraURLPath = %s
" % req.extraURLPath())