borg-0300 19 years ago
parent 23a39698a7
commit 3a2d13786e

@ -531,7 +531,7 @@ public final class plasmaHTCache {
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();

Loading…
Cancel
Save