Uses of Interface
org.eclipse.jetty.server.handler.ContextHandler.AliasCheck
Package
Description
Jetty Server : Core Server API
Jetty Server : Core Handler API
-
Uses of ContextHandler.AliasCheck in org.eclipse.jetty.server
Modifier and TypeClassDescriptionclass
This will approve any alias to anything inside of theContextHandler
s resource base which is not protected by a protected target as defined byContextHandler.getProtectedTargets()
at start.class
Deprecated.class
An extension ofAllowedResourceAliasChecker
which will allow symlinks alias to arbitrary targets, so long as the symlink file itself is an allowed resource. -
Uses of ContextHandler.AliasCheck in org.eclipse.jetty.server.handler
Modifier and TypeClassDescriptionclass
Deprecated.useSymlinkAllowedResourceAliasChecker
instead.static class
Deprecated.useAllowedResourceAliasChecker
instead.static class
Deprecated.Modifier and TypeMethodDescriptionvoid
ContextHandler.addAliasCheck
(ContextHandler.AliasCheck check) Add an AliasCheck instance to possibly permit aliased resourcesModifier and TypeMethodDescriptionvoid
ContextHandler.setAliasChecks
(List<ContextHandler.AliasCheck> checks)
AllowedResourceAliasChecker
instead.