Hi,
Assuming that I do not need to protect 'photo' page by tonr authentication except the oAuthentication on sparclr side surely, what should I do with spring context and web.xml configs to remove it? I removed <http> from applicationContext, but now it fails that no such bean exists "springSecurityFilterChain".
Thanks in advance


Reply With Quote