Re: ProgressBar

2015-03-18 Thread Tobias Soloschenko
Hi, I played a bit around with HTML5 progress month ago, only wanted to mention it here: https://github.com/klopfdreh/wicket-components-playground/wiki/12.-HTML5-Progress kind regards Tobias Am 18.03.2015 um 08:52 schrieb Martin Grigorov mgrigo...@apache.org: Hi, You may see an

Re: Problem with ModalWindowPage example

2015-03-18 Thread wicket556
I checked the html and everything looks fine. wicket-ajax-jquery.js and wicket-event-jquery.js was loaded before modal.js. I tried to work it out but didn't find the solution so I changed every wicket dependency from version 7 to 6.18 version and now everything working. Thanks for your help. --

Re: Cross-Site Websocket Hijacking question

2015-03-18 Thread Martin Grigorov
Hi, Please file a ticket at JIRA. I think the check should be added at org.apache.wicket.protocol.ws.api.AbstractWebSocketProcessor#AbstractWebSocketProcessor(HttpServletRequest, WebApplication) so that it is available for all native integrations. We can also add a setting in WebSocketSettings

Re: Problem with ModalWindowPage example

2015-03-18 Thread Martin Grigorov
Does 6.19.0 work too ? Please create a quickstart application with 7.0.0-M5 and attach it to JIRA so we can debug and fix it. Thanks! Martin Grigorov Freelancer, available for hire! Wicket Training and Consulting https://twitter.com/mtgrigorov On Wed, Mar 18, 2015 at 1:18 PM, wicket556

Re: ProgressBar

2015-03-18 Thread Martin Grigorov
Hi, You may see an implementation of a progress bar at https://github.com/l0rdn1kk0n/wicket-bootstrap/blob/master/bootstrap-core/src/main/java/de/agilecoders/wicket/core/markup/html/bootstrap/components/progress/ There is also a convenient UpdateableProgressBar component that adds

Cross-Site Websocket Hijacking question

2015-03-18 Thread Gergely Nagy
Hi fellow Wicketers, I have a question regarding CSWH. I was reading this article recently: http://www.notsosecure.com/blog/2014/11/27/how-cross-site-websocket-hijacking-could-lead-to-full-session-compromise/ It made me wondering how can I implement my protection against this kind of attack? My