I have a web app which uses HttpClient to communicate with a third party server under HTTPS protocol. It is running fine in JRUN which uses JDK 1.3.1. The status code returned from the 3rd party host is 100.
I try to run the same web app in IBM JDK 1.31 SR6 or Sun JDK 1.41 or IBM JDK 1.41:- statusCode = client.executeMethod(method) always returns me status code 302 Found. The "Location" response header reads as this:- "Location: https://xxx.xxx.xxx/?err_code=0&err_desc=No+Error2C+refer+to+status+code+for+detail&merchant_id=........" Both environments are using the same version of HttpClient (2.0-alpha3-dev). I wonder why the same web app would give different status code. What could be the causes? Pls help! Thanks! Regards, Fong Tze --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]