Skip to content
Snippets Groups Projects
Commit ceb436df authored by felmer's avatar felmer
Browse files

SP-508, BIS-158: Add a timestamp to download URL in order to avoid taking file from browser cache.

SVN: 28373
parent e00be455
No related branches found
No related tags found
No related merge requests found
......@@ -48,6 +48,7 @@ public class AttachmentDownloadHelper
// NOTE: this exp.getId() could be null if exp is a proxy
methodWithParameters.addParameter(GenericConstants.TECH_ID_PARAMETER,
attachmentHolder.getId());
methodWithParameters.addParameter("timestamp", System.currentTimeMillis());
return methodWithParameters.toString();
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment