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

Decode path parameters and encode URLRouter paths. #35

Commits on Mar 24, 2024

  1. Decode path parameters and encode URLRouter paths.

    There are two changes in this MR that work together:
    * Remove logic to abort routing if a path segment contains a path separator, e.g. '%2F'.
    * URL path parameters and decoded before being passed to route handlers.
    * To still permit matching URL routes that are not URL encoded, e.g. '/foo bar', encode
      these paths before adding them to route matching.
    
    See: vibe-d#34
    vnayar committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    75088ac View commit details
    Browse the repository at this point in the history
  2. Replace use of with .

    vnayar committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    92a559d View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Configuration menu
    Copy the full SHA
    1d7abe2 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Configuration menu
    Copy the full SHA
    fef4345 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    886fffa View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Code cleanup.

    vnayar committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    1d24e18 View commit details
    Browse the repository at this point in the history