Re: 302 Redirects triggered by Wicket when URL is same

2017-09-01 Thread tomask79
Thanks a lot Marcel for a tip. I will consult it with our DevOps guys. regards T. -- Sent from: http://apache-wicket.1842946.n4.nabble.com/Users-forum-f1842947.html - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org

Re: 302 Redirects triggered by Wicket when URL is same

2017-09-01 Thread tomask79
Thanks a lot Marcel for a tip, I will consult it with our DevOps guys. -- Sent from: http://apache-wicket.1842946.n4.nabble.com/Users-forum-f1842947.html - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For addition

Blur not listening Enter Key event- Wicket 7

2017-09-01 Thread durairaj t
Following code working with TAB and mouse click events but not with "ENTER KEY", do I need to use keycode and handle it? if yes, any examples for multi behavior functionality? *Wicket 5 is good, but in Wicket 7 it is not working. Code Snippet: new MyEventHandlingBehavior("blu

Re: 302 Redirects triggered by Wicket when URL is same

2017-09-01 Thread Marcel Barbosa Pinto
Hi, Are you using X-Forwarded headers sent by your balancer? You can to override this method in you WicketApplication class to try to debug the redirect: @Override protected WebResponse newWebResponse(final WebRequest webRequest, final HttpServletResponse httpServletResponse) {

Re: 302 Redirects triggered by Wicket when URL is same

2017-09-01 Thread tomask79
After some investigation this seems to be happening when HeapUsage at the affected node is almost 100%... Memory statistics by org.apache.wicket.protocol.http.requests.RequestLogger few moments before the mentioned redirect looping: I'm confused by the following: 1) Why wicket things that UR

Re: 302 Redirects triggered by Wicket when URL is same

2017-09-01 Thread tomask79
After some investigation this seems to be happening when HeapUsage at the affected node is almost 100%... Memory statistics by org.apache.wicket.protocol.http.requests.RequestLogger few moments before the mentioned redirect looping: I'm confused by the things: 1) Why wicket things that URL i