Uses of Interface
org.eclipse.jetty.server.AliasCheck
Package
Description
Jetty Server : Modular Servlet Integration
Jetty Util : Modular Web Application Support
Jetty Server : Core Server API
Jetty Server : Core Handler API
-
Uses of AliasCheck in org.eclipse.jetty.ee10.servlet
-
Uses of AliasCheck in org.eclipse.jetty.ee10.webapp
-
Uses of AliasCheck in org.eclipse.jetty.http.spi
-
Uses of 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 by theContextHandler
protected targets at start.class
An extension ofAllowedResourceAliasChecker
which will allow symlinks alias to arbitrary targets, so long as the symlink file itself is an allowed resource.class
This will approve an alias where the only difference is a trailing slash. -
Uses of AliasCheck in org.eclipse.jetty.server.handler
Modifier and TypeClassDescriptionclass
class
AContextHandler
with a childHandler
that redirects to a configurable URI.static class
Utility class to create a ContextHandler containing a ResourceHandler.Modifier and TypeMethodDescriptionvoid
ContextHandler.addAliasCheck
(AliasCheck check) Add an AliasCheck instance to possibly permit aliased resourcesModifier and TypeMethodDescriptionvoid
ContextHandler.setAliasChecks
(List<AliasCheck> checks) Set list of AliasCheck instances.