yacy_search_server/source/net/yacy/repository
luccioman 61c337f29a Decode blacklist entries for easier edition of non ascii chars
Not using the JDK URLDecoder.decode() function, as it strips '+'
characters when they occur after '?' (both characters having regular
expression semantics when used in blacklist path patterns)
2018-10-04 09:33:58 +02:00
..
Blacklist.java Decode blacklist entries for easier edition of non ascii chars 2018-10-04 09:33:58 +02:00
BlacklistFile.java applying precompiled CommonPattern.COMMA.split to all places where 2015-01-29 01:46:22 +01:00
BlacklistHelper.java Improved normalization of blacklist path patterns having non ascii chars 2018-10-02 14:36:13 +02:00
BlacklistHostAndPath.java Blacklist import and update performance improvements. 2017-01-06 12:24:31 +01:00
FilterEngine.java Do locale independant case conversion on hosts, schemes, and file exts. 2017-12-19 13:52:05 +01:00
LoaderDispatcher.java Fixed stored URL in web cache when redirection(s) occurs. 2018-01-20 18:56:40 +01:00
RegexHelper.java avoid NPE in regex checker 2013-04-20 10:53:49 +02:00