easyexcel IllegalStateException: getOutputStream() has already been called for this response
In the spring boot appilciation, I have a restful api that export the excel to client using easyexcel https://github.com/alibaba/easyexcel. The export action will invoke the response.getOutputStream()
. And I also have a annotation tht will using the response.getOutputStream()
to record some log. Now I am facing a issue that:
Wrong URI encoding HTTP.exchange
I’m decoding a 2DDOC which stores a lot of URLs, I then, call those URL to get some certificates.