weblogic and spring security basic authentication
Weblogic 14
Spring security basic authentication
Hi all,
I'm facing quite strange problem with my web appllication using spring security basic authentcation
When It is deployed in Tomcat , authentication is done correctly
When It is deployed in weblogic 14 , when I try to authenticate I get
cannot retry due to server authentication, in streaming mode; nested exception is java.net.HttpRetryException: cannot retry due to server authentication, in streaming mode
Is any configuration missing in weblogic?