Error with .svg files stored in alfresco share

cancel
Showing results for 
Search instead for 
Did you mean: 
udayakumar_p
Active Member

Error with .svg files stored in alfresco share

Some of the .svg files stored in alfresco share seem to get corrupted. We are having issue with retrieving those files. We retrieve those as an encoded string using base 64 encoding(Java). When trying to convert the encoded string error is thrown.

So we tried to encode the original image using base 64, we don't see any issue in decoding it back. However when we downloaded the .svg files stored in alfresco and tried to encode it using base 64 and then tried to decode it, we are having issue. So there is no issue with the original image, no issue with encoder/decoder, issue is there with the files stored in alfresco. So it has to do something with the way alfresco stores .svg files.

What i found is that the base 64 encoded text of the original image and the encoded text of the image stored in alfresco is different.

Kindly assist.

2 Replies
vpan
Active Member II

Re: Error with .svg files stored in alfresco share

did you succed with this error ....

jpotts
Professional

Re: Error with .svg files stored in alfresco share

It seems highly unlikely that Alfresco is causing this problem because it doesn't do anything to your files other than copy them to the content store. Can you provide the exact software versions you are using as well as the exact steps that lead to the problem so that others can try to reproduce what you are seeing? Also include whatever custom code you are running.