added default JSP file and statistics measurement for attachment downloads
This commit is contained in:
@@ -111,14 +111,14 @@ public class Attachment extends VeniceServlet
|
||||
return new ErrorBox(null,"Internal Error: 'thefile' should be a file param",target);
|
||||
|
||||
// get the SIG
|
||||
SIGContext sig = getSIGParameter(request,user,true,"top");
|
||||
SIGContext sig = getSIGParameter(mphandler,user,true,"top");
|
||||
changeMenuSIG(request,sig);
|
||||
|
||||
// get the conference
|
||||
ConferenceContext conf = getConferenceParameter(request,sig,true,"top");
|
||||
ConferenceContext conf = getConferenceParameter(mphandler,sig,true,"top");
|
||||
|
||||
// get the message we want to use
|
||||
TopicMessageContext msg = getMessageParameter(request,conf,true,"top");
|
||||
TopicMessageContext msg = getMessageParameter(mphandler,conf,true,"top");
|
||||
|
||||
try
|
||||
{ // attach the data to the message!
|
||||
|
||||
Reference in New Issue
Block a user