COMMIT GRAPH - Search term is not url-encoded

Issue #48 resolved
Jeremy Cupps created an issue

This issue pertains to the Commit Graph component.

When entering a search term that includes reserved url characters such as "#", the search does not work correctly as the reserved characters are not escaped.

Example: enter "#1234" into the search bar. The resulting url query string is:

"?bb=H&grep=true&jira=#1234&gt=m"

while instead it should be:

"?bb=H&grep=true&jira=%231234&gt=m"

Comments (3)

  1. Log in to comment