> -----Original Message----- > From: news [mailto:[EMAIL PROTECTED] On Behalf Of Christopher Lenz > Sent: 23 June 2003 13:08 > To: [EMAIL PROTECTED] > Subject: Re: cvs commit: jakarta- > cactus/framework/src/java/share/org/apache/cactus/util CookieUtil.java > > [EMAIL PROTECTED] wrote: > > vmassol 2003/06/22 08:03:55 > > > > Modified: > framework/src/java/share/org/apache/cactus/client/connector/http > > AbstractConnectionHelper.java > > JdkConnectionHelper.java > > HttpClientConnectionHelper.java > > framework/src/java/share/org/apache/cactus Cookie.java > > WebResponse.java > > Added: framework/src/java/share/org/apache/cactus/util > > CookieUtil.java > > Removed: > framework/src/java/share/org/apache/cactus/client/connector/http > > CookieUtil.java > [snip] > > So now we have a HttpUtil class in o.a.c.client.connector.http, and a > CookieUtil class in o.a.c.util, right? Why aren't both in the same > package, > as they both provide static utility methods for dealing with the HTTP > protocol?
One is about manipulating cookies and another one about manipulating HTTP. The HTTP utils are only needed by the HTTP connector, hence the location. The cookie one is used by other classes as well. I've no problem using another organization if you want to suggest one. Thanks -Vincent > > -chris > > > > --------------------------------------------------------------------- > 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]
