Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1302 6c8d7289-2bf4-0310-a012-ef5d649a1542
  • Loading branch information
borg-0300 committed Jan 9, 2006
1 parent 23a3969 commit 3a2d137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/de/anomic/plasma/plasmaHTCache.java
Expand Up @@ -531,7 +531,7 @@ public File getCachePath(URL url) {
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

// only set NO default ports
int port = url.getPort();
Expand Down

0 comments on commit 3a2d137

Please sign in to comment.