Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SSL on OS X.1



Hi,
I've written an applet that up- and downloads files to/from a webserver. =
The applet establishes
a SSL socket connection and sends an http-request to the server. The =
upload works fine, however when
doing a download the browser (both IE and NS) crashes, when the content =
data is retrieved
from the socket's inputstream with:
=20
byte[] result =3D new byte[bufferSize];
int i =3D inputstream.read(result);
=20
=20
The functionality is working on OS X.2 (Jaguar), so I want to ask =
whether there is a known bug in OS X.1
regarding SSL support and how to overcome it.
=20
Thanks,
Christian
_______________________________________________
java-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/java-dev
Be sure to read the FAQ http://developer.apple.com/java/faq/ before posting
Do not post admin requests to the list. They will be ignored.



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.