Hi Surjendu, do you work with a fresh copy from the svn repository?
best regards, Thierry Boileau
I am receiving the following exception when the entity is
being set in the response.
java.util.zip.ZipException: no current ZIP entry
My code:
File file = new File("c:\\temp.zip");
rep = new FileRepresentation(file,MediaType.APPLICATION_ZIP);
Representation zippedRep = new EncodeRepresentation(Encoding.ZIP,rep);
getResponse().setEntity(zippedRep);

