"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