You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Warren Janssens (Created) (JIRA)" <ji...@apache.org> on 2012/01/17 03:00:40 UTC

[jira] [Created] (JCR-3211) Support HTTP proxy in SPI2DAV

Support HTTP proxy in SPI2DAV
-----------------------------

                 Key: JCR-3211
                 URL: https://issues.apache.org/jira/browse/JCR-3211
             Project: Jackrabbit Content Repository
          Issue Type: Improvement
          Components: jackrabbit-spi2dav
    Affects Versions: 2.2.10
            Reporter: Warren Janssens
            Priority: Minor


There needs to be a way to set configure a proxy and proxy and proxy credentials on the HttpClient Host Configuration and State objects in RepositoryServiceImpl to enable requests over HTTP proxies.

Ideally the configuration could be done without resorting to static or thread local values.

The workaround is to use a proxy servlet that has the real endpoint of the repository hardcoded so it's not that critical of a bug but this workaround may not always be an available option.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (JCR-3211) Support HTTP proxy in SPI2DAV

Posted by "Warren Janssens (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JCR-3211?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Warren Janssens updated JCR-3211:
---------------------------------

    Description: 
There needs to be a way to configure a proxy and proxy credentials on the HttpClient HostConfiguration and State objects in RepositoryServiceImpl to enable requests over HTTP proxies.

Ideally the configuration could be done without resorting to static or thread local values.

The workaround is to use a proxy servlet that has the real endpoint of the repository hardcoded so it's not that critical of a bug but this workaround may not always be an available option.

  was:
There needs to be a way to set configure a proxy and proxy and proxy credentials on the HttpClient Host Configuration and State objects in RepositoryServiceImpl to enable requests over HTTP proxies.

Ideally the configuration could be done without resorting to static or thread local values.

The workaround is to use a proxy servlet that has the real endpoint of the repository hardcoded so it's not that critical of a bug but this workaround may not always be an available option.

    
> Support HTTP proxy in SPI2DAV
> -----------------------------
>
>                 Key: JCR-3211
>                 URL: https://issues.apache.org/jira/browse/JCR-3211
>             Project: Jackrabbit Content Repository
>          Issue Type: Improvement
>          Components: jackrabbit-spi2dav
>    Affects Versions: 2.2.10
>            Reporter: Warren Janssens
>            Priority: Minor
>
> There needs to be a way to configure a proxy and proxy credentials on the HttpClient HostConfiguration and State objects in RepositoryServiceImpl to enable requests over HTTP proxies.
> Ideally the configuration could be done without resorting to static or thread local values.
> The workaround is to use a proxy servlet that has the real endpoint of the repository hardcoded so it's not that critical of a bug but this workaround may not always be an available option.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira