Unverified Commit 5e4ef083 authored by Pavitra Golchha's avatar Pavitra Golchha Committed by GitHub

URL-encode faultData in bug report (#2275)

parent 1f21d8f2
......@@ -58,6 +58,7 @@ public final class BugReport {
} catch (Exception e) {
// Not sure there is much we can do here!
}
additionalInformation = Urls.escapeQueryParameter(additionalInformation); // encode
return BUG_REPORT_FORM_LINK + "?notes=" + notes + "&foundIn=" + foundIn + "&projectId=" + projectId + "&faultData=" + additionalInformation;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment