Thanks for the updated patch! I still have a question.
As we've discussed [1] available method can be trusted in very special cases only. So, should this code while (is.available() != 0) { is.read(); } be replaced with reading until '-1'? Thanks, Mikhail [1] http://mail-archives.apache.org/mod_mbox/incubator-harmony-dev/200604.mbox/[EMAIL PROTECTED] 2006/9/14, Alexander Kleymenov (JIRA) <[EMAIL PROTECTED]>:
[ http://issues.apache.org/jira/browse/HARMONY-1370?page=all ] Alexander Kleymenov updated HARMONY-1370: ----------------------------------------- Attachment: https.patch2.txt The test from the previous patch has been rewritten not to use system property. This patch contains fixed test and all of the fixes from the previous patch. So previous patch should not be used. Thank You, Alexander > [classlib][luni] HttpsURLConnection enhancement allowing work over HTTP proxy server > ------------------------------------------------------------------------------------ > > Key: HARMONY-1370 > URL: http://issues.apache.org/jira/browse/HARMONY-1370 > Project: Harmony > Issue Type: Improvement > Components: Classlib > Reporter: Alexander Kleymenov > Assigned To: Mikhail Loenko > Attachments: https-over-proxy-patch.txt, https.patch, https.patch2.txt, https.proxy.patch.txt, https.txt, key_store.bks, key_store.bks > > > Provided patch allows HttpsURLConnection implementation to interact with remote secure server over HTTP proxy server. It also contains unit test for HttpsURLConnection implementation. > The key_store.bks file is a binary file used by unit test. It should be placed in modules/luni/src/test/resources directory. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
--------------------------------------------------------------------- Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]