dev@grizzly.java.net

Re: Cookies

From: Ryan Lubke <ryan.lubke_at_oracle.com>
Date: Mon, 18 Mar 2013 10:01:16 -0700

These questions are always fun.

So, I'll preface this with the usual IANAL clause.

I'm pulling this from an FAQ as I believe it will answer your question:

Anyone can download and use the Grizzly server under either the CDDL or
GPLv2 + the Classpath exception software license. Where the licenses
have effect is if you decide to distribute or modify the code. At the
time you decide to distribute or modify the code, you have to choose a
license. Once you make changes or distribute the code under your chosen
license, all derivative works must be licensed in accordance with the
terms of the license you choose.

Does this help?

Thanks,
-rl

> Rob Ottaway <mailto:robottaway_at_gmail.com>
> March 18, 2013 9:16 AM
> 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