Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for matchUserAgent (0.12 sec)

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

                if (matchUserAgent(pathMapping)) {
                    newUrl = pathMapping.process(this, newUrl);
                }
            }
            if (logger.isDebugEnabled() && !StringUtil.equals(url, newUrl)) {
                logger.debug("replace: {} -> {}", url, newUrl);
            }
            return newUrl;
        }
    
        protected boolean matchUserAgent(final PathMapping pathMapping) {
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:53:18 UTC 2024
    - 7.6K bytes
    - Viewed (0)
Back to top