- Explicit handling of some more common remote connection exception cases in RemoteClient - custom error codes to indicate problems back to Connector framework.

- Added mechanism to HttpConnector to ignore future requests for N milliseconds after a connection failed attempt to a remote server.
  - this means that multiple requests to a remote server won't simply sit in a queue waiting to time out (signficantly slowing down the start of the Share app if the remote Alfresco server is not available)
- Remote component loading config now off by default - added loading of alfresco/config/custom-slingshot-application-context.xml custom app context file - will provide sample app context to enable remote component loading.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@11067 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Kevin Roast
2008-09-29 13:40:10 +00:00
parent 660dc69222
commit e14aedffcb

View File

@@ -147,12 +147,10 @@
<bean id="webscripts.registry.prototype" parent="webscripts.registry" scope="prototype"/> <bean id="webscripts.registry.prototype" parent="webscripts.registry" scope="prototype"/>
<!-- --> <!-- -->
<!-- Web Script Authenticators --> <!-- Web Script Authenticators -->
<!-- --> <!-- -->
<!-- HTTP Basic Authenticator (Servlet based) --> <!-- HTTP Basic Authenticator (Servlet based) -->
<bean id="webscripts.authenticator.basic" class="org.alfresco.repo.web.scripts.servlet.BasicHttpAuthenticatorFactory"> <bean id="webscripts.authenticator.basic" class="org.alfresco.repo.web.scripts.servlet.BasicHttpAuthenticatorFactory">
<property name="authenticationService" ref="AuthenticationService" /> <property name="authenticationService" ref="AuthenticationService" />