F..., Sorry, no time, later

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1303 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
borg-0300 19 years ago
parent 3a2d13786e
commit 2a23f5d419

@ -530,8 +530,8 @@ public final class plasmaHTCache {
remotePath = matcher.replaceAll("/!!/");
matcher.reset(remotePath);
}
remotePath = remotePath.replaceAll("[\"\\/:*?<>|]", "_"); // yes this is not reversible, but that is not needed
remotePath = remotePath.replaceAll("[?&:!]", "_"); // yes this is not reversible, but that is not needed
// remotePath = remotePath.replaceAll("[\"\\/:*?<>|]", "_"); // yes this is not reversible, but that is not needed
// only set NO default ports
int port = url.getPort();

Loading…
Cancel
Save