Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 1676 invoked from network); 27 Feb 2007 15:53:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Feb 2007 15:53:31 -0000 Received: (qmail 87089 invoked by uid 500); 27 Feb 2007 15:53:35 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 87048 invoked by uid 500); 27 Feb 2007 15:53:35 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 87037 invoked by uid 99); 27 Feb 2007 15:53:34 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Feb 2007 07:53:34 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Feb 2007 07:53:25 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A3239714044 for ; Tue, 27 Feb 2007 07:53:05 -0800 (PST) Message-ID: <7813320.1172591585665.JavaMail.jira@brutus> Date: Tue, 27 Feb 2007 07:53:05 -0800 (PST) From: "Kate Wang (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Updated: (AXIS2-2265) Could not set "Expect 100-continue" HTTP header In-Reply-To: <10208825.1172591465497.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/AXIS2-2265?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kate Wang updated AXIS2-2265: ----------------------------- Component/s: kernel Affects Version/s: 1.1.1 > Could not set "Expect 100-continue" HTTP header > ------------------------------------------------ > > Key: AXIS2-2265 > URL: https://issues.apache.org/jira/browse/AXIS2-2265 > Project: Axis 2.0 (Axis2) > Issue Type: Bug > Components: kernel > Affects Versions: 1.1.1 > Reporter: Kate Wang > > In some case, I need to set "Expect 100-continue" http header, but I could not find a way to do it in axis2. I tried to add it as a custom header, but it would not work. After I examine the code more carefully, it seems to me that it is not possible to do it. > In org.apache.axis2.transport.http.SOAPOverHTTPSender.java, at line 105, if HTTP version is 1.1, this header would be set. But in org.apche.commons.httpclient.methods.ExpectContinueMethod.java's addRequestHeaders() method, this header would be removed because HttpMethodParam.USE_EXPECT_CONTINUE is never set. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-dev-help@ws.apache.org