users@jersey.java.net

Redirecting paths that do not end in /

From: Christopher Piggott <cpiggott_at_gmail.com>
Date: Thu, 25 Jun 2009 09:31:18 -0400

"Jersey has a redirection mechanism, which if enabled, automatically
performs redirection to a request URL ending in a '/' if a request URL
does not end in a '/' and the matching @Path does end in a '/'."

Where can I find the documentation that tells me how to enable this?

--Chris