o removed sys out
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@713939
13f79535-47bb-0310-9956-
ffa450edef68
</bean>
<bean name="xmlrpcServicesList" lazy-init="true" scope="singleton" class="java.util.ArrayList">
- <constructor-arg ref="administrationService"/>
- <!-- <constructor-arg ref="searchService"/> -->
+ <constructor-arg>
+ <list>
+ <ref bean="administrationService"/>
+ <ref bean="searchService"/>
+ </list>
+ </constructor-arg>
</bean>
<bean name="xmlRpcAuthenticator" class="org.apache.archiva.web.xmlrpc.security.XmlRpcAuthenticator">
public boolean isAuthorized( XmlRpcRequest pRequest )\r
throws XmlRpcException\r
{ \r
- System.out.println( "authenticator is called for request '" + pRequest.getMethodName() + "'" );\r
- \r
if ( pRequest.getConfig() instanceof XmlRpcHttpRequestConfigImpl )\r
{\r
XmlRpcHttpRequestConfigImpl config = (XmlRpcHttpRequestConfigImpl) pRequest.getConfig();\r