Class ProfanityFilter

  • All Implemented Interfaces:
    PageFilter

    public class ProfanityFilter
    extends BasePageFilter
    This class is an example of how to have a simple filter. It removes all nasty words located at profanity.properties file, inside org/apache/wiki/filters package. The search of profanities is case unsensitive.