This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 188836 - do not use setDefaultHostnameVerifier
Summary: do not use setDefaultHostnameVerifier
Status: RESOLVED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: JAX-RPC (show other bugs)
Version: 7.0
Hardware: PC Solaris
: P2 normal (vote)
Assignee: Milan Kuchtiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-21 18:20 UTC by Vince Kraemer
Modified: 2010-08-17 03:17 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vince Kraemer 2010-07-21 18:20:00 UTC
use setHostnameVerifier on the HttpsURLConnection instance instead.

jesse told me to file this.
Comment 1 Milan Kuchtiak 2010-07-26 16:36:42 UTC
The actual code is in websvc.core, but the code flow is related to JAX-RPC only.
Comment 2 Milan Kuchtiak 2010-08-16 14:12:32 UTC
Fixed:
http://hg.netbeans.org/web-main/rev/658e183b9ca4
Comment 3 Quality Engineering 2010-08-17 03:17:31 UTC
Integrated into 'main-golden', will be available in build *201008170001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/658e183b9ca4
User: mkuchtiak@netbeans.org
Log: #188836:  get rid of static methods of HttpsURLConnection