Glenn Nielsen wrote: > Your commit mentions fixing a memory leak in HttpRequestBase, but I never > saw that file committed.
HttpRequestBase does create a lot of dates objects when it is instantiated. For some reason it was also never GCed properly, at least on JDK 1.3, which leaked a ton of memory. It was also very inefficient, as the object was only used to find the wrapper associated with the RD. Remy -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>