- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for GetHost (0.04 sec)
-
src/main/java/org/codelibs/fess/crawler/transformer/FessXpathTransformer.java
value = "http:" + urlStr; } else { value = urlStr; } try { final URL url = new java.net.URL(value); final String host = url.getHost(); if (StringUtil.isBlank(host) || "http".equalsIgnoreCase(host) || "https".equalsIgnoreCase(host)) { return false; } } catch (final MalformedURLException e) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 54.4K bytes - Viewed (0) -
src/test/java/jcifs/smb/SmbFileIntegrationTest.java
tempDir = Files.createTempDirectory("smbtest"); setupTestDirectoryStructure(); // Configure SMB context and connection URL String host = sambaContainer.getHost(); Integer port = sambaContainer.getMappedPort(SMB_PORT); baseUrl = "smb://" + host + ":" + port + "/"; log.info("Samba container started - Base URL: {}", baseUrl);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 56K bytes - Viewed (0)