I set up error-page in zk.xml, but it throws IllegalStateException in Jboss: java.lang.IllegalStateException: Cannot reset buffer after response has been committed
However, it works fine in Tomcat. Is it a configuration issue?
|
|
|
There is the workaround for this issue, you can remove the javax.servlet.error.exception in the error.zul page. For example,
Or use the latest ZK version, which has fixed the bug |
|||
|
|