DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=36473>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=36473


[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




------- Additional Comments From [EMAIL PROTECTED]  2005-09-03 18:09 -------
This has been fixed. The issue is that the source FileInputStream for storeFile 
does not cause an exception if the source FileInputStream on the local machine 
is empty, or returns 0 bytes. (This can occur if an incorrect path that is not 
"slashed" correctly is passed to the FileInputStream constructor before passing 
the FileInputStream object to storeFile). 
 
The issue can be avoided / resolved by ensuring that the FileInputStream DOES 
pass data into storeFile. Apparently, passing zero data into storeFile causes 
it to try and connect to the HTTP server on which the applet that is executing 
is located. 

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to