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

Configurable trailing slash behaviour for NormalizePath #1639

Merged
merged 5 commits into from Aug 19, 2020
Merged

Configurable trailing slash behaviour for NormalizePath #1639

merged 5 commits into from Aug 19, 2020

Commits on Aug 17, 2020

  1. Configurable behaviour for NormalizePath

    ljoonal committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    58d71ad View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2020

  1. Changes & fixes based on feedback

    Made TrailingSlash be non_exhaustive with a default of Always, and changed NormalizePath back to derive. Started storing the TrailingSlash enum in NormalizePathNormalization instead of a boolean. Added one more test request without a trailing slash. And also tidied up a bit.
    ljoonal committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    00b70d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    360c376 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2020

  1. Configuration menu
    Copy the full SHA
    8879f2a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    653cfee View commit details
    Browse the repository at this point in the history