Yes, o.a.m.context.servlet.ExternalContextImpl uses the CookieMap class, so we cannot get rid of it. It is the implementation of the cookie map used by the context,
Bruno 2005/6/2, Anton Koinov <[EMAIL PROTECTED]>: > On Tue, May 31, 2005 2:30 pm, Sean Schofield said: > > Thre is a class: o.a.m.context.servlet.CookieMap. Looks like Anton > Koinov is one of the authors ... not sure what this class is for. One > of our users was asking about it. Perhaps it predates the inclusion of > cookie map in the external context? > > This is the implementation of the Map interface returned by > ExternalContext. I am unable to look at the current implementation of the > ExternalContext at the moment, if it no longer uses this class than it can > be removed. > > Anton >
