Skip to content

Alternate CSV delimiters not URL encoded/decoded #6

@cpiker

Description

@cpiker

I don't want to post specific server URLs here, so a description follows instead.

  1. Go to any ephemeris data source, tracers or otherwise
  2. Select a time region and interval appropriate to the mission at hand
  3. Before hitting download change the default delimiter to ';'
  4. Downloads will fail with the following exceptions
<exception type="BadRequest" message="Illegal character(s) in the value for query parmeter: format.delim" />

<exception type="BadRequest" message="One or more of the query parameters looks like a shell injection attack, data output halted." />

Looks like special characters aren't getting URL encoded/decoded and trigger the shell-injection-attack parameter value checker.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions