Package org.eclipse.jetty.server.handler
Interface ContextHandler.AliasCheck
-
- All Known Implementing Classes:
AllowedResourceAliasChecker
,AllowSymLinkAliasChecker
,ContextHandler.ApproveAliases
,ContextHandler.ApproveNonExistentDirectoryAliases
,SameFileAliasChecker
,SymlinkAllowedResourceAliasChecker
- Enclosing class:
- ContextHandler
public static interface ContextHandler.AliasCheck
Interface to check aliases
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
check(java.lang.String path, org.eclipse.jetty.util.resource.Resource resource)
Check an alias
-