From issues-return-5791-apmail-struts-issues-archive=struts.apache.org@struts.apache.org Thu Jul 05 01:55:55 2007 Return-Path: Delivered-To: apmail-struts-issues-archive@locus.apache.org Received: (qmail 27780 invoked from network); 5 Jul 2007 01:55:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Jul 2007 01:55:54 -0000 Received: (qmail 20695 invoked by uid 500); 5 Jul 2007 01:55:50 -0000 Delivered-To: apmail-struts-issues-archive@struts.apache.org Received: (qmail 20634 invoked by uid 500); 5 Jul 2007 01:55:50 -0000 Mailing-List: contact issues-help@struts.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@struts.apache.org Delivered-To: mailing list issues@struts.apache.org Received: (qmail 20625 invoked by uid 99); 5 Jul 2007 01:55:50 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Jul 2007 18:55:50 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED 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; Wed, 04 Jul 2007 18:55:46 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 69DB9714228 for ; Wed, 4 Jul 2007 18:55:26 -0700 (PDT) Message-ID: <20950797.1183600526430.JavaMail.jira@brutus> Date: Wed, 4 Jul 2007 18:55:26 -0700 (PDT) From: "Paul Benedict (JIRA)" To: issues@struts.apache.org Subject: [jira] Updated: (STR-2119) Return appropriate status code when form validation fails 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/struts/browse/STR-2119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Benedict updated STR-2119: ------------------------------- Fix Version/s: (was: 1.4.0) > Return appropriate status code when form validation fails > --------------------------------------------------------- > > Key: STR-2119 > URL: https://issues.apache.org/struts/browse/STR-2119 > Project: Struts 1 > Issue Type: Improvement > Components: Core > Affects Versions: 1.1 Final > Environment: Operating System: other > Platform: Other > Reporter: Eric Jain > Assignee: Paul Benedict > Priority: Minor > > When redisplaying a form after validation has indicated a failure, a status code > such as "400 Bad Request" should be used in place of "200 OK". This simplifies > testing, and is important for applications that need to interact with the web > interface of an application directly. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.