Is it possible to add a trailing slash to the default context of an application?
Example:
http://www.uri.com/foo -> http://www.uri.com/foo/
I added the following redirect to the server properties:
redirect_1: from=/foo url-prefix=/foo/
and this ends up in a loop... Several other configurations also didn't work :-/
I'm using glassfish v2.1-b60e.