Header locationHeader = httpMethod.getResponseHeader("location");
if (locationHeader != null)
{
String redirectLocation = locationHeader.getValue();
log.info("# Received '302' code --> " + redirectLocation);
DoGetRequest cmd = new DoGetRequest(new URI(redirectLocation));
// We should somehow stuff the response in the next payload
// but it's not yet proven it's usefull
// For now we don't add any contextual payload as