Class TrailingSlashAliasChecker

java.lang.Object
org.eclipse.jetty.util.component.AbstractLifeCycle
org.eclipse.jetty.server.TrailingSlashAliasChecker
All Implemented Interfaces:
AliasCheck, org.eclipse.jetty.util.component.LifeCycle

public class TrailingSlashAliasChecker extends org.eclipse.jetty.util.component.AbstractLifeCycle implements AliasCheck

This will approve an alias where the only difference is a trailing slash.

For example, a request for a file containing a trailing slash like /context/dir/index.html/, can be approved as an alias to the file /context/dir/index.html which exists.