Changes between Initial Version and Version 1 of Ticket #92, comment 2


Ignore:
Timestamp:
03/08/2012 10:24:42 AM (14 years ago)
Author:
yuanhuoqing
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #92, comment 2

    initial v1  
    1     经测试,加了return后异常消失,并已上线。 
    2     在response.sendRedirect()或response.setHeader("Location","")或 <jsp:forward page="" />前调用out.flush()方法,也会报java.lang.IllegalStateException: forward() not allowed after buffer has committed.