- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for isValidFileProtocol (0.28 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/main/java/org/codelibs/fess/helper/ProtocolHelper.java
* * @param url the URL to validate * @return true if the URL starts with a supported file protocol, false otherwise */ public boolean isValidFileProtocol(final String url) { return stream(fileProtocols).get(stream -> stream.anyMatch(s -> url.startsWith(s))); } /** * Adds a new web protocol to the supported protocols list.Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 13:59:25 GMT 2026 - 12.4K bytes - Click Count (1)