Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for test_mimetypePatternMatching (0.09 seconds)

  1. src/test/java/org/codelibs/fess/thumbnail/impl/BaseThumbnailGeneratorTest.java

                generator.createTask("/path/to/thumb.jpg", docMap);
            } catch (Exception e) {
                // Expected when FessConfig is not available
            }
        }
    
        @Test
        public void test_mimetypePatternMatching() {
            // Test that MIME type patterns work correctly as regex
            // This verifies the fix for SVG thumbnail generation issue
            // where image/svg+xml was not matching due to unescaped + character
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Wed Feb 04 14:24:39 GMT 2026
    - 17.1K bytes
    - Click Count (0)
Back to Top