dev@grizzly.java.net

Re: [PATCH] GrizzlyAdapterChain: handle wildcard and extension mappings

From: Jeanfrancois Arcand <Jeanfrancois.Arcand_at_Sun.COM>
Date: Thu, 09 Jul 2009 10:37:04 -0400

Salut,

Andreas Kohn wrote:
> Hi,
>
> I was recently playing a bit with grizzly 2.0.0M3 to produce an embedded
> application server that can handle deployments of arbitrary .war files,
> including all servlets, mappings, filters etc.
>
> I found that GrizzlyAdapterChain would not allow me to give wildcard or
> extension mappings, although the underlying Mapper does support those.
>
> Attached patch against grizzly-2dot0-branch fixes that.
>
>
>
> On a related note: I have a few other patches, roughly groupable into:
>
> * extraction of functionality into smaller methods to allow overriding
> * addition of minor functionality or configurability
> * moving of files into their proper packages.
>
> What would be the best way to submit those when I'm done
> splitting/cleaning them? Make tickets, or send them as mail?

You are welcome to file issue here:

   * https://grizzly.dev.java.net/issues/

Note that of you submit enough patches, we can propose you as a committer.

Regarding your patch, take a look at the 1.9.17 version of the
addGrizzlyAdapter:

   * http://is.gd/1siHD

I've already fixed the problem you are reporting here (apology for
that). We are planning to merge the fix from 1.9.17 to 2.0.0-M4 pretty
soon. Can you re-run your test with 1.9.17-SNAPSHOT to see if the
problem still happens?

Many Thanks!

-- Jeanfrancois


>
> Regards,
> --
> Andreas
>
>