Uses of Interface
org.eclipse.jetty.server.AliasCheck
Packages that use 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
Classes in org.eclipse.jetty.ee10.servlet that implement AliasCheck -
Uses of AliasCheck in org.eclipse.jetty.ee10.webapp
Classes in org.eclipse.jetty.ee10.webapp that implement AliasCheck -
Uses of AliasCheck in org.eclipse.jetty.http.spi
Classes in org.eclipse.jetty.http.spi that implement AliasCheck -
Uses of AliasCheck in org.eclipse.jetty.server
Classes in org.eclipse.jetty.server that implement AliasCheckModifier 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
Classes in org.eclipse.jetty.server.handler that implement AliasCheckModifier and TypeClassDescriptionclass
class
AContextHandler
with a childHandler
that redirects to a configurable URI.static class
Utility class to create a ContextHandler containing a ResourceHandler.Methods in org.eclipse.jetty.server.handler that return types with arguments of type AliasCheckMethods in org.eclipse.jetty.server.handler with parameters of type AliasCheckModifier and TypeMethodDescriptionvoid
ContextHandler.addAliasCheck
(AliasCheck check) Add an AliasCheck instance to possibly permit aliased resourcesMethod parameters in org.eclipse.jetty.server.handler with type arguments of type AliasCheckModifier and TypeMethodDescriptionvoid
ContextHandler.setAliasChecks
(List<AliasCheck> checks) Set list of AliasCheck instances.