Expresso 5-6

Package com.jcorporate.expresso.core.security.filters

Contains the mechanisms to filter malicious control characters from strings before being sent to a browser.

See:
          Description

Class Summary
AllowedHtmlPlusURLFilter This class provides a filter implementation for HTML output, protecting against XSS exploits, but allows a small subset of HTML through, for simple formatting.
Filter This is the base class for all filters.
FilterManager The primary purpose of this class is to filer out particular characters from a HTTP respone.
FilterTree A filter tree is a data structure that allows for quick matching and replacement of strings.
FilterTreeNode This class provides a "filter parse tree" interface to the system.
gb2312 This class provides a filter implementation of the Filter class for the chinese gb2312
HtmlFilter This class provides a filter implementation of the Filter class for stripping out HTML tags in order to protect against XSS exploits
HtmlPlusURLFilter This class provides a filter implementation for HTML output, protecting against XSS exploits, plus it creates anchor () tags for anything that starts with 'http://', 'www
ISO_8859_1 This class provides a filter implementation of the Filter class for the ISO-8859-1 character set (also known as the Roman Character set) in other words the characters used in the Western European Languages.
ISO_8859_1_eForum Deprecated. As of Expresso 5.0.4 Eforum itself can do its own filtering now.
RawFilter This class provides a filter implementation of the Filter class for returning raw, unfiltered values
XmlFilter This class provides a filter implementation of the Filter class for XML
 

Package com.jcorporate.expresso.core.security.filters Description

Contains the mechanisms to filter malicious control characters from strings before being sent to a browser.


Expresso 5-6

Please see www.jcorporate.com for information about new Expresso releases.