Return-Path: Delivered-To: apmail-incubator-beehive-dev-archive@www.apache.org Received: (qmail 39417 invoked from network); 13 May 2005 22:56:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 13 May 2005 22:56:10 -0000 Received: (qmail 51885 invoked by uid 500); 13 May 2005 23:00:34 -0000 Delivered-To: apmail-incubator-beehive-dev-archive@incubator.apache.org Received: (qmail 51833 invoked by uid 500); 13 May 2005 23:00:33 -0000 Mailing-List: contact beehive-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Beehive Developers" Delivered-To: mailing list beehive-dev@incubator.apache.org Received: (qmail 51775 invoked by uid 99); 13 May 2005 23:00:33 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 13 May 2005 16:00:33 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 8BB8E2FD for ; Sat, 14 May 2005 00:56:05 +0200 (CEST) Message-ID: <692383214.1116024965570.JavaMail.jira@ajax.apache.org> Date: Sat, 14 May 2005 00:56:05 +0200 (CEST) From: "Nathan Jantz (JIRA)" To: beehive-dev@incubator.apache.org Subject: [jira] Closed: (BEEHIVE-354) netui-datagrid.js file doesn't decode filter URI components In-Reply-To: <335956458.1109265049357.JavaMail.jira@ajax.apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/BEEHIVE-354?page=all ] Nathan Jantz closed BEEHIVE-354: -------------------------------- Verified and closing issue. > netui-datagrid.js file doesn't decode filter URI components > ----------------------------------------------------------- > > Key: BEEHIVE-354 > URL: http://issues.apache.org/jira/browse/BEEHIVE-354 > Project: Beehive > Type: Bug > Components: NetUI > Versions: V1Beta > Reporter: Eddie O'Neil > Assignee: Nathan Jantz > Fix For: V1Beta > > The netui-datagrid.js file provides support for adding data grid filter information to the URL. In order to track filters, this javascript file must parse data off of the URL, and this is currently failing when the URL is fully encoded. So, a URL like: > http://localhost:8080/dataGridWeb/sql/test/begin.do?netui_filter=customers%3Bcustomerid%7Econtains%7EAL > doesn't parse correctly because the parameter value: > customers%3Bcustomerid%7Econtains%7EAL > isn't decoded into: > customers;customerid~contains~AL > The fix is to add a decodeURIComponent(...) call when a parameter is parsed in the NetUIFilterList.parse(value) function. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira