Tagged Questions
1
vote
4answers
1k views
Build firefox extension (XPI package) using Java servlets
I am trying to build a xpi file using Java servlet.
If I return the xpi as a zip using the following code in the servlet -
response.setContentType("application/zip");
...