- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for test_urlParsing_hyphenatedBucket (2.35 sec)
-
fess-crawler/src/test/java/org/codelibs/fess/net/protocol/gcs/HandlerTest.java
assertEquals("path/file with spaces.txt", getField(gcsConn, "objectName")); } /** * Test URL parsing with hyphenated bucket name. */ public void test_urlParsing_hyphenatedBucket() throws Exception { URL url = new URL("gcs://my-bucket-name/object.txt"); Handler handler = new Handler(); URLConnection conn = handler.openConnection(url);
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Dec 11 08:38:29 UTC 2025 - 14.1K bytes - Viewed (0) -
fess-crawler/src/test/java/org/codelibs/fess/net/protocol/storage/HandlerTest.java
assertEquals("path/file with spaces.txt", getField(storageConn, "objectName")); } /** * Test URL parsing with hyphenated bucket name. */ public void test_urlParsing_hyphenatedBucket() throws Exception { URL url = new URL("storage://my-bucket-name/object.txt"); Handler handler = new Handler(); URLConnection conn = handler.openConnection(url);
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Dec 11 08:38:29 UTC 2025 - 14.4K bytes - Viewed (0)