SecurityFilter is intended for use by Java web application developers. It provides robust security and automatic authentication services for web applications. It has several important advantages over container managed security that make it an ideal solution for single-context, public web sites, or when it is necessary or simply desirable to avoid the server configuration hassles and portability issues associated with container managed security.
-<h2>Advantages of SecuirtyFilter over Container Managed Security:</h2>
+<h2>Advantages of SecurityFilter over Container Managed Security:</h2>
<ul>
<li>Security Filter is intended to be packaged within your web app, including your realm implementation and supporting classes. This allows you to deploy your app as a single, deployable unit (war file or expanded war directory structure) with no additional configuration of the server environment. This is in contrast to container managed security in which the realm must be added to the server's classpath (including any supporting classes) and configured in the server.<p /></li>