Authored by DengXinFei

301

@@ -489,7 +489,7 @@ public class ClickUnionRest { @@ -489,7 +489,7 @@ public class ClickUnionRest {
489 clickUnion.info("addUnion4Jump request is {}",bo); 489 clickUnion.info("addUnion4Jump request is {}",bo);
490 // log.info("addUnion4Stream with request is {}", bo); 490 // log.info("addUnion4Stream with request is {}", bo);
491 response.setStatus(301); 491 response.setStatus(301);
492 - response.setHeader("Location",url); 492 + //response.setHeader("Location",url);
493 response.sendRedirect(url); 493 response.sendRedirect(url);
494 } catch (Exception e) { 494 } catch (Exception e) {
495 log.error("addUnion4Stream error with request={}", bo, e); 495 log.error("addUnion4Stream error with request={}", bo, e);