PostMethod.setFollowRedirects(true); - do nothing

2004-01-29 Thread JEAN REMI LECQ
Sorry to come again with the same question, but I do not know what to do... I read carefully your replies and do what you said but... My problem is that I have to send my first GET request to a specific URL (I can not modify that, it is not mine), this page fill a form with my parameters and

PostMethod.setFollowRedirects(true); - do nothing

2004-01-20 Thread JEAN REMI LECQ
Somebody help ! I follow all directive in http://jakarta.apache.org/commons/httpclient/redirects.html... But my PostMethode can still not follow redirection !! :-( My code : * Cookie cookie1 = new Cookie(www.XXX.com, CFID, cookies[0].getValue(), /, null, false); Cookie cookie2 = new

PostMethod.setFollowRedirects(true); - do nothing

2004-01-19 Thread JEAN REMI LECQ
Hi, Sorry for my english ! I will make short to be sure you anderstand me... I read a big part of the mailing list archive, but i do not find a solution by now. I encounter difficulties to make a redirection after a POST Method: Error message :