[
https://issues.apache.org/jira/browse/JCRVLT-300?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16542895#comment-16542895
]
Konrad Windszus commented on JCRVLT-300:
----------------------------------------
Since this has been implemented in Jackrabbit now, the only change to be done
in FileVault would be to increase the dependency of jackrabbit to at least
2.16.3 in
https://github.com/apache/jackrabbit-filevault/blob/6df76ba4a45316a84ec1cd10636296d191a82260/parent/pom.xml#L43.
In addition the feature needs to be enabled via the system property
{{jackrabbit.client.useSystemProperties=true}} (not sure whether rcp should
always set this and then always rely on the java net environment variables or
only on demand).
> vlt-rcp: Support proxy
> ----------------------
>
> Key: JCRVLT-300
> URL: https://issues.apache.org/jira/browse/JCRVLT-300
> Project: Jackrabbit FileVault
> Issue Type: Bug
> Components: RCP
> Affects Versions: 3.1.44
> Reporter: Konrad Windszus
> Priority: Major
> Fix For: 3.2
>
>
> Currently it is not possible to explicity configure an HTTP proxy (either via
> dedicated parameters or generic system variables). The underlying problem is
> the lack of support in spi2dav tracked in JCR-3211.
> The error message looks like this
> {code}
> 12:52:56 [DEBUG] Opening connection {}-><somehost>:4502
> 12:52:56 [DEBUG] http-outgoing-0: Shutdown connection
> 12:52:56 [DEBUG] Connection discarded
> 12:52:56 [DEBUG] Connection released: [id: 0][route:
> {}-><somehost>:4502][total kept alive: 0; route allocated: 0 of 20; total
> allocated: 0 of 20]
> 12:52:56 [DEBUG] Cancelling request execution
> 12:52:56 [ERROR] Error while retrieving src repository
> <somehost>:4502/crx/server/-/jcr:root/<some repo path>:
> javax.jcr.RepositoryException: java.net.UnknownHostException: <somehost>:
> System error
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)