You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Bruno Felaco (JIRA)" <ji...@apache.org> on 2010/04/26 17:31:33 UTC

[jira] Created: (CXF-2784) URIBuilder does not expand template variables in query parameters.

URIBuilder does not expand template variables in query parameters.
------------------------------------------------------------------

                 Key: CXF-2784
                 URL: https://issues.apache.org/jira/browse/CXF-2784
             Project: CXF
          Issue Type: Bug
    Affects Versions: 2.2.7
            Reporter: Bruno Felaco


When the URIBuilder is used to create a URL for redirect or links, it should be possible to include template variables ({x}) in the values which will be replaced when a variant of the build() method is invoked.  The CXF implementation only expands template variables in the path.

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


[jira] Updated: (CXF-2784) URIBuilder does not expand template variables in query parameters.

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

Bruno Felaco updated CXF-2784:
------------------------------

    Attachment: URIBuilderTest.java

This unit-test shows 3 different ways of using template variables in query parameters which do not work.

FWIWI, this test passes with RESTEasy.

> URIBuilder does not expand template variables in query parameters.
> ------------------------------------------------------------------
>
>                 Key: CXF-2784
>                 URL: https://issues.apache.org/jira/browse/CXF-2784
>             Project: CXF
>          Issue Type: Bug
>    Affects Versions: 2.2.7
>            Reporter: Bruno Felaco
>         Attachments: URIBuilderTest.java
>
>
> When the URIBuilder is used to create a URL for redirect or links, it should be possible to include template variables ({x}) in the values which will be replaced when a variant of the build() method is invoked.  The CXF implementation only expands template variables in the path.

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


[jira] Resolved: (CXF-2784) URIBuilder does not expand template variables in query parameters.

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

Sergey Beryozkin resolved CXF-2784.
-----------------------------------

    Fix Version/s: 2.3
                   2.2.8
       Resolution: Fixed

> URIBuilder does not expand template variables in query parameters.
> ------------------------------------------------------------------
>
>                 Key: CXF-2784
>                 URL: https://issues.apache.org/jira/browse/CXF-2784
>             Project: CXF
>          Issue Type: Bug
>    Affects Versions: 2.2.7
>            Reporter: Bruno Felaco
>             Fix For: 2.3, 2.2.8
>
>         Attachments: URIBuilderTest.java
>
>
> When the URIBuilder is used to create a URL for redirect or links, it should be possible to include template variables ({x}) in the values which will be replaced when a variant of the build() method is invoked.  The CXF implementation only expands template variables in the path.

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