Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for getUAMatcher (0.04 seconds)

  1. src/main/java/org/codelibs/fess/helper/PathMappingHelper.java

                    final String userAgent = request.getHeader("user-agent");
                    if (StringUtil.isBlank(userAgent)) {
                        return false;
                    }
    
                    return pathMapping.getUAMatcher(userAgent).find();
                }).orElse(false);
            }
            return false;
        }
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri Nov 28 16:29:12 GMT 2025
    - 9.5K bytes
    - Click Count (0)
Back to Top