Persistant HTTPS connections appear to be disabled.
---------------------------------------------------
Key: CXF-2072
URL: https://issues.apache.org/jira/browse/CXF-2072
Project: CXF
Issue Type: Bug
Components: Transports
Affects Versions: 2.1.4
Environment: cxf 2.1.4, win XP Pro, jre (1.6.0_11).
Reporter: Joshua Kessinger
Priority: Minor
HTTPConduit.setupURL in HTTPConduit.java seems to reset the connection factory
whenever the endpoint's protocol startsWith() the connection factory protocol.
The net affect seems to disable persistant HTTP/S connections.
I changed to !startsWith() and my app seems to function fine now. I'm not sure
if I'm missing something, but I thought I'd log it.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.