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 for issue #171. #340

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Aug 16, 2019

  1. Fix for issue pplu#171.

    Due to a bug (?) in the URI module, a query string without an "=" sign
    is not considered a query string. Unfortunately, this causes $qparam to
     become empty (i.e. to delete the "versions" query parameter) at line pplu#218
    in lib/Paws/Net/RestXmlCaller.pm. Which will later turn the GET request
    to the REST API into something other than a versions request, and the
    returned response will not make sense.
    hakonhagland committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    db7f817 View commit details
    Browse the repository at this point in the history