Hello everybody,
I'm kind of new in GAE things and for my first project i'm trying to fetch an RSS feed and add it some more information coming from the same site. But when i'm trying to fetch the RSS URL, i get an java.io.IOException: Too many redirects at URL on GAE servers while on debug on my computer everything is OK.
Could you tell if it's possible to increase the number of maximum redirect allowed by GAE and if it's possible to activate on the administrator console of GAE a debug property to see the different redirect requests send back by the URL server ?
Thx in advance.