You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@commons.apache.org by po...@yahoo.com on 2006/02/06 20:52:55 UTC

FileUploadBase.UnknownSizeException

hello
   
  regarding this issue i raised a while back:
   
  org.apache.commons.fileupload.FileUploadBase$UnknownSizeException: the
request was rejected because it's size is unknown
   
  the portlet container i'm using is bea weblogic
  i contacted and bea tells me the request content length header should not be relied on, per the portlet spec, and at this time the length is hardcoded to be -1...
   
  i believe martin cooper said that there is an enhancement request already in place to add support for this case? anyone know what's the latest status on this, and will the enhancement do exactly?
   
  -- poc