You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Eung-ju Park <co...@apache.org> on 2002/10/22 09:22:52 UTC

[fileupload] remove dependency to beanutils and logging.

Hi.
dependency to beanutils and logging is so expensive for just file uploading.
MethodUtil replaced by simple stupid class.getMethod("newInstance",
parameterTypes)
diff file is attached. Is this patch acceptable?