Closed
Description
https://docs.spring.io/spring-security/site/docs/current/reference/htmlsingle/#multiple-httpsecurity
Checking latest documentation of spring security, section (6.10) multiple-httpsecurity.
First line says:
We can configure multiple HttpSecurity instances just as we can have multiple blocks. The key is to extend the WebSecurityConfigurationAdapter multiple times.
Whereas, the correct class is WebSecurityConfigurerAdapter.
Can you please correct the documentation to remove this confusion.