Skip to content

Investigate cause of double URL encoding with % character in table names #8

Description

@GraemeWatt

A % character in table names appears as %2525 rather than just %25 in the download URL, resulting in a failed download. I wasn't able to easily resolve this issue, so I made a simple replacement using replace('%2525', '%25') in commit d372f3c. This problem of double URL encoding should be investigated more carefully and a better solution should be found.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    • Status
      To do

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions