[
https://issues.apache.org/jira/browse/SHINDIG-718?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chico Charlesworth updated SHINDIG-718:
---------------------------------------
Attachment: fix-718-727075-bug.patch
Added patch to comment out the Inject annotation for the Provider<Proxy>.
The inject annotation can be re-added once shindig is upgraded to guice 2.0,
because at the moment with guice 1.0 this causes problems when running shindig
behind a proxy as guice 1.0 still injects a proxy provider even though optional
is set to true.
See issue http://code.google.com/p/google-guice/issues/detail?id=107 for more
details.
I think this patch will still allow for people to use Provider<Proxy>, but they
will have to set it manually, that is, without guice injecting it for them.
> Building shindig from behind a proxy fails
> ------------------------------------------
>
> Key: SHINDIG-718
> URL: https://issues.apache.org/jira/browse/SHINDIG-718
> Project: Shindig
> Issue Type: Bug
> Components: Common Components (Java)
> Environment: Behind a proxy
> Reporter: Chico Charlesworth
> Attachments: fix-718-727075-bug.patch
>
>
> When the maven build runs behind a proxy the test
> EndToEndTest.testTemplates() fails.
> i.e. mvn clean install -Dhttp.proxyHost=<host> -Dhttp.proxyPort=<port>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.