-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Affects Version/s: 3.0
-
Component/s: None
Fixes originally added as part of CONF-2795 ensured uploading a new version of an attachment with a different case creates a new version of that attachment but does not change its original filename.
The RPC method addAttachment doesn't respect this. It has its own implementation which calls the AttachmentManager directly, rather than using the DefaultFileUploadManager like the attachment actions do.
The code for the remote API should use the same mechanism and have the same constraints as the attachment actions.
- relates to
-
CONFSERVER-2795 Check CaSe issues on attachements
- Closed