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

[THREESCALE-852] Split upstream policy phases so it can match the original path #690

Merged
merged 6 commits into from
May 9, 2018

Commits on May 4, 2018

  1. policy/upstream: match rules in rewrite phase

    This way this policy will be easier to combine with others, for example
    the URL rewriting policy.
    
    Before this change, the upstream policy ran on the content phase,
    whereas the URL rewriting one ran on the rewrite phase. This means
    that the upstream policy always took into account the rewritten path
    instead of the original one, regardless of the position of the policies
    in the chain. This commit fixes the issue.
    davidor committed May 4, 2018
    Configuration menu
    Copy the full SHA
    a0db69f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d13a879 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    910094f View commit details
    Browse the repository at this point in the history
  4. doc/policies: delete explanation about combining URL rewriting policy…

    … with upstream policy
    
    It no longer applies.
    davidor committed May 4, 2018
    Configuration menu
    Copy the full SHA
    e262c47 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7889cba View commit details
    Browse the repository at this point in the history

Commits on May 7, 2018

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