Hi All,
I've been working on a project where I have the need to build and parse
cookies rather manually.
I started by looking at the built in java.net.HttpCookie, but it's isn't
quite that useful. I then looked through a number of libraries stopping
with Grizzly.
The built in cookies support is very nice. Though it's quite a bit more
than I need being it seems setup for supporting object pooling on the
cookies?
I notice the license was GPL v3. I would like to make a very portable
general purpose cookie lib, can I use the code from Grizzly as long as I
make sure to include the notices from the current library files? That is
what I gather from reading the licenses and GPL description. I figured I
should verify my understanding here first.
thank you,
Rob Ottaway