Thank you! That is what I was looking for.
For someone later in history with same goal and a Guice config:
Map<String, String> params = new HashMap<String, String>();
params.put(ResourceConfig.FEATURE_REDIRECT, "true");
filter("/*").through(GuiceContainer.class, params);
Christian
--
http://scala-forum.org/