Fix downloadFile operation to include filename
git-svn-id: https://brutex.net/svn/xservices/trunk@60 e7e49efb-446e-492e-b9ec-fcafc1997a86
This commit is contained in:
parent
eed2c21c0f
commit
f46296e6dd
@ -95,6 +95,7 @@ public class FileServiceImpl implements FileService {
|
||||
"application/binary", is));
|
||||
AttachmentType t = new AttachmentType();
|
||||
t.setContent(h);
|
||||
t.setFilename(res.getAntResource(null).getName());
|
||||
return t;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user