Re: [Stripes-users] Maven convention

2010-11-11 Thread VANKEISBELCK Remi
Thanks for the offering mate ! The Stripes mvn build is almost good now. There's just this ugly test module (as you could see it yourself), but apart from that most of it works perfect. I mean, we gen the taglib descriptors etc, sign the jars etc... There are a few glitches, but overall, it works

Re: [Stripes-users] Maven convention

2010-11-11 Thread Oscar Westra van Holthe - Kind
On 09-11-2010 at 12:17, Samuel Santos wrote: I do agree that we should at least add the support for Java Authentication and Authorization Service (JAAS) to Stripes core. Maybe I'm being silly here, but why? I mean, every servlet container and application server supports JAAS (the authentication

Re: [Stripes-users] Maven convention

2010-11-11 Thread Will Hartung
On Nov 11, 2010, at 6:26 AM, Oscar Westra van Holthe - Kind wrote: And honestly, I've not yet encountered a situation where JAAS authorization was used. I know that JAAS authorization can be used for user authorization, but specifying the permissions for users and objects in a dynamic way

Re: [Stripes-users] Maven convention

2010-11-11 Thread Oscar Westra van Holthe - Kind
On 11-11-2010 at 20:57, Will Hartung wrote: [...] Unfortunately, this is easier said than done, especially before Servlet 3.0. It gets very container specific, especially if you want to propagate the credentials back to the EJB tier in a JEE server. Here you touch the heart of many problems: