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

Re: PostMethod.setFollowRedirects(true); - do nothing

2004-01-20 Thread Eric Johnson
Jean-Remi, You should re-read Oleg's previous response. Redirect on a POST request is *not supported*, no matter how many times you set the flag. You will have to follow the redirect yourself, as Oleg suggests (http://jakarta.apache.org/commons/httpclient/redirects.html). This stems from

Re: VeriSign Global Server Intermediate Root CA

2004-01-20 Thread Oleg Kalnichevski
On Tue, 2004-01-20 at 22:0 Using IE browser works. In my custom java program I use these sentences that allowed trust before yesterday: Security.addProvider(new com.sun.net.ssl.internal.ssl.Provider()); System.setProperty(java.protocol.handler.pkgs,com.sun.net.ssl.internal.www.protocol);