mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-13 22:03:33 +00:00
Correct location of AuthenticationSimpleHttpInvokerRequestExecutor in clientContext.xml.
This commit is contained in:
parent
01aaadbe0d
commit
747825cda1
@ -26,6 +26,7 @@
|
|||||||
</properties>
|
</properties>
|
||||||
<body>
|
<body>
|
||||||
<release version="0.8.2" date="In CVS">
|
<release version="0.8.2" date="In CVS">
|
||||||
|
<action dev="benalex" type="fix">Correct location of AuthenticationSimpleHttpInvokerRequestExecutor in clientContext.xml</action>
|
||||||
</release>
|
</release>
|
||||||
<release version="0.8.1" date="2005-03-22">
|
<release version="0.8.1" date="2005-03-22">
|
||||||
<action dev="luke_t" type="add">X509 (certificate-based) authentication support</action>
|
<action dev="luke_t" type="add">X509 (certificate-based) authentication support</action>
|
||||||
|
@ -48,7 +48,7 @@
|
|||||||
|
|
||||||
<!-- Automatically propagates ContextHolder-managed Authentication principal
|
<!-- Automatically propagates ContextHolder-managed Authentication principal
|
||||||
and credentials to a HTTP invoker BASIC authentication header -->
|
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 -->
|
<!-- Proxy for the Hessian-exported ContactManager -->
|
||||||
<!-- Hessian is a slim binary HTTP remoting protocol -->
|
<!-- Hessian is a slim binary HTTP remoting protocol -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user