Date: 2004-05-13T07:28:49
   Editor: MichaelMcGrady <[EMAIL PROTECTED]>
   Wiki: Apache Struts Wiki
   Page: StrutsCatalogEschewUrlForProtocol
   URL: http://wiki.apache.org/struts/StrutsCatalogEschewUrlForProtocol

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -96,7 +96,6 @@
     response.addHeader("Content-Disposition","filename=" + fileName);
 
     try {
-      long getIS = new java.util.Date().getTime();
       FileInputStream     fis      = new FileInputStream(fileName);
       BufferedInputStream bis      = new BufferedInputStream(fis);
       byte[]              bytes    = new byte[bis.available()];

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to