View Single Post
  #1 (permalink)  
Old 01-07-2008, 09:52 PM
Sbhingarkar Sbhingarkar is offline
Active Member
 
Posts: 30
Default Info required Regarding Content Servlet

HI All,

i am evaluating zimbra feature send mail with attachment.while uploading attachment FileUploadServlet called.and for downloading a attachment as per zimbra soap.txt file /service/content/get?id={message-id}[&fmt={fmt-type}][&part={part-name}][&subId={subId}
URL is invoked.which will invoke ContentServlet.but when i tried to download attachment EmailMessageTest.java.below URL
http://10.77.1.115/service/home/~/Em...&part=2&disp=a
is invoked which is mapped with userservlet.
i counld not found use case where ContentServlet is invoked.When the ContentServlet is invoked and what is it's utility ?
Reply With Quote