Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for webFileRule (0.33 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

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

     * is properly escaped in regex patterns to match literally.
     */
    public class CrawlerRuleMimeTypePatternTest extends UnitFessTestCase {
    
        // Pattern from webFileRule in rule.xml
        // Note: In XML, single backslash is used. In Java string, we need to double it.
        private static final String WEB_FILE_RULE_PATTERN = "(application/xml" //
                + "|application/xhtml\\+xml" //
    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