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/23 23:41:48 UTC

[jira] Created: (BEEHIVE-348) URLs created with existing parameters and filter don't put an amp between the two

URLs created with existing parameters and filter don't put an amp between the two
---------------------------------------------------------------------------------

         Key: BEEHIVE-348
         URL: http://issues.apache.org/jira/browse/BEEHIVE-348
     Project: Beehive
        Type: Bug
  Components: NetUI  
    Versions: V1Beta    
    Reporter: Eddie O'Neil


For a URL like this:

  http://localhost:8080/dataGridWeb/sql/filterTest/begin.do?foo=bar

when adding a filter query parameter, the generated URL turns out like:

  http://localhost:8080/dataGridWeb/sql/filterTest/begin.do?foo=barnetui_filter=...

and there needs to be an & between the "bar" and "netui_filter" strings.  Repro will be attached shortly.

-- 
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-348) URLs created with existing parameters and filter don't put an amp between the two

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


Verified and closing issue.

> URLs created with existing parameters and filter don't put an amp between the two
> ---------------------------------------------------------------------------------
>
>          Key: BEEHIVE-348
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-348
>      Project: Beehive
>         Type: Bug
>   Components: NetUI
>     Versions: V1Beta
>     Reporter: Eddie O'Neil
>     Assignee: Nathan Jantz
>      Fix For: V1Beta

>
> For a URL like this:
>   http://localhost:8080/dataGridWeb/sql/filterTest/begin.do?foo=bar
> when adding a filter query parameter, the generated URL turns out like:
>   http://localhost:8080/dataGridWeb/sql/filterTest/begin.do?foo=barnetui_filter=...
> and there needs to be an & between the "bar" and "netui_filter" strings.  Repro will be attached shortly.

-- 
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-348) URLs created with existing parameters and filter don't put an amp between the two

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

     Resolution: Fixed
    Fix Version: V1Beta

Fixed in SVN 155208.  When a URL has ?foo=bar and filters are added by the JavaScript support, the URL is preserved correctly.

> URLs created with existing parameters and filter don't put an amp between the two
> ---------------------------------------------------------------------------------
>
>          Key: BEEHIVE-348
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-348
>      Project: Beehive
>         Type: Bug
>   Components: NetUI
>     Versions: V1Beta
>     Reporter: Eddie O'Neil
>     Assignee: Eddie O'Neil
>      Fix For: V1Beta

>
> For a URL like this:
>   http://localhost:8080/dataGridWeb/sql/filterTest/begin.do?foo=bar
> when adding a filter query parameter, the generated URL turns out like:
>   http://localhost:8080/dataGridWeb/sql/filterTest/begin.do?foo=barnetui_filter=...
> and there needs to be an & between the "bar" and "netui_filter" strings.  Repro will be attached shortly.

-- 
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] Assigned: (BEEHIVE-348) URLs created with existing parameters and filter don't put an amp between the two

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

Eddie O'Neil reassigned BEEHIVE-348:
------------------------------------

    Assign To: Nathan Jantz  (was: Eddie O'Neil)

> URLs created with existing parameters and filter don't put an amp between the two
> ---------------------------------------------------------------------------------
>
>          Key: BEEHIVE-348
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-348
>      Project: Beehive
>         Type: Bug
>   Components: NetUI
>     Versions: V1Beta
>     Reporter: Eddie O'Neil
>     Assignee: Nathan Jantz
>      Fix For: V1Beta

>
> For a URL like this:
>   http://localhost:8080/dataGridWeb/sql/filterTest/begin.do?foo=bar
> when adding a filter query parameter, the generated URL turns out like:
>   http://localhost:8080/dataGridWeb/sql/filterTest/begin.do?foo=barnetui_filter=...
> and there needs to be an & between the "bar" and "netui_filter" strings.  Repro will be attached shortly.

-- 
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] Assigned: (BEEHIVE-348) URLs created with existing parameters and filter don't put an amp between the two

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

Eddie O'Neil reassigned BEEHIVE-348:
------------------------------------

    Assign To: Eddie O'Neil

> URLs created with existing parameters and filter don't put an amp between the two
> ---------------------------------------------------------------------------------
>
>          Key: BEEHIVE-348
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-348
>      Project: Beehive
>         Type: Bug
>   Components: NetUI
>     Versions: V1Beta
>     Reporter: Eddie O'Neil
>     Assignee: Eddie O'Neil

>
> For a URL like this:
>   http://localhost:8080/dataGridWeb/sql/filterTest/begin.do?foo=bar
> when adding a filter query parameter, the generated URL turns out like:
>   http://localhost:8080/dataGridWeb/sql/filterTest/begin.do?foo=barnetui_filter=...
> and there needs to be an & between the "bar" and "netui_filter" strings.  Repro will be attached shortly.

-- 
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