Class ContextHandler.ApproveNonExistentDirectoryAliases

java.lang.Object
org.eclipse.jetty.server.handler.ContextHandler.ApproveNonExistentDirectoryAliases
All Implemented Interfaces:
ContextHandler.AliasCheck
Enclosing class:
ContextHandler

@Deprecated public static class ContextHandler.ApproveNonExistentDirectoryAliases extends Object implements ContextHandler.AliasCheck
Deprecated.
Approve Aliases of a non existent directory. If a directory "/foobar/" does not exist, then the resource is aliased to "/foobar". Accept such aliases.