- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 54 for 8080 (0.01 sec)
-
src/test/java/org/codelibs/fess/helper/DuplicateHostHelperTest.java
url = "http://www.foo.com:8080/"; result = "http://www.foo.com:8080/"; assertEquals(result, duplicateHostHelper.convert(url)); url = "http://www.bar.com/"; result = "http://www.bar.com/"; assertEquals(result, duplicateHostHelper.convert(url)); url = "http://www.bar.com:8080/"; result = "http://www.bar.com:8080/";
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 13:41:04 UTC 2025 - 6.6K bytes - Viewed (0) -
docs/de/README.md
### Browser-Benutzeroberfläche - Suchoberfläche: http://localhost:8080/  - Administrationsoberfläche: http://localhost:8080/admin/ (Standard-Benutzername/Passwort ist admin/admin) 
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Oct 12 07:19:47 UTC 2024 - 7.6K bytes - Viewed (0) -
docs/zh-CN/README.md
### 浏览器 UI - 搜索 UI: http://localhost:8080/  - 管理 UI: http://localhost:8080/admin/ (默认用户名/密码为 admin/admin) 
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Oct 12 07:19:47 UTC 2024 - 6.8K bytes - Viewed (0) -
README.md
### Browser UI - Search UI: http://localhost:8080/  - Admin UI: http://localhost:8080/admin/ (default username/password is admin/admin) 
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 06:34:32 UTC 2025 - 7.2K bytes - Viewed (2) -
docs/ko/README.md
### 브라우저 UI - 검색 UI: http://localhost:8080/  - 관리자 UI: http://localhost:8080/admin/ (기본 사용자 이름/비밀번호는 admin/admin입니다) 
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Oct 12 07:19:47 UTC 2024 - 7.8K bytes - Viewed (1) -
mockwebserver/src/test/java/mockwebserver3/RecordedRequestTest.kt
), ) val requestLine = decodeRequestLine("CONNECT example.com:8080 HTTP/1.1") val request = RecordedRequest(requestLine, headers, emptyList(), 0, ByteString.EMPTY, 0, 0, socket) assertThat(request.target).isEqualTo("example.com:8080") assertThat(request.url.toString()).isEqualTo("http://example.com:8080/") } @Test fun testAbsoluteForm() { val socket = MockWebServerSocket(
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sat Aug 02 20:36:00 UTC 2025 - 5.3K bytes - Viewed (0) -
docs/es/README.md
### Interfaz de Usuario en el Navegador - Interfaz de búsqueda: http://localhost:8080/  - Interfaz de administración: http://localhost:8080/admin/ (el nombre de usuario/contraseña por defecto es admin/admin) 
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Oct 12 07:19:47 UTC 2024 - 7.6K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/filter/CorsFilterTest.java
} // Test with different origin formats public void test_doFilter_differentOrigins() throws Exception { String[] origins = { "http://localhost:8080", "https://example.com", "http://subdomain.example.com", "https://example.com:3000" }; for (String origin : origins) { setUp(); // Reset for each test mockRequest.setHeader("Origin", origin);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 22.1K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/cors/CorsHandlerFactoryTest.java
} public void test_add_originsWithDifferentPorts() { // Setup String origin8080 = "https://example.com:8080"; String origin8443 = "https://example.com:8443"; TestCorsHandler handler8080 = new TestCorsHandler("handler-8080"); TestCorsHandler handler8443 = new TestCorsHandler("handler-8443"); // Execute corsHandlerFactory.add(origin8080, handler8080);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 9.1K bytes - Viewed (0) -
docs/ja/README.md
### ブラウザUI - 検索UI: http://localhost:8080/  - 管理者UI: http://localhost:8080/admin/ (デフォルトのユーザー名/パスワードはadmin/adminです) 
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Oct 12 07:19:47 UTC 2024 - 8.3K bytes - Viewed (0)