mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Changed filesystem initialization code to use the system user as the security
context to allow calls to normal services. Added <relativePath> filesystem configuration to allow root of filesystem to be a folder node within the hierarchy. Changed drag and drop <path> setting to search the classpath for the file. Added checks to validate that the file exists and is on the local filesystem. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2134 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -55,12 +55,12 @@
|
||||
</constructor-arg>
|
||||
<property name="transactionService"><ref bean="transactionComponent" /></property>
|
||||
<property name="nodeService"><ref bean="NodeService" /></property>
|
||||
<property name="unprotectedNodeService"><ref bean="nodeService" /></property>
|
||||
<property name="unprotectedSearchService"><ref bean="searchService" /></property>
|
||||
<property name="searchService"><ref bean="SearchService" /></property>
|
||||
<property name="namespaceService"><ref bean="namespaceService" /></property>
|
||||
<property name="contentService"><ref bean="ContentService" /></property>
|
||||
<property name="permissionService"><ref bean="permissionService"/></property>
|
||||
<property name="checkInOutService"><ref bean="checkOutCheckInService"/></property>
|
||||
<property name="authenticationComponent"><ref bean="authenticationComponent"/></property>
|
||||
</bean>
|
||||
|
||||
<bean id="cifsHelper" class="org.alfresco.filesys.smb.server.repo.CifsHelper">
|
||||
|
Reference in New Issue
Block a user