Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for isFileSystemPath (0.06 sec)

  1. src/main/java/org/codelibs/fess/app/web/go/GoAction.java

         *
         * @param url the URL to check
         * @return true if the URL is a file system path, false otherwise
         */
        protected boolean isFileSystemPath(final String url) {
            return ComponentUtil.getProtocolHelper().isFileSystemPath(url);
        }
    
        /**
         * Validates if the URL is safe for redirection.
         *
         * @param url the URL to validate
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Thu Dec 11 09:47:03 UTC 2025
    - 9K bytes
    - Viewed (0)
Back to top