Showing
1 changed file
with
1 additions
and
1 deletions
@@ -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); |
-
Please register or login to post a comment