Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for test_mimeTypeWithoutPlusCharacterWorksWithoutEscaping (0.25 seconds)

  1. src/test/java/org/codelibs/fess/crawler/rule/CrawlerRuleMimeTypePatternTest.java

                assertFalse("Unescaped pattern should NOT match: " + mimeType, Pattern.compile(mimeType).matcher(mimeType).matches());
            }
        }
    
        @Test
        public void test_mimeTypeWithoutPlusCharacterWorksWithoutEscaping() {
            // Test MIME types without + character (no escaping needed)
            String[] mimeTypesWithoutPlus = { //
                    "text/html", //
                    "text/plain", //
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Wed Feb 04 14:24:39 GMT 2026
    - 8.7K bytes
    - Click Count (0)
Back to Top