Hello,
I have some resources which are behind URLs protected by Spring Security (Basic Auth).. I'm trying to make use of the test framework, but it doesn't seem to be working with the filter. The filter specified on the builder never seems to make it to the Servlet Adapter on grizzly?
in GrizzlyWebTestContainerFactory, I see the (single?) filter assigned to the filterClass variable, but then nothing is done with it. It would appear to me that it needs to be set in the ServletAdapter via the addFilter method?
I'll take a stab and making it work if someone can point me towards anon svn?
thanks,
-jr