From ca045bc110f776b56e2b628f7cf3ce4c115c98b2 Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Wed, 1 Oct 2003 20:30:22 +0000 Subject: [PATCH] Added support for various HTTP Proxy configuration context parameters. --- google-taglib/GoogleTagLib.iws | 167 ++++++++++++------ google-taglib/google-examples/WEB-INF/web.xml | 20 +++ google-taglib/htdocs/docs.html | 28 ++- .../net/thauvin/google/GoogleSearchBean.java | 69 +++++++- .../src/net/thauvin/google/TagUtility.java | 20 +++ .../thauvin/google/taglibs/CachedPage.java | 15 +- .../net/thauvin/google/taglibs/Search.java | 9 + .../net/thauvin/google/taglibs/Spelling.java | 15 +- 8 files changed, 274 insertions(+), 69 deletions(-) diff --git a/google-taglib/GoogleTagLib.iws b/google-taglib/GoogleTagLib.iws index a985d52..7019c7f 100644 --- a/google-taglib/GoogleTagLib.iws +++ b/google-taglib/GoogleTagLib.iws @@ -25,10 +25,10 @@ - + - + @@ -62,15 +62,19 @@