Hi, java.net.URLConnection.getHeaderFields() returns a Map from Strings to Strings; it should return a Map from Strings to Lists of Strings (according both JDK specification and implementation). Cheers, - Benja