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

View File

@ -26,6 +26,7 @@
</properties>
<body>
<release version="0.8.2" date="In CVS">
<action dev="benalex" type="fix">Correct location of AuthenticationSimpleHttpInvokerRequestExecutor in clientContext.xml</action>
</release>
<release version="0.8.1" date="2005-03-22">
<action dev="luke_t" type="add">X509 (certificate-based) authentication support</action>

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 -->