RE: [flexcoders] Re: setUsernamePassword and J2EE login (bounce)

2006-02-17 Thread Carson Hager
-Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jim Schneider Sent: Wednesday, February 15, 2006 11:28 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: setUsernamePassword and J2EE login (bounce) Thanks for the info. First, let me

RE: [flexcoders] Re: setUsernamePassword and J2EE login (bounce)

2006-02-15 Thread Jim Schneider
] Re: setUsernamePassword and J2EE login (bounce) We have, as Carson mentioned, definately seen issues where the j_session_id is not properly propogated through the proxy. I would want to see, as Matt alludes to, do the credentials get propogated when we take the proxy out of the picture. I would

RE: [flexcoders] Re: setUsernamePassword and J2EE login (bounce)

2006-02-15 Thread Carson Hager
: [flexcoders] Re: setUsernamePassword and J2EE login (bounce) Thanks for the responses. Sorry for my ignorance, but are you suggesting that the JSP simulate a login (invoking the loginContext/loginModule)? Or are you suggesting that the JSP set the UserPrincipal in the HTTP request (although I don't

RE: [flexcoders] Re: setUsernamePassword and J2EE login (bounce)

2006-02-15 Thread Matt Chotin
: [flexcoders] Re: setUsernamePassword and J2EE login (bounce) Thanks for the responses. Sorry for my ignorance, but are you suggesting that the JSP simulate a login (invoking the loginContext/loginModule)? Or are you suggesting that the JSP set the UserPrincipal in the HTTP request (although I

RE: [flexcoders] Re: setUsernamePassword and J2EE login (bounce)

2006-02-15 Thread Jim Schneider
Chotin Sent: Wednesday, February 15, 2006 11:19 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: setUsernamePassword and J2EE login (bounce) Right, basically attempt to remove Flex from the equation for the moment, get your JAAS module to fire using credentials you pass in using the JSP

RE: [flexcoders] Re: setUsernamePassword and J2EE login (bounce)

2006-02-15 Thread Carson Hager
Subject: RE: [flexcoders] Re: setUsernamePassword and J2EE login (bounce) Is this a valid test for this? I've verified that the login.jsp fires the JAAS login module and I do get the principal object back. In both jsps (login.jsp and verify.jsp), the user/principal information is null. (BTW, I've

RE: [flexcoders] Re: setUsernamePassword and J2EE login (bounce)

2006-02-15 Thread Jim Schneider
To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: setUsernamePassword and J2EE login (bounce) Actually, this doesn't look correct at all. You're trying to go about this manually and that is not how J2EE security works. For this to work, you have to integrate with the container which means

Re: [flexcoders] Re: setUsernamePassword and J2EE login (bounce)

2006-02-15 Thread Douglas Knudsen
: 1.703.489.6466 -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jim Schneider Sent: Wednesday, February 15, 2006 10:31 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: setUsernamePassword and J2EE login (bounce) Is this a valid

RE: [flexcoders] Re: setUsernamePassword and J2EE login (bounce)

2006-02-15 Thread Matt Chotin
PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: setUsernamePassword and J2EE login (bounce) Actually, this doesn't look correct at all. You're trying to go about this manually and that is not how J2EE security works. For this to work, you have to integrate with the container which