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] [Created] (CXF-6474) UriTemplate should not always ignore an empty/null group value

Sergey Beryozkin created CXF-6474:
-------------------------------------

             Summary: 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) s less than a number of groups.



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