Which one of the following statements is true about the following configuration in web.xml: springSecurityFilterChain org.springframework.web.filter.DelegatingFilterProxy springSecurityFilterChain /myapplication/*

🎲 Try a Random Question  |  Total Questions in Quiz: 189  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
Spring Framework Fundamentals Test — practice the complete quiz, review flashcards, or try a random question.


Which one of the following statements is true about the following configuration in web.xml: <filter> <filter-name>springSecurityFilterChain</filter-name> <filter-class> org.springframework.web.filter.DelegatingFilterProxy </filter-class> </filter> <filter-mapping> <filter-name>springSecurityFilterChain</filter-name> <url-pattern>/myapplication/*</url-pattern> </filter-mapping>