Update of /cvs-repository/Zope2/ZServer/medusa In directory korak.digicool.com:/tmp/cvs-serv3819 Modified Files: http_server.py Log Message: Change crack_request to handle absoluteURIs instead of just absolute paths; e.g. GET http://www.zope.org:8080/ is legal, but medusa was not cleaning this up to a URI of /. The REQUEST regex was converted to a re format to accomplish this