You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Sergey Beryozkin (JIRA)" <ji...@apache.org> on 2015/06/24 12:39:04 UTC

[jira] [Updated] (CXF-6474) UriTemplate should not always ignore an empty/null group value

     [ https://issues.apache.org/jira/browse/CXF-6474?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sergey Beryozkin updated CXF-6474:
----------------------------------
    Description: 
URI template may have a regular expression. Some expressions may have an empty group value with the actual variable value available as the next group value. In other cases the empty value may represent the actual value. 

The empty values should only be ignored if  (number of variables + 1) is less than a number of groups.

  was:
URI template may have a regular expression. Some expressions may have an empty group value with the actual variable value available as the next group value. In other cases the empty value may represent the actual value. 

The empty values should only be ignored if  (number of variables + 1) s less than a number of groups.


> UriTemplate should not always ignore an empty/null group value
> --------------------------------------------------------------
>
>                 Key: CXF-6474
>                 URL: https://issues.apache.org/jira/browse/CXF-6474
>             Project: CXF
>          Issue Type: Bug
>          Components: JAX-RS
>            Reporter: Sergey Beryozkin
>            Assignee: Sergey Beryozkin
>            Priority: Minor
>             Fix For: 3.0.6, 3.1.2
>
>
> URI template may have a regular expression. Some expressions may have an empty group value with the actual variable value available as the next group value. In other cases the empty value may represent the actual value. 
> The empty values should only be ignored if  (number of variables + 1) is less than a number of groups.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)