Re: Double slash break everything

2017-09-18 Thread Maxim Solodovnik
Here is the example of handling multiple slashes: https://stackoverflow.com/questions/11214542/is-there-a-way-to-handle-extra-slashes-at-beginning-of-url-using-jersey-and-guic On Tue, Sep 19, 2017 at 11:47 AM, Илья Нарыжный wrote: > Actually, it can be easily reproduced on wicket

Re: Joda-time dependency

2017-09-18 Thread Martin Makundi
2017-09-19 7:16 GMT+03:00 Martin Grigorov : > On Sep 19, 2017 6:22 AM, "Martin Makundi" < > martin.maku...@koodaripalvelut.com> wrote: > > IMO it's better to big mang whole wicket to drop joda date. All wicket 8 > without joda. > > > Said the person who still uses

Re: Double slash break everything

2017-09-18 Thread Илья Нарыжный
Actually, it can be easily reproduced on wicket quick-start. Please check this one: https://github.com/PhantomYdn/wicket-bugs/tree/master/doubleslash Thanks, Ilia - Orienteer(http://orienteer.org) - open source Business Application Platform On Mon,

Re: Joda-time dependency

2017-09-18 Thread Martin Grigorov
On Sep 19, 2017 6:22 AM, "Martin Makundi" < martin.maku...@koodaripalvelut.com> wrote: IMO it's better to big mang whole wicket to drop joda date. All wicket 8 without joda. Said the person who still uses Wicket 1.4 for his apps... Everyone wants to see the Big Bang and this might be the

Re: Joda-time dependency

2017-09-18 Thread Martin Makundi
IMO it's better to big mang whole wicket to drop joda date. All wicket 8 without joda. ** Martin 2017-09-18 22:43 GMT+03:00 Martin Grigorov : > On Mon, Sep 18, 2017 at 6:50 AM, Martin Makundi < > martin.maku...@koodaripalvelut.com> wrote: > > > Is it possible to also drop

Re: Double slash break everything

2017-09-18 Thread Maxim Solodovnik
I would say it is not wicket issue, but the behavior of your application server WBR, Maxim (from mobile, sorry for the typos) On Sep 19, 2017 07:53, "Илья Нарыжный" wrote: > Hello, > > Any ideas? Is this known Wicket bug? > > Thanks, > Ilia > >

Re: WebSocket and timeout

2017-09-18 Thread Maxim Solodovnik
Sorry, Misread it :( I actually using both. Ajax request refreshing HTTP session and binary ping refreshing websocket connection and being ignored WBR, Maxim (from mobile, sorry for the typos) On Sep 19, 2017 02:49, "Martin Grigorov" wrote: > Hi, > > @Maxim: the problem

Re: Double slash break everything

2017-09-18 Thread Илья Нарыжный
Hello, Any ideas? Is this known Wicket bug? Thanks, Ilia - Orienteer(http://orienteer.org) - open source Business Application Platform On Sat, Sep 9, 2017 at 10:37 PM, Илья Нарыжный wrote: > Hello, > > We have in Orienteer

Re: WebSocket and timeout

2017-09-18 Thread Martin Grigorov
Hi, @Maxim: the problem Manfred faces is not that the Http Session expires but that the WebSocket connection is closed by the web container due to inactivity. @Manfred: I'd use server-side timer that uses the IWebSocketConnectionRegistry to send the heartbeat message to all connected clients.

Re: Joda-time dependency

2017-09-18 Thread Martin Grigorov
On Mon, Sep 18, 2017 at 6:50 AM, Martin Makundi < martin.maku...@koodaripalvelut.com> wrote: > Is it possible to also drop joda from wicketstuff for consistency? > IMO, the WicketStuff module must be exactly the same as the one in Wicket 7.x. Any changes in the API should be done in Wicket 8.x.

Of IColumns, Builders and Lambdas

2017-09-18 Thread ChambreNoire
Hi, Just wondering if anyone had already thought of instantiating IColumns using the builder pattern in conjunction with Lambdas for things like cell/header styling and column visibility (and more depending on the type of column) ? My extended columns usually involve a fair bit of method