spring-security/remoting/src
Rob Winch 25248c7536 SEC-1975: Ignore anonymous users for AuthenticationSimpleHttpInvokerRequestExecutor
Previously anonymous authentication was submitted as credentials over the wire which
caused the applications to attempt to authenticate the anonymous user.

Now if the user is anonymous (determined by the AuthenticationTrustResolver), the
AuthenticationSimpleHttpInvokerRequestExecutor does not populate any credentials.
2012-08-09 09:56:07 -05:00
..
main/java/org/springframework/security/remoting SEC-1975: Ignore anonymous users for AuthenticationSimpleHttpInvokerRequestExecutor 2012-08-09 09:56:07 -05:00
test/java/org/springframework/security/remoting SEC-1975: Ignore anonymous users for AuthenticationSimpleHttpInvokerRequestExecutor 2012-08-09 09:56:07 -05:00