Class SymlinkAllowedResourceAliasChecker

java.lang.Object
org.eclipse.jetty.util.component.AbstractLifeCycle
org.eclipse.jetty.server.AllowedResourceAliasChecker
org.eclipse.jetty.server.SymlinkAllowedResourceAliasChecker
All Implemented Interfaces:
AliasCheck, org.eclipse.jetty.util.component.LifeCycle

public class SymlinkAllowedResourceAliasChecker extends AllowedResourceAliasChecker
An extension of AllowedResourceAliasChecker which will allow symlinks alias to arbitrary targets, so long as the symlink file itself is an allowed resource. Non symlinked paths are never allowed by this AliasCheck.