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

Fix a couple of instances where we are using LIST verb #6026

Merged
merged 3 commits into from
Jan 11, 2019

Commits on Jan 11, 2019

  1. Fix a couple of instances where we are using LIST verb

    We specify it for the wrapping lookup function but for broader
    compatibility with proxies and such we want to filter it to a GET. In a
    couple of places we weren't doing that, so this updates those locations.
    jefferai committed Jan 11, 2019
    Configuration menu
    Copy the full SHA
    5b2c340 View commit details
    Browse the repository at this point in the history
  2. Rewrap comment

    jefferai committed Jan 11, 2019
    Configuration menu
    Copy the full SHA
    de5851a View commit details
    Browse the repository at this point in the history
  3. Simplify logic a bit

    jefferai committed Jan 11, 2019
    Configuration menu
    Copy the full SHA
    7f0cca2 View commit details
    Browse the repository at this point in the history