users@grizzly.java.net

Re: Grizzly Servlet Filter not hitting url pattern

From: Ryan Lubke <ryan.lubke_at_oracle.com>
Date: Thu, 02 Feb 2017 15:31:10 -0800

This looks like a bug. Can you please open an issue and we'll take care
of it.



> John Patrick <mailto:nhoj.patrick_at_gmail.com>
> February 2, 2017 at 09:34
> I'm running and embedded grizzly server with jersey, I need to get a
> servlet filter running but I can't configure it to get hit
>
> I've got a debug point in the filter and init get hit, but doFilter
> doesn't, any idea's what i'm missing...
>
> https://gist.github.com/nhojpatrick/b720671159f2e38735fa597550d5b272
>
> Cheers,
> John