Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Segment (0.09 sec)

  1. fess-crawler/src/test/java/org/codelibs/fess/crawler/filter/UrlFilterTest.java

            // Create a very long URL
            StringBuilder longUrl = new StringBuilder("https://example.com/");
            for (int i = 0; i < 1000; i++) {
                longUrl.append("very/long/path/segment/");
            }
            longUrl.append("file.html");
    
            urlFilter.addInclude("https://example.com/.*");
    
            // Should handle long URLs without issues
    Registered: Sun Sep 21 03:50:09 UTC 2025
    - Last Modified: Wed Sep 03 14:42:53 UTC 2025
    - 19K bytes
    - Viewed (0)
Back to top