-
Type:
Bug
-
Resolution: Answered
-
Priority:
Low
-
None
-
Affects Version/s: 4.6.1
-
Component/s: Indexing
-
Severity 3 - Minor
-
1
Issue Summary
Fisheye treating the .doc and .xslx MIME type as binary. As for the .xslx, this was added in the FISHEYE_INST/raw-mime.types file but the changes were not applied.
Environment
- Fisheye Crucible version 4.6.1
- File type Excel - .xslx and Document - .doc
Steps to Reproduce
Document file type
- Add a file called sample.doc in the SVN repository.
- View the sample.doc in the Fisheye UI's repository Source.
Excel file type
- Stop the Fisheye.
- Edit the FISHEYE_INST/raw-mime.types to have the following:
text/xml xml xsl xlsx
- Restart the Fisheye
- Add a file called sample.doc in the SVN repository.
- View the sample.doc in the Fisheye UI's repository Source.
Expected Results
View the file content
Actual Results
Fisheye showing the file as binary. The file is only available to download.
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available
- is blocked by
-
FE-6546 Update raw-mime.types file
- Not Being Considered