AW: [announcement] new security extensions

2006-11-21 Thread Strittmatter, Stephan
Discussion Betreff: [announcement] new security extensions Hi, There is a new EL extension in sandbox for security purposes. The basic usage is like #{securityContext.ifGranted['rolename']} Here is the wiki; http://wiki.apache.org/myfaces/SecurityContext As mentioned in the wiki user-role Awareness

Re: [announcement] new security extensions

2006-11-21 Thread Bernd Bohmann
Hello, I have ask to include this module and an other module for inclusion in the myfaces common or what ever module, last month. http://mail-archives.apache.org/mod_mbox/myfaces-dev/200610.mbox/[EMAIL PROTECTED] I like the idea to share more code with each other project. Regards Bernd

Re: [announcement] new security extensions

2006-11-21 Thread Bernd Bohmann
Hello Mario, Mario Ivankovits wrote: Hi Matthias! http://svn.apache.org/viewvc/myfaces/tobago/trunk/contrib/security/ This one is really interesting, though, instead of a simple error message I'd prefer something like invoking a navigation, For this I can add a optional ActionListner or

Re: [announcement] new security extensions

2006-11-21 Thread Mario Ivankovits
Hi Bernd! Bohmann schrieb: http://mail-archives.apache.org/mod_mbox/myfaces-dev/200610.mbox/[EMAIL PROTECTED] Sorry, I've read it in the past, but my brain didn't jump up at this time :-( I like the idea to share more code with each other project. Great! The FileUpload stuff is somewhat

Re: [announcement] new security extensions

2006-11-18 Thread Matthias Wessendorf
Cagatay, have you looked at http://svn.apache.org/viewvc/myfaces/tobago/trunk/contrib/security/ ? -Matthias On 11/14/06, Cagatay Civici [EMAIL PROTECTED] wrote: Hi, There is a new EL extension in sandbox for security purposes. The basic usage is like

Re: [announcement] new security extensions

2006-11-18 Thread Cagatay Civici
No, I haven't seen that until you pointed out. Looks interesting indeed.

Re: [announcement] new security extensions

2006-11-18 Thread Mario Ivankovits
Hi Matthias! http://svn.apache.org/viewvc/myfaces/tobago/trunk/contrib/security/ This one is really interesting, though, instead of a simple error message I'd prefer something like invoking a navigation, or even better delegating the action to be taken to the user defined security context

Re: [announcement] new security extensions

2006-11-18 Thread Matthias Wessendorf
I am definitely interested in working closer with tobago in framework issues like this! Greetz, Matthias On 11/18/06, Mario Ivankovits [EMAIL PROTECTED] wrote: Hi Matthias! http://svn.apache.org/viewvc/myfaces/tobago/trunk/contrib/security/ This one is really interesting, though, instead of a

Re: [announcement] new security extensions

2006-11-14 Thread Martin Marinschek
Hi Cagatay, great addition to MyFaces! Thanks... regards, Martin On 11/14/06, Cagatay Civici [EMAIL PROTECTED] wrote: Hi, There is a new EL extension in sandbox for security purposes. The basic usage is like #{securityContext.ifGranted['rolename']} Here is the wiki;

[announcement] new security extensions

2006-11-14 Thread Cagatay Civici
Hi,There is a new EL extension in sandbox for security purposes.The basic usage is like #{securityContext.ifGranted['rolename']}Here is the wiki; http://wiki.apache.org/myfaces/SecurityContextAs mentioned in the wiki user-role Awareness attributes enabledOnUserRole and visibleOnUserRole will be