Uses of Interface
org.eclipse.jetty.server.AliasCheck
Packages that use AliasCheck
Package
Description
Jetty Server : Core Server API
Jetty Server : Core Handler API
-
Uses of AliasCheck in org.eclipse.jetty.server
Classes in org.eclipse.jetty.server that implement AliasCheckModifier and TypeClassDescriptionclassThis will approve any alias to anything inside of theContextHandlers resource base which is not protected by a protected target as defined by theContextHandlerprotected targets at start.classAn extension ofAllowedResourceAliasCheckerwhich will allow symlinks alias to arbitrary targets, so long as the symlink file itself is an allowed resource.classThis 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 TypeClassDescriptionclassclassAContextHandlerwith a childHandlerthat redirects to a configurable URI.static classUtility 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 TypeMethodDescriptionvoidContextHandler.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 TypeMethodDescriptionvoidContextHandler.setAliasChecks(List<AliasCheck> checks) Set list of AliasCheck instances.