users@jersey.java.net

AW: enforce trailing slashes

From: Christian Helmbold <christian.helmbold_at_yahoo.de>
Date: Fri, 12 Nov 2010 12:29:50 +0000 (GMT)

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/