Skip to content

ninja -t browse doesn't URL-encode targets #2652

@dseomn

Description

@dseomn

When running ninja -t browse with the file below, the page http://localhost:8000/?foo links to http://localhost:8000/?foo%2Fbar instead of the correct http://localhost:8000/?foo%252Fbar

rule copy
  command = cp $in $out
build foo%2Fbar: copy foo

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