Return-Path: Delivered-To: apmail-camel-dev-archive@www.apache.org Received: (qmail 49602 invoked from network); 8 Dec 2010 02:49:22 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 8 Dec 2010 02:49:22 -0000 Received: (qmail 56691 invoked by uid 500); 8 Dec 2010 02:49:22 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 56536 invoked by uid 500); 8 Dec 2010 02:49:22 -0000 Mailing-List: contact dev-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list dev@camel.apache.org Received: (qmail 56528 invoked by uid 500); 8 Dec 2010 02:49:22 -0000 Delivered-To: apmail-activemq-camel-dev@activemq.apache.org Received: (qmail 56525 invoked by uid 99); 8 Dec 2010 02:49:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Dec 2010 02:49:21 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Dec 2010 02:49:21 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oB82n0Xk008832 for ; Wed, 8 Dec 2010 02:49:01 GMT Message-ID: <8598036.8421291776540745.JavaMail.jira@thor> Date: Tue, 7 Dec 2010 21:49:00 -0500 (EST) From: "Edstrom Johan (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Work logged: (CAMEL-3375) http response codes. In-Reply-To: <30865487.8311290973780248.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CAMEL-3375?page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#action_11194 ] Edstrom Johan logged work on CAMEL-3375: ---------------------------------------- Author: Edstrom Johan Created on: 07/Dec/10 09:48 PM Start Date: 07/Dec/10 09:47 PM Worklog Time Spent: 2h Work Description: Walked through the code of all producers possibly being able to receive a responsecode and validating with a 200 only. CXF already fixed, fixes for Restlet will follow in another Jira. Issue Time Tracking ------------------- Time Spent: 2h Remaining Estimate: 0h > http response codes. > -------------------- > > Key: CAMEL-3375 > URL: https://issues.apache.org/jira/browse/CAMEL-3375 > Project: Camel > Issue Type: Improvement > Affects Versions: 2.5.0 > Reporter: Edstrom Johan > Assignee: Edstrom Johan > Priority: Minor > Fix For: 2.6.0 > > Time Spent: 2h > Remaining Estimate: 0h > > The components that communicate over http are in many cases using 200 only as a valid response code. > Per spec responses < 208 are all valid and good responses. > Modules that need investigation > spring-ws, > http, > http4, > cxf, > restlet, > cometd, > jetty -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.