You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Felix Meschberger (JIRA)" <ji...@apache.org> on 2010/03/23 14:49:27 UTC

[jira] Created: (FELIX-2228) Encoding issues with search queries in the OBR plugin

Encoding issues with search queries in the OBR plugin
-----------------------------------------------------

                 Key: FELIX-2228
                 URL: https://issues.apache.org/jira/browse/FELIX-2228
             Project: Felix
          Issue Type: Improvement
          Components: Web Console
            Reporter: Felix Meschberger
            Assignee: Felix Meschberger
             Fix For: webconsole-3.0.0


Search queries of the OBR plugin may contain characters which are not allowed unencoded in URL-encoded request parameters. To fix this, the query string should be URL encoded when sending from the client to the server and be decoded on the server.

Consequently on the client the query must be decoded again to load it into the search box.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (FELIX-2228) Encoding issues with search queries in the OBR plugin

Posted by "Carsten Ziegeler (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-2228?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carsten Ziegeler closed FELIX-2228.
-----------------------------------


> Encoding issues with search queries in the OBR plugin
> -----------------------------------------------------
>
>                 Key: FELIX-2228
>                 URL: https://issues.apache.org/jira/browse/FELIX-2228
>             Project: Felix
>          Issue Type: Improvement
>          Components: Web Console
>            Reporter: Felix Meschberger
>            Assignee: Felix Meschberger
>             Fix For: webconsole-3.0.0
>
>
> Search queries of the OBR plugin may contain characters which are not allowed unencoded in URL-encoded request parameters. To fix this, the query string should be URL encoded when sending from the client to the server and be decoded on the server.
> Consequently on the client the query must be decoded again to load it into the search box.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (FELIX-2228) Encoding issues with search queries in the OBR plugin

Posted by "Felix Meschberger (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-2228?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Felix Meschberger resolved FELIX-2228.
--------------------------------------

    Resolution: Fixed

Implemented in Rev. 926574

> Encoding issues with search queries in the OBR plugin
> -----------------------------------------------------
>
>                 Key: FELIX-2228
>                 URL: https://issues.apache.org/jira/browse/FELIX-2228
>             Project: Felix
>          Issue Type: Improvement
>          Components: Web Console
>            Reporter: Felix Meschberger
>            Assignee: Felix Meschberger
>             Fix For: webconsole-3.0.0
>
>
> Search queries of the OBR plugin may contain characters which are not allowed unencoded in URL-encoded request parameters. To fix this, the query string should be URL encoded when sending from the client to the server and be decoded on the server.
> Consequently on the client the query must be decoded again to load it into the search box.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.