|  | @@ -1856,7 +1856,11 @@ public boolean supports(Class clazz);</programlisting></para>
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |          <para><programlisting><filter>
 | 
	
		
			
				|  |  |    <filter-name>Acegi Security System for Spring Auto Integration Filter</filter-name>
 | 
	
		
			
				|  |  | -  <filter-class>net.sf.acegisecurity.ui.AutoIntegrationFilter</filter-class>
 | 
	
		
			
				|  |  | +  <filter-class>net.sf.acegisecurity.util.FilterToBeanProxy</filter-class>
 | 
	
		
			
				|  |  | +  <init-param>
 | 
	
		
			
				|  |  | +    <param-name>targetClass</param-name>
 | 
	
		
			
				|  |  | +    <param-value>net.sf.acegisecurity.ui.AutoIntegrationFilter</param-value>
 | 
	
		
			
				|  |  | +  </init-param>
 | 
	
		
			
				|  |  |  </filter>
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  <filter-mapping>
 | 
	
	
		
			
				|  | @@ -1864,6 +1868,11 @@ public boolean supports(Class clazz);</programlisting></para>
 | 
	
		
			
				|  |  |    <url-pattern>/*</url-pattern>
 | 
	
		
			
				|  |  |  </filter-mapping></programlisting></para>
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | +        <para>You will also need to add the following line to your application
 | 
	
		
			
				|  |  | +        context:</para>
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        <para><programlisting><bean id="autoIntegrationFilter" class="net.sf.acegisecurity.ui.AutoIntegrationFilter" /></programlisting></para>
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |          <para>Once in the <literal>ContextHolder</literal>, the standard Acegi
 | 
	
		
			
				|  |  |          Security System for Spring classes can be used. Because
 | 
	
		
			
				|  |  |          <literal>ContextHolder</literal> is a standard object which is
 |