页面是照样显示,可是在后台服务器上抛出exception,这样很容易消耗资源。
1、错误提示:
在jsp向页面输出图片的时候,使用response.getOutputStream()会有这样的异常错误提示信息:
java.lang.IllegalStateException: getOutputStream() has already been called for this response
2、解决办法:
在调用输出验证码图片的jsp页面末尾家上语句:
_jspxFactory = null;
真实感谢各位网友对信息的分享。感谢google这为老师。
http://seagar.javaeye.com/blog/35502