]> xenbits.xensource.com Git - osstest.git/commitdiff
history reporting (nfc): url-quoting: quote = too
authorIan Jackson <ian.jackson@eu.citrix.com>
Fri, 14 Aug 2020 15:24:08 +0000 (16:24 +0100)
committerIan Jackson <ian.jackson@eu.citrix.com>
Wed, 19 Aug 2020 10:41:18 +0000 (11:41 +0100)
We are going to want to url-encode keys.  If key contains =, we still
need to be able to tell where it ends, so it must be encoded.

Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
Osstest/HistoryReport.pm

index 75ec75f3042498222b8c7983f649ca27cd151949..20913d279c840f1279390874f77f89fe0107280d 100644 (file)
@@ -45,7 +45,7 @@ BEGIN {
 
 use POSIX;
 
-our $url_ok_chars = '-+=/~:;_.,\w';
+our $url_ok_chars = '-+/~:;_.,\w';
 
 our @key_cols;