Re: Possible Issues with Page Store

2017-09-07 Thread Andrea Del Bene
It should be released tomorrow evening (CEST). If you feel brave enough :-) you can use the staging repository right now: https://repository.apache.org/content/repositories/orgapachewicket-1100 On Thu, Sep 7, 2017 at 1:56 PM, Brian Cullen wrote: > Thanks for that... I

RE: Possible Issues with Page Store

2017-09-07 Thread Brian Cullen
Thanks for that... I was aware. Ironically that bug is the reason we haven't moved to 7.8 yet. Hopefully the new version will be released soon. Brian. -Original Message- From: Emond Papegaaij [mailto:emond.papega...@topicus.nl] Sent: 07 September 2017 12:54 To: users@wicket.apache.org

Re: Possible Issues with Page Store

2017-09-07 Thread Emond Papegaaij
Before you spend another day on troubleshooting again: check WICKET-6457. It's a regression caused by the fix for WICKET-6387 which will cause the pagestore to keep growing on some containers (like wildfly). It is fixed in 7.8.1 which is in the process of being released at this moment. Emond

RE: Possible Issues with Page Store

2017-09-07 Thread Brian Cullen
As is the way with these things I find that this issue has already been addressed by WICKET-6387 and is fixed in Wicket 7.8. I wish I had found that earlier. Brian. -Original Message- From: Brian Cullen [mailto:brian.cul...@cdl.co.uk] Sent: 07 September 2017 11:42 To:

Possible Issues with Page Store

2017-09-07 Thread Brian Cullen
Hello, I'm working with Wicket 7.7 and have hit something I don't understand relating to how pages are written and retrieved from the DiskDataStore. I'm not sure if this is the correct list to post this but I would appreciate any assistance people can provide. Essentially the issue I'm having

Re: CsrfPreventionRequestCycleListener or alternative CSRF protection

2017-09-07 Thread Martin Grigorov
org.apache.wicket.core.request.handler.ListenerInterfaceRequestHandler#getComponent() instanceOf Form Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Thu, Sep 7, 2017 at 11:04 AM, Wayne W wrote: > Thanks Martin, > > how can I tell

Re: CsrfPreventionRequestCycleListener or alternative CSRF protection

2017-09-07 Thread Wayne W
Thanks Martin, how can I tell for example if the IPageClassRequestHandler or ListenerInterfaceRequestHandler is for a form? On Wed, Sep 6, 2017 at 12:39 PM, Martin Grigorov wrote: > Hi, > > I don't use any of these so I have no much experience in production with > them! >