- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 56 for hostnames (0.04 seconds)
-
src/test/java/org/codelibs/fess/mylasta/direction/sponsor/FessMailDeliveryDepartmentCreatorTest.java
} } // Test with different hostnames @Test public void test_differentHostnames() { String[] hostnames = { "smtp.gmail.com", "mail.example.com", "localhost", "192.168.1.1" }; for (String hostname : hostnames) { ComponentUtil.setFessConfig(new FessConfig.SimpleImpl() {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 6.5K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/duplicatehost/CreateForm.java
* crawling from duplicate hostnames to the regular canonical hostname. */ public class CreateForm { /** * Creates a new CreateForm instance. */ public CreateForm() { } /** The CRUD operation mode for form processing */ @ValidateTypeFailure public Integer crudMode; /** The regular canonical hostname that should be used */ @RequiredCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 2.5K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/helper/DuplicateHostHelper.java
import jakarta.annotation.PostConstruct; /** * Helper class for managing duplicate host configurations in the Fess search system. * This class handles URL conversion based on duplicate host rules, allowing multiple * hostnames or URLs to be treated as equivalent for crawling and indexing purposes. * It maintains a list of DuplicateHost rules and applies them to URLs. * */ public class DuplicateHostHelper {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 4K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/pager/DuplicateHostPager.java
* including navigation controls and search/filter parameters. * * <p>Duplicate hosts allow administrators to define hostname patterns that should * be treated as equivalent during crawling, helping to avoid duplicate content * from the same logical site accessed via different hostnames.</p> */ public class DuplicateHostPager implements Serializable { private static final long serialVersionUID = 1L;Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 7.5K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/util/IpAddressUtilTest.java
// IPv4 addresses - should remain unchanged assertEquals("127.0.0.1", IpAddressUtil.formatForUrl("127.0.0.1")); assertEquals("192.168.1.1", IpAddressUtil.formatForUrl("192.168.1.1")); // Hostnames - should remain unchanged assertEquals("localhost", IpAddressUtil.formatForUrl("localhost")); assertEquals("example.com", IpAddressUtil.formatForUrl("example.com")); // NullCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Nov 06 08:31:03 GMT 2025 - 8.9K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/service/DuplicateHostService.java
* duplicate host configurations used by the Fess crawler system. * * <p>Duplicate host configurations allow administrators to define hostname patterns * that should be treated as equivalent during crawling. This helps avoid indexing * duplicate content from the same logical site that may be accessible via different * hostnames (e.g., www.example.com and example.com).</p> */ public class DuplicateHostService extends FessAppService { /**Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 7.4K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/job/PingSearchEngineJobTest.java
// State has changed return true; } @Override public String getHostname() { return "test-hostname"; } }; FessConfig fessConfig = createTestFessConfig(); // Register components ComponentUtil.register(searchEngineClient, "searchEngineClient");Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 18.9K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/mylasta/mail/LogNotificationPostcard.java
} /** * Set the value of hostname, used in parameter comment. <br> * Even if empty string, treated as empty plainly. So "IF pmb != null" is false if empty. * @param hostname The parameter value of hostname. (NotNull) */ public void setHostname(String hostname) { registerVariable("hostname", hostname); } /**Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 5.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/helper/CoordinatorHelper.java
final String hostname = ComponentUtil.getSystemHelper().getHostname(); final String targetName = ComponentUtil.getFessConfig().getSchedulerTargetName(); final String body = toJson(Map.of( // "type", TYPE_HEARTBEAT, // "instanceId", instanceId, // "hostname", hostname, //
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 33.3K bytes - Click Count (0) -
src/main/webapp/WEB-INF/view/admin/fileauth/admin_fileauth_edit.jsp
<label for="hostname" class="col-sm-3 text-sm-right col-form-label"><la:message key="labels.file_auth_hostname"/></label> <div class="col-sm-9"> <la:errors property="hostname"/> <la:text styleId="hostname" property="hostname" styleClass="form-control"/>Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 8K bytes - Click Count (0)