I've been reading through ZPublisher/HTTPRequest.py, and I noticed several uses of regex.compile. Oddly enough, the result is thrown out after one use and recomputed later. Isn't regex.compile an expensive operation? Should the results of regex.compile by stored between uses? Cheers, Eric