Hello Grizlly Users,
I'm trying to do a test a SNI client app. For a integration test I'm using
a Grizzly server to test the SNI is being passed. I'm using a Filter as per
docs <
https://grizzly.java.net/extras.html>. However the filter is never
called.
The documentation doesn't show a complete example. The mechanism I've found
to add filters seems to be ignored. The old method used in 2.2 is not
public anymore.
Do you have any hints?
I've put a minimal project that can reproduce here:
https://github.com/vromero/sni-server-test
Thanks!