<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:16:09 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-886] Typo in content parameter error-message</title>
                <link>https://jira.opendaylight.org/browse/NETCONF-886</link>
                <project id="10142" key="NETCONF">netconf</project>
                    <description>&lt;p&gt;&lt;a href=&quot;https://datatracker.ietf.org/doc/html/rfc8040#section-4.8.1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;RFC8040 section 4.8.1&lt;/a&gt; specifies as url &apos;content&apos; parameter the value &apos;nonconfig&apos;.&lt;/p&gt;

&lt;p&gt;In case the wrong value &apos;non-config&apos; is used, an error &apos;400 Bad Request&apos; is returned - which is correct. Just the returned error message is misleading:&lt;/p&gt;

&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;

curl &lt;span class=&quot;code-quote&quot;&gt;&quot;http:/localhost:8181/rests/data/network-topology:network-topology/topology=topology-netconf/node=after-disaster/yang-ext:mount/tapi-common:context?content=non-config&quot;&lt;/span&gt; -u &lt;span class=&quot;code-quote&quot;&gt;&quot;admin:admin&quot;&lt;/span&gt;

{
  &lt;span class=&quot;code-quote&quot;&gt;&quot;errors&quot;&lt;/span&gt;: {
    &lt;span class=&quot;code-quote&quot;&gt;&quot;error&quot;&lt;/span&gt;: [
      {
        &lt;span class=&quot;code-quote&quot;&gt;&quot;error-tag&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;invalid-value&quot;&lt;/span&gt;,
        &lt;span class=&quot;code-quote&quot;&gt;&quot;error-info&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;Value can be &lt;span class=&quot;code-quote&quot;&gt;&apos;all&apos;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&apos;config&apos;&lt;/span&gt; or &lt;span class=&quot;code-quote&quot;&gt;&apos;non-config&apos;&lt;/span&gt;, not &lt;span class=&quot;code-quote&quot;&gt;&apos;non-config&apos;&lt;/span&gt;&quot;&lt;/span&gt;,
        &lt;span class=&quot;code-quote&quot;&gt;&quot;error-message&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;Invalid content value: Value can be &lt;span class=&quot;code-quote&quot;&gt;&apos;all&apos;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&apos;config&apos;&lt;/span&gt; or &lt;span class=&quot;code-quote&quot;&gt;&apos;non-config&apos;&lt;/span&gt;, not &lt;span class=&quot;code-quote&quot;&gt;&apos;non-config&apos;&lt;/span&gt;&quot;&lt;/span&gt;,
        &lt;span class=&quot;code-quote&quot;&gt;&quot;error-type&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;protocol&quot;&lt;/span&gt;
      }
    ]
  }
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;


&lt;p&gt;Please correct the error-info and error-message text and list &apos;nonconfig&apos; as valid parameter, instead of &apos;non-config&apos;. &lt;/p&gt;</description>
                <environment></environment>
        <key id="35906">NETCONF-886</key>
            <summary>Typo in content parameter error-message</summary>
                <type id="10104" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="4" iconUrl="https://jira.opendaylight.org/images/icons/priorities/minor.svg">Low</priority>
                        <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="ppuskar">Peter Pu&#353;k&#225;r</assignee>
                                    <reporter username="demx8as6">Martin Skorupski</reporter>
                        <labels>
                    </labels>
                <created>Fri, 17 Jun 2022 08:10:15 +0000</created>
                <updated>Mon, 20 Jun 2022 10:31:56 +0000</updated>
                            <resolved>Mon, 20 Jun 2022 10:29:39 +0000</resolved>
                                    <version>3.0.0</version>
                    <version>2.0.14</version>
                    <version>2.0.16</version>
                    <version>3.0.5</version>
                                    <fixVersion>4.0.0</fixVersion>
                    <fixVersion>3.0.6</fixVersion>
                                    <component>restconf-nb</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="71205" author="demx8as6" created="Fri, 17 Jun 2022 15:15:48 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.opendaylight.org/secure/ViewProfile.jspa?name=rovarga&quot; class=&quot;user-hover&quot; rel=&quot;rovarga&quot;&gt;rovarga&lt;/a&gt; May I assign this low-prio to you?&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_10202" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Priority</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10304"><![CDATA[Low]]></customfieldvalue>

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

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