From commits-return-5786-apmail-continuum-commits-archive=continuum.apache.org@continuum.apache.org Wed Oct 14 19:07:59 2009 Return-Path: Delivered-To: apmail-continuum-commits-archive@www.apache.org Received: (qmail 84170 invoked from network); 14 Oct 2009 19:07:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 14 Oct 2009 19:07:58 -0000 Received: (qmail 71466 invoked by uid 500); 14 Oct 2009 19:07:58 -0000 Delivered-To: apmail-continuum-commits-archive@continuum.apache.org Received: (qmail 71443 invoked by uid 500); 14 Oct 2009 19:07:58 -0000 Mailing-List: contact commits-help@continuum.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@continuum.apache.org Delivered-To: mailing list commits@continuum.apache.org Received: (qmail 71434 invoked by uid 99); 14 Oct 2009 19:07:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Oct 2009 19:07:58 +0000 X-ASF-Spam-Status: No, hits=-2.6 required=5.0 tests=BAYES_00 X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Oct 2009 19:07:56 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id F2B0123888D0; Wed, 14 Oct 2009 19:07:35 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r825223 - /continuum/branches/continuum-1.3.x/continuum-webapp/src/main/webapp/WEB-INF/jsp/buildDefinitionEdit.jsp Date: Wed, 14 Oct 2009 19:07:35 -0000 To: commits@continuum.apache.org From: wsmoak@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20091014190735.F2B0123888D0@eris.apache.org> Author: wsmoak Date: Wed Oct 14 19:07:35 2009 New Revision: 825223 URL: http://svn.apache.org/viewvc?rev=825223&view=rev Log: [CONTINUUM-2388] Use POST when saving a build definition. Reduces length of url and is more correct since the action has side effects. merged r825222 from trunk Modified: continuum/branches/continuum-1.3.x/continuum-webapp/src/main/webapp/WEB-INF/jsp/buildDefinitionEdit.jsp Modified: continuum/branches/continuum-1.3.x/continuum-webapp/src/main/webapp/WEB-INF/jsp/buildDefinitionEdit.jsp URL: http://svn.apache.org/viewvc/continuum/branches/continuum-1.3.x/continuum-webapp/src/main/webapp/WEB-INF/jsp/buildDefinitionEdit.jsp?rev=825223&r1=825222&r2=825223&view=diff ============================================================================== --- continuum/branches/continuum-1.3.x/continuum-webapp/src/main/webapp/WEB-INF/jsp/buildDefinitionEdit.jsp (original) +++ continuum/branches/continuum-1.3.x/continuum-webapp/src/main/webapp/WEB-INF/jsp/buildDefinitionEdit.jsp Wed Oct 14 19:07:35 2009 @@ -30,7 +30,7 @@

- +