Class AllowSymLinkAliasChecker

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static Logger LOG
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      boolean check​(java.lang.String uri, Resource resource)
      Deprecated.
      Check an alias
      private boolean hasSymbolicLink​(java.nio.file.Path path)
      Deprecated.
       
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • LOG

        private static final Logger LOG
        Deprecated.
    • Constructor Detail

      • AllowSymLinkAliasChecker

        public AllowSymLinkAliasChecker()
        Deprecated.
    • Method Detail

      • check

        public boolean check​(java.lang.String uri,
                             Resource resource)
        Deprecated.
        Description copied from interface: ContextHandler.AliasCheck
        Check an alias
        Specified by:
        check in interface ContextHandler.AliasCheck
        Parameters:
        uri - The path the aliased resource was created for
        resource - The aliased resourced
        Returns:
        True if the resource is OK to be served.
      • hasSymbolicLink

        private boolean hasSymbolicLink​(java.nio.file.Path path)
        Deprecated.