Hi Max, > -----Original Message----- > From: Max Kutny [mailto:[EMAIL PROTECTED] > Sent: 27 February 2004 11:01 > To: Cactus Developers List > Subject: Re: FormAuthentication (bug #17933) > > On Fri, Feb 27, 2004 at 10:24:00AM +0100, Vincent Massol wrote: > > Applied in CVS HEAD (I'm doing a nightly build now)! I've made some > > minor changes but mostly cosmetic (I've made the new getters private as > > I couldn't see why they would be useful for users). > > No, they are useful ;) At least my servlet container (Resin 2.1.8) > returns login page as 200 response. Moreover, I believe the spec > requires to do exactly the same. So we need to be accurate here in case > the containers interpete the spec differently.
I've *not* made the setters private, only the getters. The usage is the following: [...] formAuthentication.setExpected(Pre)AuthResponse(myvalue); [...] why would you want to get back myvalue whereas you're the one who has set it. Thus you already know its value... :-) Thanks -Vincent > > > -- Max > > > --------------------------------------------------------------------- > 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]
