I'm trying to upload files via HTTP out of an Eclipse-PlugIn Client. When I use the getOutputStream of the HTTPrequest to add my files, the Connection fails for textfiles, that include the string "class". If "class" is not in the file, the connection works fine. II'm trying to upload files via HTTP out of an E