Update of
/var/cvs/contributions/CMSContainer_Modules/staticdownload/src/java/com/finalist/cmsc/staticdownload/taglib
In directory james.mmbase.org:/tmp/cvs-serv26542/taglib
Modified Files:
StartTag.java
Log Message:
CMSC-945(Modify using which download path from jsp in java files)
See also:
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Modules/staticdownload/src/java/com/finalist/cmsc/staticdownload/taglib
See also: http://www.mmbase.org/jira/browse/CMSC-945
Index: StartTag.java
===================================================================
RCS file:
/var/cvs/contributions/CMSContainer_Modules/staticdownload/src/java/com/finalist/cmsc/staticdownload/taglib/StartTag.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- StartTag.java 20 Jun 2008 06:53:21 -0000 1.5
+++ StartTag.java 30 Jun 2008 10:41:44 -0000 1.6
@@ -24,7 +24,7 @@
String wgetPath = PropertiesUtil.getProperty("staticdownload.wgeturl");
String downloadUrl =
PropertiesUtil.getProperty("staticdownload.downloadurl");
String webappName =
PropertiesUtil.getProperty("staticdownload.webappName");
- DownloadSettings downloadSettings = new DownloadSettings(50, tempPath,
storePath, wgetPath, downloadUrl,webappName,
+ DownloadSettings downloadSettings = new DownloadSettings(50,liveUrl,
tempPath, storePath, wgetPath, downloadUrl,webappName,
ctx.getServletContext());
// DownloadThread downloadThread = new
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs