Class SymlinkAllowedResourceAliasChecker

All Implemented Interfaces:
ContextHandler.AliasCheck, 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.
  • Field Details

    • LOG

      private static final Logger LOG
  • Constructor Details

    • SymlinkAllowedResourceAliasChecker

      public SymlinkAllowedResourceAliasChecker(ContextHandler contextHandler)
      Parameters:
      contextHandler - the context handler to use.
  • Method Details