macressler / alfresco-bulk-filesystem-import

Automatically exported from code.google.com/p/alfresco-bulk-filesystem-import
GNU Lesser General Public License v3.0
1 stars 0 forks source link

Problem with buildContentProperty() #148

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
buildContentProperty() gets the filepath and then replaces the root content 
store path with blank in the filepath.

The issue is that this is java and you aren't guaranteed the path separator 
will be the system one.  So I convert all separators to / and then do the 
replace.

Original issue reported on code.google.com by peter.mo...@alfresco.com on 30 Apr 2014 at 2:06

GoogleCodeExporter commented 9 years ago
buildContentProperty already "normalises" path separators to Unix-style ('/').  
This was done in revision f80d6ca51cbc.

Original comment by pmo...@gmail.com on 8 May 2014 at 9:43