From a8d162810c72e03137f5e006e785145184d086da Mon Sep 17 00:00:00 2001 From: reger Date: Tue, 13 May 2014 02:33:35 +0200 Subject: [PATCH] Exclude = from percent-encoding in MultiProtocolURL fix http://mantis.tokeek.de/view.php?id=185 and http://mantis.tokeek.de/view.php?id=280 --- source/net/yacy/cora/document/id/MultiProtocolURL.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/net/yacy/cora/document/id/MultiProtocolURL.java b/source/net/yacy/cora/document/id/MultiProtocolURL.java index 7435bb95c..b098395fa 100644 --- a/source/net/yacy/cora/document/id/MultiProtocolURL.java +++ b/source/net/yacy/cora/document/id/MultiProtocolURL.java @@ -495,7 +495,7 @@ public class MultiProtocolURL implements Serializable, ComparableThe ASCII characters 'a' through 'z', 'A' through 'Z', * and '0' through '9' remain the same. * - *
  • The unreserved characters & : - _ . ! ~ * ' ( ) ; , remain the same. + *
  • The unreserved characters & : - _ . ! ~ * ' ( ) ; , = remain the same. * see RFC 1738 2.2 and RFC 3986 2.2 * *
  • All other ASCII characters are converted into the @@ -531,7 +531,7 @@ public class MultiProtocolURL implements Serializable, Comparable