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 Handler API
Jetty Server : Core Handler API
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.ee8.nested
Classes in org.eclipse.jetty.ee8.nested that implement AliasCheckMethods in org.eclipse.jetty.ee8.nested that return types with arguments of type AliasCheckMethods in org.eclipse.jetty.ee8.nested with parameters of type AliasCheckModifier and TypeMethodDescriptionvoidContextHandler.addAliasCheck(AliasCheck check) Add an AliasCheck instance to possibly permit aliased resourcesMethod parameters in org.eclipse.jetty.ee8.nested with type arguments of type AliasCheckModifier and TypeMethodDescriptionvoidContextHandler.setAliasChecks(List<AliasCheck> checks) Set list of AliasCheck instances. -
Uses of AliasCheck in org.eclipse.jetty.ee9.nested
Classes in org.eclipse.jetty.ee9.nested that implement AliasCheckMethods in org.eclipse.jetty.ee9.nested that return types with arguments of type AliasCheckMethods in org.eclipse.jetty.ee9.nested with parameters of type AliasCheckModifier and TypeMethodDescriptionvoidContextHandler.addAliasCheck(AliasCheck check) Add an AliasCheck instance to possibly permit aliased resourcesMethod parameters in org.eclipse.jetty.ee9.nested with type arguments of type AliasCheckModifier and TypeMethodDescriptionvoidContextHandler.setAliasChecks(List<AliasCheck> checks) Set list of AliasCheck instances. -
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 TypeClassDescriptionclassThis will approve any alias to anything inside 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.