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
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