<!-- 
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-205] PATCH with &quot;target&quot;:&quot;/&quot; error</title>
                <link>https://jira.opendaylight.org/browse/NETCONF-205</link>
                <project id="10142" key="NETCONF">netconf</project>
                    <description>&lt;p&gt;Beryllium bug, this is what happens when attempting to replace the whole car:cars container:&lt;/p&gt;

&lt;p&gt;$ curl -u&apos;admin:admin&apos; -X PATCH -H &quot;Content-Type:application/yang.patch+json&quot; -d &apos;{&quot;ietf-restconf:yang-patch&quot;:{&quot;patch-id&quot;:&quot;0&quot;,&quot;edit&quot;:[{&quot;edit-id&quot;:&quot;0&quot;,&quot;operation&quot;:&quot;replace&quot;,&quot;target&quot;:&quot;/&quot;,&quot;value&quot;:{&quot;car:cars&quot;:{&quot;car-entry&quot;:[&lt;/p&gt;
{&quot;id&quot;:&quot;0&quot;}
&lt;p&gt;]}}}]}&apos; 127.0.0.1:8181/restconf/config/car:cars ;echo&lt;/p&gt;

&lt;p&gt;{&quot;errors&quot;:{&quot;error&quot;:[{&quot;error-type&quot;:&quot;protocol&quot;,&quot;error-tag&quot;:&quot;malformed-message&quot;,&quot;error-message&quot;:&quot;Error parsing json input: Could not parse Instance Identifier &apos;/car:cars/&apos;. Offset: 10 : Reason: Identifier cannot end with &apos;/&apos;.&quot;,&quot;error-info&quot;:&quot;java.lang.IllegalArgumentException: Could not parse Instance Identifier &apos;/car:cars/&apos;. Offset: 10 : Reason: Identifier cannot end with &apos;/&apos;.\n\tat com.google.common.base.Preconditions.checkArgument(Preconditions.java:145)\n\tat org.opendaylight.yangtools.yang.data.util.XpathStringParsingPathArgumentBuilder.checkValid(XpathStringParsingPathArgumentBuilder.java:255)\n&lt;br/&gt;
(and so on)&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="21218">NETCONF-205</key>
            <summary>PATCH with &quot;target&quot;:&quot;/&quot; error</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="vrpolak">Vratko Polak</reporter>
                        <labels>
                    </labels>
                <created>Thu, 19 May 2016 11:35:08 +0000</created>
                <updated>Fri, 15 Mar 2019 22:22:24 +0000</updated>
                            <resolved>Fri, 5 Aug 2016 14:15:19 +0000</resolved>
                                                                    <component>restconf-nb</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                                                                <comments>
                            <comment id="39410" author="ivan.hrasko@pantheon.tech" created="Wed, 25 May 2016 07:39:55 +0000"  >&lt;p&gt;Patch: &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/39361/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/39361/&lt;/a&gt;&lt;br/&gt;
Unit tests: &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/38574/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/38574/&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="39411" author="ivan.hrasko@pantheon.tech" created="Wed, 25 May 2016 07:43:18 +0000"  >&lt;p&gt;(In reply to Ivan Hrasko from comment #1)&lt;br/&gt;
&amp;gt; Patch: &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/39361/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/39361/&lt;/a&gt;&lt;br/&gt;
&amp;gt; Unit tests: &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/38574/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/38574/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The above does not belong to this bug.&lt;/p&gt;</comment>
                            <comment id="39412" author="abbas.pareedkunju@tcs.com" created="Tue, 31 May 2016 09:17:24 +0000"  >&lt;p&gt;On the latest build it seems working fine. Am I running it in the right way?&lt;br/&gt;
The below output against today&apos;s build.&lt;/p&gt;

&lt;p&gt;opendaylight-user@root&amp;gt;shell:exec curl -u&apos;admin:admin&apos; -X PATCH -H &quot;Content-Type:application/yang.patch+json&quot; -d &apos;{&quot;ietf-restconf:yang-patch&quot;:{&quot;patch-id&quot;:&quot;0&quot;,&quot;edit&quot;:[{&quot;edit-id&quot;:&quot;0&quot;,&quot;operation&quot;:&quot;replace&quot;,&quot;target&quot;:&quot;/&quot;,&quot;value&quot;:{&quot;car:cars&quot;:{&quot;car-entry&quot;:[&lt;/p&gt;
{&quot;id&quot;:&quot;0&quot;}
&lt;p&gt;]}}}]}&apos; localhost:8080/restconf/config/car:cars ;echo&lt;br/&gt;
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current&lt;br/&gt;
                                 Dload  Upload   Total   Spent    Left  Speed&lt;br/&gt;
100   152    0     0  100   152      0    542 -&lt;del&gt;:&lt;/del&gt;&lt;del&gt;:&lt;/del&gt;- -&lt;del&gt;:&lt;/del&gt;&lt;del&gt;:&lt;/del&gt;- -&lt;del&gt;:&lt;/del&gt;&lt;del&gt;:&lt;/del&gt;-   540&lt;/p&gt;

&lt;p&gt;opendaylight-user@root&amp;gt;&lt;/p&gt;</comment>
                            <comment id="39413" author="vrpolak" created="Tue, 31 May 2016 14:17:34 +0000"  >&lt;p&gt;This is how distribution-karaf-0.4.3-20160531.093344-196.zip behaves for me:&lt;/p&gt;

&lt;p&gt;opendaylight-user@root&amp;gt;feature:install odl-restconf odl-clustering-test-app&lt;br/&gt;
opendaylight-user@root&amp;gt;shell:exec curl -u&apos;admin:admin&apos; -X PATCH -H &quot;Content-Type:application/yang.patch+json&quot; -d &apos;{&quot;ietf-restconf:yang-patch&quot;:{&quot;patch-id&quot;:&quot;0&quot;,&quot;edit&quot;:[{&quot;edit-id&quot;:&quot;0&quot;,&quot;operation&quot;:&quot;replace&quot;,&quot;target&quot;:&quot;/&quot;,&quot;value&quot;:{&quot;car:cars&quot;:{&quot;car-entry&quot;:[&lt;/p&gt;
{&quot;id&quot;:&quot;0&quot;}
&lt;p&gt;]}}}]}&apos; localhost:8080/restconf/config/car:cars ;echo&lt;br/&gt;
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current&lt;br/&gt;
                                 Dload  Upload   Total   Spent    Left  Speed&lt;br/&gt;
100  8026    0  7874  100   152  17556    338 -&lt;del&gt;{&quot;errors&quot;:{&quot;error&quot;:[{&quot;error-type&quot;:&quot;protocol&quot;,&quot;error-tag&quot;:&quot;malformed-message&quot;,&quot;error-message&quot;:&quot;Error parsing json input: Could not parse Instance Identifier &apos;/car:cars/&apos;. Offset: 10 : Reason: Identifier cannot end with &apos;/&apos;.&quot;,&quot;error-info&quot;:&quot;java.lang.IllegalArgumentException: Could not parse Instance Identifier &apos;/car:cars/&apos;. Offset: 10 : Reason: Identifier cannot end with &apos;/&apos;.\n\tat com.google.common.base.Preconditions.checkArgument(Preconditions.java:145)\n\tat org.opendaylight.yangtools.yang.data.util.XpathStringParsingPathArgumentBuilder.checkValid(XpathStringPars100  8026    0  7874  100   152  17465    337 --:&lt;/del&gt;&lt;del&gt;:&lt;/del&gt;- -&lt;del&gt;:&lt;/del&gt;&lt;del&gt;:&lt;/del&gt;- -&lt;del&gt;:&lt;/del&gt;&lt;del&gt;:&lt;/del&gt;- 17694-:-&lt;del&gt;:&lt;/del&gt;- -&lt;del&gt;:&lt;/del&gt;&lt;del&gt;:&lt;/del&gt;- 17814&lt;br/&gt;
.data.util.XpathStringParsingPathArgumentBuilder.computeNextArgument(XpathStringParsingPathArgumentBuilder.java:98)\n&lt;br/&gt;
(and many more)&lt;/p&gt;</comment>
                            <comment id="39414" author="ivan.hrasko@pantheon.tech" created="Wed, 29 Jun 2016 12:50:05 +0000"  >&lt;p&gt;Patch:&lt;br/&gt;
&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/40991/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/40991/&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="39415" author="ivan.hrasko@pantheon.tech" created="Mon, 11 Jul 2016 13:58:10 +0000"  >&lt;p&gt;Needs to be adapted also for XML&lt;/p&gt;</comment>
                            <comment id="39416" author="ivan.hrasko@pantheon.tech" created="Mon, 18 Jul 2016 10:36:36 +0000"  >&lt;p&gt;adapted for both json and xml:&lt;br/&gt;
&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/40991/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/40991/&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="39417" author="ivan.hrasko@pantheon.tech" created="Tue, 19 Jul 2016 13:11:58 +0000"  >&lt;p&gt;Merged to Be, needs port to Boron.&lt;/p&gt;</comment>
                            <comment id="39418" author="ivan.hrasko@pantheon.tech" created="Wed, 27 Jul 2016 07:15:05 +0000"  >&lt;p&gt;Cherry pick to Boron old Restconf:&lt;br/&gt;
&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/42460/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/42460/&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="39419" author="ivan.hrasko@pantheon.tech" created="Fri, 29 Jul 2016 13:55:35 +0000"  >&lt;p&gt;Cherry pick merged to Boron.&lt;/p&gt;</comment>
                            <comment id="39420" author="ivan.hrasko@pantheon.tech" created="Fri, 5 Aug 2016 14:15:19 +0000"  >&lt;p&gt;patch for new restconf has been merged to master:&lt;br/&gt;
&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/41833/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/41833/&lt;/a&gt;&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>5915</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=5915]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10206" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Issue Type</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10300"><![CDATA[Bug]]></customfieldvalue>

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

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

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