Skip to content

Agent proxy passes escaped URL to scylla-server #3754

Open
@karol-kokoszka

Description

@karol-kokoszka

Root issue is here https://github.com/scylladb/scylla-enterprise/issues/4004

Alternator allows to use characters like ! in the column names.
Requests are sent to Scylla server with the escaped "!" already.
So, the url is /column_family/metrics/total_disk_space_used/alternator_geoip:geoip%21:networkHead-networkLastInt-index
.. instead of /column_family/metrics/total_disk_space_used/alternator_geoip:geoip!:networkHead-networkLastInt-index.

The character cannot be escaped before sending it to Scylla.

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