Class 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 of AllowedResourceAliasChecker which will allow symlinks alias to arbitrary targets, so long as the symlink file itself is an allowed resource.
  • Constructor Details

    • SymlinkAllowedResourceAliasChecker

      public SymlinkAllowedResourceAliasChecker(ContextHandler contextHandler)
      Deprecated.
      Parameters:
      contextHandler - the context handler to use.