Package org.eclipse.jetty.server
Class SymlinkAllowedResourceAliasChecker
- java.lang.Object
-
- org.eclipse.jetty.util.component.AbstractLifeCycle
-
- org.eclipse.jetty.server.AllowedResourceAliasChecker
-
- org.eclipse.jetty.server.SymlinkAllowedResourceAliasChecker
-
- All Implemented Interfaces:
ContextHandler.AliasCheck
,LifeCycle
@Deprecated(since="2021-05-27") public class SymlinkAllowedResourceAliasChecker extends AllowedResourceAliasChecker
Deprecated.The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.An extension ofAllowedResourceAliasChecker
which will allow symlinks alias to arbitrary targets, so long as the symlink file itself is an allowed resource.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.eclipse.jetty.util.component.AbstractLifeCycle
AbstractLifeCycle.AbstractLifeCycleListener
-
Nested classes/interfaces inherited from interface org.eclipse.jetty.util.component.LifeCycle
LifeCycle.Listener
-
-
Constructor Summary
Constructors Constructor Description SymlinkAllowedResourceAliasChecker(ContextHandler contextHandler)
Deprecated.
-
Method Summary
-
Methods inherited from class org.eclipse.jetty.server.AllowedResourceAliasChecker
check, toString
-
Methods inherited from class org.eclipse.jetty.util.component.AbstractLifeCycle
addLifeCycleListener, getState, getState, getStopTimeout, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, setStopTimeout, start, stop
-
-
-
-
Constructor Detail
-
SymlinkAllowedResourceAliasChecker
public SymlinkAllowedResourceAliasChecker(ContextHandler contextHandler)
Deprecated.- Parameters:
contextHandler
- the context handler to use.
-
-