fix 修复关闭 xss 功能导致可重复读 RepeatableFilter 失效
This commit is contained in:
		
							parent
							
								
									fcf606acde
								
							
						
					
					
						commit
						9a7bb81cd0
					
				@ -18,7 +18,6 @@ import com.ruoyi.common.utils.StringUtils;
 | 
			
		||||
 * @author ruoyi
 | 
			
		||||
 */
 | 
			
		||||
@Configuration
 | 
			
		||||
@ConditionalOnProperty(value = "xss.enabled", havingValue = "true")
 | 
			
		||||
public class FilterConfig
 | 
			
		||||
{
 | 
			
		||||
    @Value("${xss.excludes}")
 | 
			
		||||
@ -29,6 +28,7 @@ public class FilterConfig
 | 
			
		||||
 | 
			
		||||
    @SuppressWarnings({ "rawtypes", "unchecked" })
 | 
			
		||||
    @Bean
 | 
			
		||||
    @ConditionalOnProperty(value = "xss.enabled", havingValue = "true")
 | 
			
		||||
    public FilterRegistrationBean xssFilterRegistration()
 | 
			
		||||
    {
 | 
			
		||||
        FilterRegistrationBean registration = new FilterRegistrationBean();
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user