Re: secure widgets

2011-07-08 Thread Alberto Sarubbi
looks to me like a dead end for developing security sensitive UI with GWT. thank you Robert. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-toolkit@googlegroups.com. To unsubscribe from this

Re: secure widgets

2011-07-08 Thread Alberto Sarubbi
we actually protect EVERY call to our server validating the user rights before proceeding to the service execution. it just doesn't seem right to show a user a button that he can't click because he don't have the permission to do. it sounds more logical not showing the button at all. of course,

secure widgets

2011-07-07 Thread Alberto Sarubbi
hi there, i'm developing an application that came into a common use case when HTML is generated from server side, which is whether to include or not an element in the output based on security constraints applicable for the current user only. some security frameworks, like the one we're using