Skip to content
This repository was archived by the owner on Mar 21, 2023. It is now read-only.
This repository was archived by the owner on Mar 21, 2023. It is now read-only.

to_url doesn't support accessing parameter which contains dot #207

@tanapoln

Description

@tanapoln

Problem description

Steps to reproduce the problem

  1. assumed that url is looks like this https://example.com/?query.with=dot
  2. parse url with to_url and assumed that the result is assigned to variable name url
  3. cannot access query.with using url.queryParams.query.with or whether url.queryParams["query.with"]

I'm not sure is there any way to access the field, or do we have to escape the dot.

Environment

Linux

  • Graylog Version: 2.2.2
  • Pipeline Processor plugin version: any version
  • Elasticsearch Version:
  • MongoDB Version:
  • Operating System:
  • Browser version:

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions