From a301d831fb377f51a2b906f0bb4b56e412f16c44 Mon Sep 17 00:00:00 2001 From: mh Date: Wed, 27 Nov 2002 08:03:49 +0000 Subject: [PATCH] get rid of annoying $Log$ stuff --- source/mircoders/media/MediaRequest.java | 26 ++------------------------ 1 file changed, 2 insertions(+), 24 deletions(-) diff --git a/source/mircoders/media/MediaRequest.java b/source/mircoders/media/MediaRequest.java index 94fd555d..e29dac02 100755 --- a/source/mircoders/media/MediaRequest.java +++ b/source/mircoders/media/MediaRequest.java @@ -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 $ * */ -- 2.11.0