get rid of Log CVS keyword expansion that causes problems when merging branches....
[mir.git] / source / mircoders / servlet / ServletModuleOpenIndy.java
index f7fddf0..3ce0a00 100755 (executable)
@@ -73,35 +73,7 @@ import mircoders.media.MediaRequest;
  *    open-postings to the newswire
  *
  * @author $Author: mh $
- * @version $Revision: 1.38.2.2 $ $Date: 2002/11/01 05:38:21 $
- *
- * $Log: ServletModuleOpenIndy.java,v $
- * Revision 1.38.2.2  2002/11/01 05:38:21  mh
- * Converted media Interface to use streams (Java IO) instead of byte buffers of
- * the entire uplaoded files. These saves loads of unecessary memory use. JAI
- * still consumes quite a bit though.
- *
- * A new temporary file (for JAI) parameter is necessary and is in the config.properties file.
- *
- * A nice side effect of this work is the FileHandler interface which is
- * basically a call back mechanism for WebdbMultipartRequest which allows the
- * uploaded file to handled by different classes. For example, for a media
- * upload, the content-type, etc.. needs to be determined, but if say the
- * FileEditor had a feature to upload static files... another handler wood be
- * needed. Right now only the MediaRequest handler exists.
- *
- * Revision 1.38.2.1  2002/09/01 21:31:44  mh
- * Mir goes GPL
- *
- * Revision 1.38  2002/07/21 22:50:14  mh
- * cleanup coding style of getpdf() method
- *
- * Revision 1.37  2002/07/21 22:41:45  mh
- * make use of new MediaRequest class. A big cleanup and optimization.
- *
- * Revision 1.36  2002/06/29 15:45:20  mh
- * cvs macros
- *
+ * @version $Revision: 1.38.2.3 $ $Date: 2002/11/26 01:52:55 $
  *
  */