get rid of annoying $Log$ stuff
authormh <mh>
Wed, 27 Nov 2002 08:03:49 +0000 (08:03 +0000)
committermh <mh>
Wed, 27 Nov 2002 08:03:49 +0000 (08:03 +0000)
source/mircoders/media/MediaRequest.java

index 94fd555..e29dac0 100755 (executable)
@@ -54,30 +54,8 @@ import mir.media.*;
  *    uploaded via the com.oreilly.servlet.multipart package. Finally the
  *    appropriate media objects are set.
  *
- * @author $Author: mh $
- * @version $Revision: 1.1.2.2 $
- *
- * $Log: MediaRequest.java,v $
- * Revision 1.1.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.1.2.1  2002/09/01 21:31:43  mh
- * Mir goes GPL
- *
- * Revision 1.1  2002/07/21 22:38:39  mh
- * parses a multipart request's files and makes media Entity's out of them. Basically the old code from insposting() in ServletModuleOpenIndy
- *
+ * @author mh
+ * @version $Id: MediaRequest.java,v 1.1.2.3 2002/11/27 08:03:49 mh Exp $
  *
  */