简体   繁体   中英

response.getOutputStream has already been called

有没有办法可以检查是否已经为响应调用了getOutputStream?

一种方法是编写拦截servlet请求的ServletFilter ,使用Decorator包装HttpServletResponse,其响应ServletFilter ()将告诉您该方法已被调用,并将调用委托给包装的HttpServletResponse以返回实际的输出流。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM