Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue #6497 - Replace the Alias checkers with new implementation. (Jetty-9.4) #6540

Closed

Commits on Jul 9, 2021

  1. Issue #6497 - Implement the AllowedResourceAliasChecker to improve Sa…

    …meFileAliasChecker
    
    Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
    lachlan-roberts committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    a1bb8f3 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2021

  1. Issue #6497 - add testing for AliasCheckers with symlinks

    Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
    lachlan-roberts committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    32ae130 View commit details
    Browse the repository at this point in the history
  2. Issue #6497 - AllowedResourceAliasChecker can test target of symlink

    Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
    lachlan-roberts committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    be8c6ac View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2021

  1. Issue #6497 - improve testing for AliasCheck with symlinks

    Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
    lachlan-roberts committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    7c0c3c9 View commit details
    Browse the repository at this point in the history
  2. Issue #6277 - add replacement Symlink AliasChecker

    Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
    lachlan-roberts committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    1858153 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad85c40 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2021

  1. Add the new SymlinkAliasChecker to fix test.

    Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
    lachlan-roberts committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    b916269 View commit details
    Browse the repository at this point in the history
  2. Deprecate AllowSymLinkAliasChecker in favour of SymlinkAllowedResourc…

    …eAliasChecker
    
    Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
    lachlan-roberts committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    6909476 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2021

  1. Issue #6497 - Improve comments, re-implement the hasSymbolicLink method.

    Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
    lachlan-roberts committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    68d93fb View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2021

  1. Issue #6497 - Make AllowedResourceAliasChecker a LifeCycle

    Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
    lachlan-roberts committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    a7639bc View commit details
    Browse the repository at this point in the history
  2. Issue #6497 - Fix AllowedResourceAliasChecker if protectedTarget does…

    … not exist
    
    Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
    lachlan-roberts committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    32bff77 View commit details
    Browse the repository at this point in the history
  3. Issue #6497 - aliasChecker with no baseResource should always denies …

    …aliases
    
    Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
    lachlan-roberts committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    bf078be View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2021

  1. Fix AliasChecker lifecycle issue in ContextHandlerGetResourceTest

    Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
    lachlan-roberts committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    27d8069 View commit details
    Browse the repository at this point in the history
  2. Use root path in AllowedResourceAliasChecker if no basePath is define…

    …d at start.
    
    Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
    lachlan-roberts committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    6e66604 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2021

  1. Clean up symlinks to not confuse DeploymentErrorTest

    Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
    lachlan-roberts committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    b1fe449 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2021

  1. changes from review

    Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
    lachlan-roberts committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    57741c0 View commit details
    Browse the repository at this point in the history