Re: CoyoteRequest.recycle() and userPrincipal

2003-09-30 Thread Remy Maucherat
Amy Roh wrote: Remy Maucherat wrote: Well, I think it is perfectly acceptable, sorry ;-) BTW, there's no CoyoteRequestFacade.recycle, that's in CoyoteRequest, and it is obviously a field which needs to be recycled. I meant to say CoyoteRequest. :-) "Fixing" this will create a major security is

Re: CoyoteRequest.recycle() and userPrincipal

2003-09-30 Thread Amy Roh
Remy Maucherat wrote: Amy Roh wrote: The admin logs you out and asks you to reauthenticate yourself again after you do "commit". It seems like after the admin gets redeployed, the same CoyoteRequestFacade loses its userPrincipal in the recycle() method. What is the motivation for setting userP

Re: CoyoteRequest.recycle() and userPrincipal

2003-09-30 Thread Remy Maucherat
Amy Roh wrote: The admin logs you out and asks you to reauthenticate yourself again after you do "commit". It seems like after the admin gets redeployed, the same CoyoteRequestFacade loses its userPrincipal in the recycle() method. What is the motivation for setting userPrincipal to null in recyc

CoyoteRequest.recycle() and userPrincipal

2003-09-30 Thread Amy Roh
The admin logs you out and asks you to reauthenticate yourself again after you do "commit". It seems like after the admin gets redeployed, the same CoyoteRequestFacade loses its userPrincipal in the recycle() method. What is the motivation for setting userPrincipal to null in recycle()? I don't