1
0
mirror of synced 2026-08-05 17:57:15 +00:00

Correct location of AuthenticationSimpleHttpInvokerRequestExecutor in clientContext.xml.

This commit is contained in:
Ben Alex
2005-03-22 22:56:36 +00:00
parent 01aaadbe0d
commit 747825cda1
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -48,7 +48,7 @@
<!-- Automatically propagates ContextHolder-managed Authentication principal
and credentials to a HTTP invoker BASIC authentication header -->
<bean id="httpInvokerRequestExecutor" class="net.sf.acegisecurity.ui.httpinvoker.AuthenticationSimpleHttpInvokerRequestExecutor"/>
<bean id="httpInvokerRequestExecutor" class="net.sf.acegisecurity.context.httpinvoker.AuthenticationSimpleHttpInvokerRequestExecutor"/>
<!-- Proxy for the Hessian-exported ContactManager -->
<!-- Hessian is a slim binary HTTP remoting protocol -->