[ACCEPTED]-spring security not eligible for auto-proxying-spring-mvc
Accepted answer
This is a fairly normal message. A BeanPostProcessor
is a 8 Spring construct for altering/wrapping/proxying 7 beans in the context. Because of the way 6 the context lifecycle works, some things 5 have to be configured before the BeanPostProcessor
get a look in, which 4 leads to that message.
It's almost never 3 anything to worry about, hence the INFO 2 level. The components that trigger the message 1 are usually Spring's own internal components.
Source:
stackoverflow.com
More Related questions
Cookie Warning
We use cookies to improve the performance of the site. By staying on our site, you agree to the terms of use of cookies.