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

[release/7.0] Tar: Remove invalidation of whitespace in PAX extended attributes #78785

Merged
merged 3 commits into from
Nov 29, 2022

Commits on Nov 23, 2022

  1. Remove invalidation of whitespace in TryGetNextExtendedAttribute (dot…

    …net#78465)
    
    * Remove invalidation of whitespace in TryGetNextExtendedAttribute
    
    * Add requested test
    stephentoub authored and carlossanlop committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    622f6a0 View commit details
    Browse the repository at this point in the history
  2. Remove TrimStart in PAX extended attributes (dotnet#78707)

    * Remove TrimStart in PAX extended attributes
    
    * Adjust existing tests with two extra inline datas.
    
    Co-authored-by: carlossanlop <carlossanlop@users.noreply.github.com>
    carlossanlop and carlossanlop committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    087eccd View commit details
    Browse the repository at this point in the history
  3. Tar: Extra tests to confirm extra long paths are not treated as dupli…

    …cate entries when the full path is in the extended attributes. (dotnet#78744)
    
    Co-authored-by: carlossanlop <carlossanlop@users.noreply.github.com>
    carlossanlop and carlossanlop committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    542d5ae View commit details
    Browse the repository at this point in the history