码迷,mamicode.com
首页 > 编程语言 > 详细

Java.lang.IllegalStateException: Cannot call sendRedirect() after the response has been committed

时间:2019-01-20 11:54:16      阅读:1373      评论:0      收藏:0      [点我收藏+]

标签:一个   color   重定向   解决办法   stat   bee   com   运行   去掉   

在使用response重定向的时候,报以下错误:
Java.lang.IllegalStateException: Cannot call sendRedirect() after the response has been committed
原因如下:
  1.   response重定向后没有return,后续程序继续运行,遇到了后续的再次重定向代码报错。
    解决方法:重定向后return。

  2. response重定向后还有重定向 ,重复的重定向

    解决办法:去掉其中的一个redirect,或者response

Java.lang.IllegalStateException: Cannot call sendRedirect() after the response has been committed

标签:一个   color   重定向   解决办法   stat   bee   com   运行   去掉   

原文地址:https://www.cnblogs.com/ggq-insist-qiang/p/10293993.html

(0)
(1)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!