[ 
https://issues.apache.org/jira/browse/CXF-2660?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Daniel Kulp resolved CXF-2660.
------------------------------

       Resolution: Fixed
    Fix Version/s: 2.2.7

> Cannot load WSDL from HTTPS URL if HTTPConduit configuration has AutoRedirect 
> set to true
> -----------------------------------------------------------------------------------------
>
>                 Key: CXF-2660
>                 URL: https://issues.apache.org/jira/browse/CXF-2660
>             Project: CXF
>          Issue Type: Bug
>          Components: Transports
>    Affects Versions: 2.3
>            Reporter: David Valeri
>            Assignee: Daniel Kulp
>             Fix For: 2.2.7
>
>
> When loading a WSDL over HTTPS, if the HTTPConduit configuration has 
> AutoRedirect enabled, HTTPConduit#prepare sets cacheReq to true, but 
> HTTPConduit$WrappedOutputStream#handleHeadersTrustCaching returns before 
> setting cachedStream for GET requests so 
> HTTPConduit$WrappedOutputStream#close throws an NPE as cachedStream is null 
> and is not expected to be.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to