[Zope-Checkins] CVS: Zope2 - http_server.py:1.17

Matthew T. Kromer matt@digicool.com
Thu, 22 Jun 2000 16:11:16 -0400


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