Просмотр исходного кода

Correct location of AuthenticationSimpleHttpInvokerRequestExecutor in clientContext.xml.

Ben Alex 20 лет назад
Родитель
Сommit
747825cda1
2 измененных файлов с 2 добавлено и 1 удалено
  1. 1 0
      doc/xdocs/changes.xml
  2. 1 1
      samples/contacts/client/clientContext.xml

+ 1 - 0
doc/xdocs/changes.xml

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

+ 1 - 1
samples/contacts/client/clientContext.xml

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