I have an servlet which for some requests needs to grab a XML file from another site parse it and do some calculations with the data. I'm using the apache commons HttpClient 3.1 to connect to the url ...