You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beehive.apache.org by "Eddie O'Neil (JIRA)" <be...@incubator.apache.org> on 2005/02/24 18:10:49 UTC

[jira] Created: (BEEHIVE-354) netui-datagrid.js file doesn't decode filter URI components

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
 Assigned to: Eddie O'Neil 


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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Closed: (BEEHIVE-354) netui-datagrid.js file doesn't decode filter URI components

Posted by "Nathan Jantz (JIRA)" <be...@incubator.apache.org>.
     [ 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


[jira] Assigned: (BEEHIVE-354) netui-datagrid.js file doesn't decode filter URI components

Posted by "Nathan Jantz (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-354?page=all ]

Nathan Jantz reassigned BEEHIVE-354:
------------------------------------

    Assign To: Nathan Jantz  (was: Scott Symmank)

> 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


[jira] Resolved: (BEEHIVE-354) netui-datagrid.js file doesn't decode filter URI components

Posted by "Eddie O'Neil (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-354?page=history ]
     
Eddie O'Neil resolved BEEHIVE-354:
----------------------------------

      Assign To: Scott Symmank  (was: Eddie O'Neil)
     Resolution: Fixed
    Fix Version: V1Beta

Fixed in SVN 155361

> 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: Scott Symmank
>      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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira