users@grizzly.java.net

Grizzly Servlet Filter not hitting url pattern

From: John Patrick <nhoj.patrick_at_gmail.com>
Date: Thu, 2 Feb 2017 17:34:19 +0000

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