getRepository method may hang forever with HTTPS urls
-----------------------------------------------------
Key: JCR-3034
URL: https://issues.apache.org/jira/browse/JCR-3034
Project: Jackrabbit Content Repository
Issue Type: Bug
Components: jackrabbit-jcr2spi, jackrabbit-spi2dav
Affects Versions: 2.2.5
Reporter: Timothee Maret
Priority: Minor
Setup
--------
One server process running jackrabbit (and accessible with http://server:9001),
no SSL support.
One client process trying to get a repository instance using:
Jcr2davRepositoryFactory#getRepository(map) and the following url:
httpS://server:9001
Observations
------------------
The http client used internally does not set a socket timeout parameter.
Note
------
I'll try to add a test to demo it, once I'll have fixed the halting problem.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira