<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:14:25 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>OpenDaylight JIRA</title>
    <link>https://jira.opendaylight.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>8.20.10</version>
        <build-number>820010</build-number>
        <build-date>22-06-2022</build-date>
    </build-info>


<item>
            <title>[NETCONF-203] Restconf  draft11 - bad parsing</title>
                <link>https://jira.opendaylight.org/browse/NETCONF-203</link>
                <project id="10142" key="NETCONF">netconf</project>
                    <description>&lt;p&gt;1. It is not possible to deserialize URI which contains leaf list identifier, for example: &quot;/list-test:top/Y=x%3Ay&quot;. See test case &quot;codecLeafListTest&quot; in &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/39027/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/39027/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;2. When try to serialize YangInstanceIdentifier.EMPTY IndexOutOfBoundsException is thrown. See test case &quot;emptyDataTest&quot; in &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/39030/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/39030/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;3. Serializer does not know all reserved characters according to rfc3986. See test case &quot;verifyReservedCharactersTest&quot; in &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/39030/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/39030/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;4. When not all list keys are encoded serializer takes next identifier as next key value. &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/39027/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/39027/&lt;/a&gt;&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="21216">NETCONF-203</key>
            <summary>Restconf  draft11 - bad parsing</summary>
                <type id="10104" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10303&amp;avatarType=issuetype">Bug</type>
                                                <status id="5" iconUrl="https://jira.opendaylight.org/images/icons/statuses/resolved.png" description="A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.">Resolved</status>
                    <statusCategory id="3" key="done" colorName="green"/>
                                    <resolution id="10000">Done</resolution>
                                        <assignee username="ivan.hrasko@pantheon.tech">Ivan Hrasko</assignee>
                                    <reporter username="ivan.hrasko@pantheon.tech">Ivan Hrasko</reporter>
                        <labels>
                    </labels>
                <created>Wed, 18 May 2016 13:22:42 +0000</created>
                <updated>Fri, 15 Mar 2019 22:22:24 +0000</updated>
                            <resolved>Thu, 16 Jun 2016 11:30:37 +0000</resolved>
                                                                    <component>restconf-nb</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="39398" author="ivan.hrasko@pantheon.tech" created="Thu, 19 May 2016 07:37:34 +0000"  >&lt;p&gt;5. Also lists without keys are possible but current implementation is expecting them and adding &apos;=&apos; also for lists without keys.&lt;br/&gt;
Tests: &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/39030/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/39030/&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="39399" author="ivan.hrasko@pantheon.tech" created="Thu, 19 May 2016 08:59:02 +0000"  >&lt;p&gt;6. If list key value contains percent encoded chars at the beginning and ends with no percent encoded chars then the end of the key value is ignored.&lt;br/&gt;
See failing test &quot;percentEncodedKeyEndsWithNoPercentEncodedChars&quot; in &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/38965/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/38965/&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="39400" author="ivan.hrasko@pantheon.tech" created="Thu, 19 May 2016 11:14:55 +0000"  >&lt;p&gt;7. There is no check if key for leaf list was encoded in URI.&lt;br/&gt;
See &quot;leafListMissingKeyNegativeTest&quot; in &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/38965/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/38965/&lt;/a&gt;.&lt;/p&gt;</comment>
                            <comment id="39401" author="ivan.hrasko@pantheon.tech" created="Thu, 2 Jun 2016 07:54:45 +0000"  >&lt;p&gt;8. It is not possible to have URIS which contains node names without module name.&lt;br/&gt;
Module name should be required only if node is defined in another module, otherwise it is optional:&lt;br/&gt;
api-identifier = &lt;span class=&quot;error&quot;&gt;&amp;#91;module-name &amp;quot;:&amp;quot;&amp;#93;&lt;/span&gt; identifier&lt;/p&gt;</comment>
                            <comment id="39402" author="ivan.hrasko@pantheon.tech" created="Mon, 6 Jun 2016 06:19:32 +0000"  >&lt;p&gt;9. Key value should not be parsed with parsing rules for identifier. It can be quoted (also bug - not implemented) or unquoted string.&lt;/p&gt;</comment>
                            <comment id="39403" author="ivan.hrasko@pantheon.tech" created="Fri, 10 Jun 2016 14:01:34 +0000"  >&lt;p&gt;10. Empty string as an input to deserialization should return error. But &quot;/&quot; should be valid according to &lt;a href=&quot;https://tools.ietf.org/html/draft-ietf-netconf-restconf-13#section-3.5.1.1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://tools.ietf.org/html/draft-ietf-netconf-restconf-13#section-3.5.1.1&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="39404" author="ivan.hrasko@pantheon.tech" created="Mon, 13 Jun 2016 09:50:17 +0000"  >&lt;p&gt;Fixed all problems except of: &lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://jira.opendaylight.org/browse/CONTROLLER-3&quot; title=&quot;Several Java exceptions are thrown when the controller starts. This doesn&amp;#39;t seem to affect correct functioning of controller though&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CONTROLLER-3&quot;&gt;&lt;del&gt;CONTROLLER-3&lt;/del&gt;&lt;/a&gt;:&lt;br/&gt;
wrong bug report (bug does not exist)&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://jira.opendaylight.org/browse/CONTROLLER-7&quot; title=&quot;System can go into livelock after forwarding state is established between multiple switches&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CONTROLLER-7&quot;&gt;&lt;del&gt;CONTROLLER-7&lt;/del&gt;&lt;/a&gt;: &lt;br/&gt;
1. it is not true that list key value can be quoted:&lt;br/&gt;
&quot;changed list key encoding to clarify that quoted strings are not allowed.  Percent-encoded values are used if quotes would be required. A missing key is treated as a zero-length string&quot;&lt;br/&gt;
A.5.  v08 - v09 in &lt;span class=&quot;error&quot;&gt;&amp;#91;draft-ietf-netconf-restconf-13&amp;#93;&lt;/span&gt;&lt;br/&gt;
2. fixed matcher for values&lt;/p&gt;

&lt;p&gt;patch:&lt;br/&gt;
&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/39769/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/39769/&lt;/a&gt;&lt;br/&gt;
unit tests:&lt;br/&gt;
&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/38965/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/38965/&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/39027/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/39027/&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/39030/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/39030/&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="39405" author="ivan.hrasko@pantheon.tech" created="Mon, 13 Jun 2016 11:23:52 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.opendaylight.org/browse/CONTROLLER-3&quot; title=&quot;Several Java exceptions are thrown when the controller starts. This doesn&amp;#39;t seem to affect correct functioning of controller though&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CONTROLLER-3&quot;&gt;&lt;del&gt;CONTROLLER-3&lt;/del&gt;&lt;/a&gt;: was also fixed in this patch.&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                            <customfield id="customfield_11400" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10208" key="com.atlassian.jira.plugin.system.customfieldtypes:textfield">
                        <customfieldname>External issue ID</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>5911</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10201" key="com.atlassian.jira.plugin.system.customfieldtypes:url">
                        <customfieldname>External issue URL</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[https://bugs.opendaylight.org/show_bug.cgi?id=5911]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10204" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>ODL SR Target Milestone</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10310"><![CDATA[Boron-M5]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                    <customfield id="customfield_10000" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i01x3b:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                </customfields>
    </item>
</channel>
</rss>