Odi, Roland I wholeheartedly agree HttpState in its current form must go. I really like tie idea to replace it with CredentialsProvider and CookieStore interfaces and encourage the users to provide their own application specific implementations. This said we still have provide a simple in memory cookie store and a simple credentials store and I see no big deal combining those two stores for the sake of simplicity.
class InMemoryHttpState implements CookieStore, CredentialsProvider Oleg On Wed, Jan 12, 2005 at 10:08:41AM +0100, Roland Weber wrote: > Hi Ortwin, > > > Motivated by Roland Weber, I find the HttpState class bad. Especially > > the inheritance hierarchy seems weird. Why would HttpState (which sounds > > > very general) extend a CookieStore (which sounds very specific)? > > > It was supposed to implement CookieStore and CredentialProvider, > thereby pulling both functionalities together into one class. > > cheers, > Roland --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
