Hi, It looks like GAE cannot fetch URL when GZip content is returned. It throws the following exception:
java.io.IOException: Could not fetch URL: https://reportingitc.apple.com/autoingestion.tft at com.google.appengine.api.urlfetch.URLFetchServiceImpl.convertApplicationException(URLFetchServiceImpl.java: 115) at com.google.appengine.api.urlfetch.URLFetchServiceImpl.fetch(URLFetchServiceImpl.java: 42) If non-GZip content is returned - everything works fine. The error cannot be reproduced in the development mode. -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to google-appengine-java@googlegroups.com. To unsubscribe from this group, send email to google-appengine-java+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.