Re: RequestHandlerExecutor.ReplaceHandlerException and default handling by web container

2018-12-08 Thread Sven Meier
Hi Ilia, thanks for your request - see WICKET-6621 Have fun Sven Am 08.12.18 um 07:35 schrieb Илья Нарыжный: Hello, According to source code, it seems not possible to replace current handler by 'null' - assuming that wicket in this case will allow web-server to handle request further. That's

RequestHandlerExecutor.ReplaceHandlerException and default handling by web container

2018-12-07 Thread Илья Нарыжный
Hello, According to source code, it seems not possible to replace current handler by 'null' - assuming that wicket in this case will allow web-server to handle request further. That's a code of wicket filter: if (requestCycle.processRequestAndDetach()) { webResponse.flush(); } else { ... } and h