// If the 301 status code is received in response to a request other
// than GET or HEAD, the user agent MUST NOT automatically redirect the
// request unless it can be confirmed by the user, since this might
// change the conditions under which the request was issued.
httpclient.setRedirectStrategy(new LaxRedirectStrategy());
Source source = new Source(EntityUtils.toString(entity));
List <NameValuePair> nvps = new ArrayList <NameValuePair>();
FormFields formFields = source.getFormFields();