119120121122123124125126127128129
uri.getPort(), getFullPath(path), null, null); return new URLResource(this, path, newURI.toURL(), _connectTimeout, _readTimeout); } catch(URISyntaxException e) { // should not happen throw new RuntimeException(e);