8000 query string not escaping '+' · Issue #516 · tableau/server-client-python · GitHub
[go: up one dir, main page]

Skip to content
query string not escaping '+' #516
Closed
@kurtbrose

Description

@kurtbrose

1- create user with name='a+b'

2- fetch user with filter query set to name='a+b'; returns no items

3- fetch user with filter query set to name='a%2b'; returns user

I don't know how or where, but seems pretty clear somewhere it is doing ?name={name} in a query string, and it should be encoding but isn't

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0