Skip to content

Escape url for any passed in paramters #112

@k-capehart

Description

@k-capehart

use url.PathEscape() in places like doRequest and bulkQuery to ensure that we are not accidentally parsing bad characters when interpreting it as part of the URI

uri := "/jobs/query/" + url.PathEscape(bulkJobId) + "/results"

Metadata

Metadata

Assignees

No one assigned

    Projects

    Status

    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions