|
|
@ -530,8 +530,8 @@ public final class plasmaHTCache {
|
|
|
|
remotePath = matcher.replaceAll("/!!/");
|
|
|
|
remotePath = matcher.replaceAll("/!!/");
|
|
|
|
matcher.reset(remotePath);
|
|
|
|
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
|
|
|
|
// only set NO default ports
|
|
|
|
int port = url.getPort();
|
|
|
|
int port = url.getPort();
|
|
|
|