git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3924 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
low012 18 years ago
parent b96386e3da
commit e7bccb0e00

@ -310,7 +310,7 @@ public class Network {
Pattern peerSearchPattern = null;
String wrongregex = null;
prop.put("regexerror", 0);
prop.put("wrongregex", (String)null);
prop.put("regexerror_wrongregex", (String)null);
if(post.containsKey("search")) {
try{
peerSearchPattern = Pattern.compile(post.get("match", ""), Pattern.CASE_INSENSITIVE);

Loading…
Cancel
Save