Redirects are not working for me.
In the code I write:
. webClient = new WebClient();
. webClient.setRedirectEnabled(true);
But then I get the messages below.
What does this mean?
-Mark
---------------------------------------------------------------------
Jan 22, 2004 9:46:28 AM org.apache.commons.httpclient.HttpMethodBase
readResponse
INFO: Discarding unexpected response: HTTP/1.1 100 Continue
Jan 22, 2004 9:46:28 AM org.apache.commons.httpclient.HttpMethodBase
processRedirectResponse
INFO: Redirect requested but followRedirects is disabled
Jan 22, 2004 9:46:29 AM org.apache.commons.httpclient.HttpMethodBase
processRedirectResponse
INFO: Redirect requested but followRedirects is disabled
Jan 22, 2004 9:46:29 AM org.apache.commons.httpclient.HttpMethodBase
processRedirectResponse
INFO: Redirect requested but followRedirects is disabled
|