Re: Questions about wicket features

2008-08-07 Thread Arthur Ahiceh
/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/Questions-about-wicket-features-tp18857860p18866486.html Sent from the Wicket - User mailing list archive

Re: Questions about wicket features

2008-08-07 Thread Erik van Oosten
Arthur Ahiceh wrote: 4. Yes. See mailing list for earlier answers. There are more hardening options such as encrypting urls. Even encrypting the urls Wicket is vulnerable to CSRF because the key used to encrypt is shared by all users of application. Wicket is an extensible

Re: Questions about wicket features

2008-08-07 Thread Arthur Ahiceh
http://day-to-day-stuff.blogspot.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/Questions-about-wicket

Re: Questions about wicket features

2008-08-07 Thread Martijn Dashorst
-about-wicket-features-tp18857860p18866928.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Become

Re: Questions about wicket features

2008-08-07 Thread Erik van Oosten
Arthur Ahiceh wrote: ok! you have not used the word easily but only saying There are more hardening options such as encrypting urls it only seems that encrypting urls the problem is solved and it is not the case! The user has to implement a custom security factory, one different than provided

Re: Questions about wicket features

2008-08-07 Thread Johan Compagner
, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/Questions-about-wicket-features-tp18857860p18866486.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: Questions about wicket features

2008-08-07 Thread Marcelo Morales
Thank you all Marcelo Morales On Thu, Aug 7, 2008 at 2:44 AM, Erik van Oosten [EMAIL PROTECTED] wrote: Hello Marcelo, 1. No. The flip side of having full control of the HTML is that you need to write it yourself. 2. In Wicket it is trivial to keep state (read the conversation state) on

Re: Questions about wicket features

2008-08-07 Thread Arthur Ahiceh
. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/Questions-about-wicket-features-tp18857860p18870076.html Sent from the Wicket

Re: Questions about wicket features

2008-08-07 Thread Arthur Ahiceh
this message in context: http://www.nabble.com/Questions-about-wicket-features-tp18857860p18866928.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Questions about wicket features

2008-08-07 Thread Erik van Oosten
Arthur Ahiceh write: Erik, if you did not mean that I feel it, I understood that. ;-) Arthur Okay, thanks. (I didn't.) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Questions about wicket features

2008-08-07 Thread Erik van Oosten
Johan Compagner wrote: ...Which is pretty random. Only if all users would go over the same path always to the same page then the id could be guessed. Actually, I do not think that is completely far fetched. In my banking applications I mostly follow the same path. In some applications there

Re: Questions about wicket features

2008-08-07 Thread Martijn Dashorst
but all actions on bookmarkable pages have session relative urls, which makes guessing the correct URL still problematic. Martijn On Thu, Aug 7, 2008 at 3:16 PM, Erik van Oosten [EMAIL PROTECTED] wrote: Johan Compagner wrote: ...Which is pretty random. Only if all users would go over the same

Re: Questions about wicket features

2008-08-07 Thread Erik van Oosten
I was talking about the case where you are silly enough to code an action in the constructor of a bookmarkable page. (Really, I have seen it happen.) Regards, Erik. Martijn Dashorst wrote: but all actions on bookmarkable pages have session relative urls, which makes guessing the correct

RE: Questions about wicket features

2008-08-07 Thread Chris Colman
Hello I've browsed over the wicket documentation and examples. There are a couple of things I don't seem able to determine. So I would really appreciate your input on this questions. 1. Can I write a web application without coding any HTML whatsoever?... I mean, is there some kind of html

Questions about wicket features

2008-08-06 Thread Marcelo Morales
Hello I've browsed over the wicket documentation and examples. There are a couple of things I don't seem able to determine. So I would really appreciate your input on this questions. 1 Can I write a web application without coding any HTML whatsoever?... I mean, is there some kind of html or