Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

当一个请求不属于webx的请求,但是在自己的servlet中抛出异常,webx会抛出Buffering mode is required to popCharBuffer #16

Open
changding opened this issue Aug 21, 2014 · 1 comment

Comments

@changding
Copy link

当一个请求不属于webx的请求,但是在自己的servlet中抛出异常,但是业务自己没有控制,在使用了pipelineException处理异常时,webx会抛出Buffering mode is required to popCharBuffer,原因是因为在giveupControl以后,将Buffer关掉了,从而在pipeline中去renderTemplate的时候,就出现了上面的异常

@cqsuper
Copy link
Contributor

cqsuper commented Sep 28, 2015

当一个请求都不属于webx流程了,你就不应该让它进入pipeline,你应该在web.xml配置把它exclude掉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants