JAAS login context propagation to JBoss

2003-02-05 Thread Peter Kelley
done to associate the JAAS subject with the current thread every time a request comes in. I can cache the subject in the session but I'm not sure how to go about doing the association. Any ideas ? -- Peter Kelley <[EMAIL PROTECTED]> Mov

Re: JAAS login context propagation to JBoss

2003-02-06 Thread Peter Kelley
As(subject, ). This seems awfully low level but I can't see another way. Can anyone suggest an alternative ? Surely this problem has been encountered before. On Thu, 2003-02-06 at 15:43, Peter Kelley wrote: > I have set up form based authentication for Tomcat 4.1.18 using the > JAA

Re: export exel stylesheets from jsp

2003-02-06 Thread Peter Kelley
==+ > > > > > > ----- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] -- Peter Kelley <[EMAIL PROTECTED]> Moveit Pty Ltd - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: JAAS login context propagation to JBoss

2003-02-06 Thread Peter Kelley
urityUtil.java) > > or starts using Tomcat 5. > > -- Jeanfrancois > > > Peter Kelley wrote: > > >I tell a lie, you can't get access to the users session easily from a > >realm's authenticate method. > > > >Perhaps I could write a valve

Valve Access to Principal

2003-02-07 Thread Peter Kelley
henticator ? -- Peter Kelley <[EMAIL PROTECTED]> Moveit Pty Ltd - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Valve Access to Principal

2003-02-09 Thread Peter Kelley
4, Craig R. McClanahan wrote: > On Fri, 8 Feb 2003, Peter Kelley wrote: > > > Date: 08 Feb 2003 17:29:10 +1100 > > From: Peter Kelley <[EMAIL PROTECTED]> > > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > > To: Tomcat Users List <[EMAIL PROTECTED]> &g

Re: Valve Access to Principal

2003-02-09 Thread Peter Kelley
the JSP code is called. Can you provide any guidance on where the best place to do the security association might be ? On Mon, 2003-02-10 at 14:58, Craig R. McClanahan wrote: > On Sun, 10 Feb 2003, Peter Kelley wrote: > > > Date: 10 Feb 2003 14:31:23 +1100 > > From: Peter Kelley

Re: Valve Access to Principal

2003-02-09 Thread Peter Kelley
the best place to put the code would be. On Mon, 2003-02-10 at 16:31, Craig R. McClanahan wrote: > On Sun, 10 Feb 2003, Peter Kelley wrote: > > > Date: 10 Feb 2003 16:12:36 +1100 > > From: Peter Kelley <[EMAIL PROTECTED]> > > To: Tomcat Users List <[EMAIL PROTECTED

Re: Valve Access to Principal

2003-02-09 Thread Peter Kelley
On Mon, 2003-02-10 at 17:22, Peter Kelley wrote: > All of this seems to be working in the debugger correctly. The problem > is that the JAAS security association that I am doing seems to be with > the wrong thread or something because by the time JBoss sees it the > subject is the one

Re: Valve Access to Principal

2003-02-10 Thread Peter Kelley
On Mon, 2003-02-10 at 18:30, Craig R. McClanahan wrote: > On Sun, 10 Feb 2003, Peter Kelley wrote: > > > Date: 10 Feb 2003 17:22:53 +1100 > > From: Peter Kelley <[EMAIL PROTECTED]> > > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > > To: Tomcat User

Re: Valve Access to Principal

2003-02-11 Thread Peter Kelley
escriptors property in the ServerLifecycleListener Listener element in server.xml. 6. Put the jar file in ${tomcat.home}/server/lib I hope that this is of use to anyone else trying to do this. On Mon, 2003-02-10 at 19:04, Peter Kelley wrote: > I've written a valve to do this and