DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26328>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26328 getScheme() wrongly returns http for HttpsURL Summary: getScheme() wrongly returns http for HttpsURL Product: Commons Version: 2.0 Final Platform: All OS/Version: All Status: NEW Severity: Critical Priority: Other Component: HttpClient AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] getScheme(), if called on an instance of HttpsURL, wrongly returns http instead of https. That's because dynamic data binding doesn't work for final static fields (see DEFAULT_SCHEME). --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]