Session timeout and ajax timer behavior

2017-09-09 Thread Maxim Solodovnik
Hello All, I'm observing weird behavior: AbstractAjaxTimerBehavior(Duration.seconds(30)) is set in my application. It is being regularly called (according to debugger and log messages) I set it up to prevent Tomcat session timeout [1] Surprisingly I got session timeout and see no http requests i

Re: Session timeout and ajax timer behavior

2017-09-09 Thread Maxim Solodovnik
The issue seems to be Chrome specific, I can see requests in FF and session is not expired in FF On Sat, Sep 9, 2017 at 8:06 PM, Maxim Solodovnik wrote: > Hello All, > > I'm observing weird behavior: > > AbstractAjaxTimerBehavior(Duration.seconds(30)) is set in my application. > It is being

Double slash break everything

2017-09-09 Thread Илья Нарыжный
Hello, We have in Orienteer customized NotFoundPage https://github.com/OrienteerBAP/Orienteer/blob/master/orienteer-core/src/main/java/org/orienteer/core/web/NotFoundPage.java . And it works perfectly except one case: if somebody by mistake put double slash in URL. For example https://demo.oriente