Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(4)

Issue 1635042: Supporting http proxy in basic http fetcher (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
15 years, 10 months ago by gagan.goku
Modified:
15 years, 9 months ago
Reviewers:
johnfargo, zhoresh, Paul Lindner, shindig.remailer, dev-remailer
CC:
anupama.dutta, pradnya, vikaas.arora, cool-shindig-committers_googlegroups.com
Base URL:
http://svn.apache.org/repos/asf/shindig/trunk/
Visibility:
Public.

Description

Adding support in BasicHttpFetcher to fetch the requested url from a proxy server rather that directly from the internet.

Patch Set 1 #

Patch Set 2 : removing_unnecessary_changes #

Total comments: 12

Patch Set 3 : fixing_proxy #

Patch Set 4 : removing_empty_constructor #

Patch Set 5 : incorporating_pauls_comment #

Patch Set 6 : adding_default_proxy_handler_logic_in_case_no_proxy_via_guice #

Patch Set 7 : import_order #

Messages

Total messages: 13
zhoresh
http://codereview.appspot.com/1635042/diff/2001/3003 File java/gadgets/src/main/java/org/apache/shindig/gadgets/http/BasicHttpFetcher.java (right): http://codereview.appspot.com/1635042/diff/2001/3003#newcode101 java/gadgets/src/main/java/org/apache/shindig/gadgets/http/BasicHttpFetcher.java:101: protected final String REQUEST_URI_HEADER_NAME = "Google-RequestUri"; I think the ...
15 years, 10 months ago (2010-06-10 01:31:45 UTC) #1
Paul Lindner
I believe the functionality you are trying to implement is already present in the RoutePlanner ...
15 years, 10 months ago (2010-06-10 03:51:25 UTC) #2
gagan.goku
http://codereview.appspot.com/1635042/diff/2001/3003 File java/gadgets/src/main/java/org/apache/shindig/gadgets/http/BasicHttpFetcher.java (right): http://codereview.appspot.com/1635042/diff/2001/3003#newcode101 java/gadgets/src/main/java/org/apache/shindig/gadgets/http/BasicHttpFetcher.java:101: protected final String REQUEST_URI_HEADER_NAME = "Google-RequestUri"; On 2010/06/10 01:31:45, ...
15 years, 10 months ago (2010-06-13 08:40:21 UTC) #3
gagan.goku
On 2010/06/10 03:51:25, Paul Lindner wrote: > I believe the functionality you are trying to ...
15 years, 10 months ago (2010-06-13 08:42:07 UTC) #4
Paul Lindner
I think you can do it like this: ConnRouteParams.setDefaultProxy(params, new HttpHost(host,port, scheme)); (have not tested ...
15 years, 10 months ago (2010-06-15 06:52:20 UTC) #5
gagan.goku
On 2010/06/15 06:52:20, Paul Lindner wrote: > I think you can do it like this: ...
15 years, 10 months ago (2010-06-15 23:17:13 UTC) #6
gagan.goku
On 2010/06/15 23:17:13, gagan.goku wrote: > On 2010/06/15 06:52:20, Paul Lindner wrote: > > I ...
15 years, 9 months ago (2010-06-21 05:08:16 UTC) #7
Paul Lindner
can you please retain the previous method of setting the proxy from environment variables? It ...
15 years, 9 months ago (2010-06-21 18:18:58 UTC) #8
gagan.goku
On 2010/06/21 18:18:58, Paul Lindner wrote: > can you please retain the previous method of ...
15 years, 9 months ago (2010-06-21 20:01:27 UTC) #9
Paul Lindner
yes please. On Mon, Jun 21, 2010 at 1:01 PM, <gagan.goku@gmail.com> wrote: > On 2010/06/21 ...
15 years, 9 months ago (2010-06-21 20:04:46 UTC) #10
gagan.goku
On 2010/06/21 20:04:46, Paul Lindner wrote: > yes please. > Done. > On Mon, Jun ...
15 years, 9 months ago (2010-06-21 20:12:47 UTC) #11
Paul Lindner
thanks! committed.
15 years, 9 months ago (2010-06-21 23:07:44 UTC) #12
gagan.goku
15 years, 9 months ago (2010-06-22 00:51:28 UTC) #13
On 2010/06/21 23:07:44, Paul Lindner wrote:
> thanks! committed.

thank you
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b