File tree 2 files changed +6
-3
lines changed
karate-core/src/main/java
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 69
69
import org .apache .http .config .Registry ;
70
70
import org .apache .http .config .RegistryBuilder ;
71
71
import org .apache .http .config .SocketConfig ;
72
- import org . apache . http . conn . ssl .LenientSslConnectionSocketFactory ;
72
+ import nodebug .LenientSslConnectionSocketFactory ;
73
73
import org .apache .http .conn .ssl .NoopHostnameVerifier ;
74
74
import org .apache .http .conn .ssl .SSLConnectionSocketFactory ;
75
75
import org .apache .http .conn .ssl .TrustAllStrategy ;
Original file line number Diff line number Diff line change 21
21
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
22
22
* THE SOFTWARE.
23
23
*/
24
- package org . apache . http . conn . ssl ;
24
+ package nodebug ;
25
25
26
26
import java .io .IOException ;
27
27
import java .net .Socket ;
28
28
import javax .net .ssl .HostnameVerifier ;
29
29
import javax .net .ssl .SSLContext ;
30
+
31
+ import org .apache .http .conn .ssl .SSLConnectionSocketFactory ;
30
32
import org .apache .http .protocol .HttpContext ;
31
33
32
34
/**
33
- * in a separate package just for log level config consistency
35
+ * in a package that is NOT in the karate package, else it will add un-necessary debug logging
36
+ * the parent class is third-party code that unfortunately calls getClass() for logger name
34
37
*
35
38
* @author pthomas3
36
39
*/
You can’t perform that action at this time.
0 commit comments