[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[OSSTEST PATCH 50/60] history reporting (nfc): url-quoting: quote = too


  • To: <xen-devel@xxxxxxxxxxxxxxxxxxxx>
  • From: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
  • Date: Fri, 14 Aug 2020 18:21:55 +0100
  • Authentication-results: esa2.hc3370-68.iphmx.com; dkim=none (message not signed) header.i=none
  • Cc: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
  • Delivery-date: Fri, 14 Aug 2020 17:27:21 +0000
  • Ironport-sdr: NrB0FhW6FhsTx4sJML8vp8SQmOnDDQYGciMcYCmvIFRLqNUg4xsz3/wMwGVYi3iB6Ngqgmlr5N 401J/McXKXwFLHuOAHL5fCrcLmgzxpYNVEyGJHpzxTcaI1qG10QFEUd9kIyl7ovqZl66paIkjy pwX8rW4XT8djWEXe94aStObE5jguax0ayEoYi59E7NKkIn9MQ5z/9NqlDRbIez8ML2nLr8eUnc q827IdX1JcYKT2mTI1PWiOV59g+ufwXv09LZcC3R/OupGxjM4iyuIcofX4nOIUC13R7Ci4vzxx BgI=
  • List-id: Xen developer discussion <xen-devel.lists.xenproject.org>

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@xxxxxxxxxxxxx>
---
 Osstest/HistoryReport.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Osstest/HistoryReport.pm b/Osstest/HistoryReport.pm
index 75ec75f3..20913d27 100644
--- a/Osstest/HistoryReport.pm
+++ b/Osstest/HistoryReport.pm
@@ -45,7 +45,7 @@ BEGIN {
 
 use POSIX;
 
-our $url_ok_chars = '-+=/~:;_.,\w';
+our $url_ok_chars = '-+/~:;_.,\w';
 
 our @key_cols;
 
-- 
2.11.0




 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.