linked linked linkedin whatsapp remove
Feedback

Spring Framework Quiz Spring Framework

To register a custom filter that applies only to certain URL patterns, you should remove the _ annotation from the filter class and register a @Bean of type _ in Spring @Configuration.

@RequestMapping; WebRequest
@Controller; URLFilter
@WebFilter; ServletContextInitializer
@Component; FilterRegistrationBean

Answer:
@Component; FilterRegistrationBean

Note: This Question is unanswered, help us to find answer for this one