Skip to content
This repository has been archived by the owner on Jul 1, 2021. It is now read-only.

Fix unescaped characters in Datastore URLs #183

Merged
merged 1 commit into from Aug 27, 2020

Commits on Aug 26, 2020

  1. Fix unescaped characters in Datastore URLs

    URI.escape doesn't escape some characters that are valid in datacenter,
    datastore and folder names. Eg. &, ?, =, (, ). This can lead to invalid
    URLs being generated.
    Using URI.encode_www_form_component should correctly escape these
    characters.
    TomGiordano committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    d3e9242 View commit details
    Browse the repository at this point in the history