- Sort Score
- Result 10 results
- Languages All
Results 21 - 23 of 23 for gopher (0.03 sec)
-
fess-crawler/src/main/java/org/codelibs/fess/crawler/transformer/impl/HtmlTransformer.java
url = url.replaceFirst("/[^/]+/\\.\\./", "/"); } return url.replaceAll("([^:])/+", "$1/"); } /** * Checks if a path is valid for crawling (not a JavaScript, mailto, or other invalid URL). * * @param path the path to validate * @return true if the path is valid, false otherwise */ protected boolean isValidPath(final String path) {
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 28.5K bytes - Viewed (0) -
fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml
* Glob patterns must be unique, if there's a clash assign to the most popular format * The main mime type should be the canonical one, use aliases for any other widely used forms * Where there's a hierarchy in the types, list it via a parent * Highly specific magic matches get a high priority * General magic matches which could trigger a false-positive need a low one
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Thu Mar 13 08:18:01 UTC 2025 - 320.1K bytes - Viewed (1) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/ftp/FtpClient.java
* It handles SSL/TLS configuration, authentication, and various FTP client settings. * * @param info The FTP information containing host, port, and other connection details * @return A configured FTP client ready for use * @throws IOException If the FTP client cannot be created or connected */Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 39.5K bytes - Viewed (0)