-
Type:
Service Pack Request
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 4.2.4
-
Fix Version/s: 4.2.5
-
Component/s: Tika, POI, and Metadata Extraction
-
Labels:None
-
Environment:Windows 7/8 Client
-
Bug Priority:
-
ACT Numbers:
00397010
-
Build Location:
Summary
Windows supports the tagging of certain file types. Alfresco pulls these tags in for the description of the document for Office Documents but fails to pull in all Tags for Image File types (jpg, tiff, png, etc.) that have exif metadata. Only the first tag is extracted from these files.
Steps to Reproduce
- Create an Office Word Document in Windows
- Edit properties and add 3 tags: test1, test2, test3
- Drag and Drop the file into Share
- The description reads test1;test2;test3
- Download or create a jpg file
- Edit properties and add 3 tags: test1;test2;test3
- Drag and Drop the file into Share
- The description reads test1
Observed Behavior
Only the first tag is extracted from image files
Expected Behavior
All tags are extracted into the description regardless of file type