OutOfMemoryError

2015-08-21 Thread Francois Meillet
there is an OutOfMemoryError when looking at with the exemples on http://www.wicket-library.com/wicket-examples-6.0.x/index.html François

Re: OutOfMemoryError

2015-08-21 Thread Martin Grigorov
I took it down. It will be started automatically by the hosting provider after some time... I'll have to spend some time to see what the provider does and to upgrade to Wicket 7.x / Tomcat 7/8. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Fri, Aug 21, 2015 at

Re: ServletWebResponse.sendRedirect calls disableCaching twice

2015-08-21 Thread Martin Grigorov
Hi, Yes, this looks strange. I think it is OK to remove it. Additionally I think setContentType() should be moved above getWriter().write():

ServletWebResponse.sendRedirect calls disableCaching twice

2015-08-21 Thread Emond Papegaaij
Hi, I just noticed that ServletWebResponse.sendRedirect calls disableCaching twice. The second call was explicitly added in ea295d44bbc7e8455b6f70c70cc2aebb4ff16664 for WICKET-3921. However, at that time, the first call was already there. I do not see how this change could have made any