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=38425>. 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=38425 Summary: SSL contrib files do not use standard javax.net.ssl package provided from JDK 1.4.2 Product: HttpClient Version: unspecified Platform: All OS/Version: AIX Status: NEW Severity: normal Priority: P1 Component: Commons HttpClient AssignedTo: httpclient-dev@jakarta.apache.org ReportedBy: [EMAIL PROTECTED] Hi all, While trying to use ssl on AIX, i found that some of the files contributed in src/contrib/org/apache/commons/httpclient/contrib/ssl were making hard references to com.sun.net.ssl package. Since JDK 1.4.2, one shall use the javax.net.ssl package instead. I have then: 1/ fixed the source files appropriately 2/ updated the build.xml to also build a commons-http-client-contrib.jar I will attached to this bug report the resulting unified diff to include in svn -- 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]