From 0972b6b56a70b5c5d6ad8a740230cd7ad93fff50 Mon Sep 17 00:00:00 2001 From: zzz <zzz@mail.i2p> Date: Sun, 8 Mar 2015 20:20:50 +0000 Subject: [PATCH] more test cases --- .../java/src/net/i2p/i2ptunnel/I2PTunnelHTTPClient.java | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/apps/i2ptunnel/java/src/net/i2p/i2ptunnel/I2PTunnelHTTPClient.java b/apps/i2ptunnel/java/src/net/i2p/i2ptunnel/I2PTunnelHTTPClient.java index a60cf22f06..670c78fe39 100644 --- a/apps/i2ptunnel/java/src/net/i2p/i2ptunnel/I2PTunnelHTTPClient.java +++ b/apps/i2ptunnel/java/src/net/i2p/i2ptunnel/I2PTunnelHTTPClient.java @@ -1412,7 +1412,10 @@ public class I2PTunnelHTTPClient extends I2PTunnelHTTPClientBase implements Runn "a=b;i2paddresshelper=foo;c=d", "a=b&i2paddresshelper=foo&c", "a=b&i2paddresshelper=foo==&c", - "a=b&i2paddresshelper=foo%3d%3d&c" + "a=b&i2paddresshelper=foo%3d%3d&c", + "a=b&i2paddresshelper=f%6f%6F==&c", + "a=b&i2paddresshelper=foo&i2paddresshelper=bar&c", + "a=b&i2paddresshelper=foo&c%3F%3f%26%3b%3B%3d%3Dc=x%3F%3f%26%3b%3B%3d%3Dx" }; public static void main(String[] args) { -- GitLab