Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 6070 invoked from network); 6 Jan 2008 23:32:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Jan 2008 23:32:05 -0000 Received: (qmail 41379 invoked by uid 500); 6 Jan 2008 23:31:54 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 41338 invoked by uid 500); 6 Jan 2008 23:31:54 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 41320 invoked by uid 99); 6 Jan 2008 23:31:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Jan 2008 15:31:53 -0800 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; Sun, 06 Jan 2008 23:31:39 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A92EF71420D for ; Sun, 6 Jan 2008 15:31:43 -0800 (PST) Message-ID: <33529412.1199662303689.JavaMail.jira@brutus> Date: Sun, 6 Jan 2008 15:31:43 -0800 (PST) From: "Glen Mazza (JIRA)" To: dev@activemq.apache.org Subject: [jira] Created: (AMQ-1540) Patch to trim spaces from entry fields in web console app MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Patch to trim spaces from entry fields in web console app --------------------------------------------------------- Key: AMQ-1540 URL: https://issues.apache.org/activemq/browse/AMQ-1540 Project: ActiveMQ Issue Type: Improvement Reporter: Glen Mazza Priority: Minor Attachments: AMQ20080106.patch Certain actions within the web console will not work properly with any leading/trailing spaces in entry fields. The attached patch will remove leading and trailing spaces from most fields. (I left out space trimming from the message text field of send message--because that could be meaningful.) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.