<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:14:34 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-263] RESTCONF: URL doesn&apos;t support Chinese chactacter</title>
                <link>https://jira.opendaylight.org/browse/NETCONF-263</link>
                <project id="10142" key="NETCONF">netconf</project>
                    <description>&lt;p&gt;For example&lt;/p&gt;

&lt;p&gt;Reference yang:&lt;/p&gt;

&lt;p&gt;container test-chinese {&lt;br/&gt;
        config true;&lt;/p&gt;

&lt;p&gt;        list item-list {&lt;br/&gt;
            key id;&lt;br/&gt;
            leaf id &lt;/p&gt;
{
                type string;
            }
&lt;p&gt;        }&lt;br/&gt;
    }&lt;/p&gt;

&lt;p&gt;GET on URL &lt;a href=&quot;http://localhost:8181/restconf/config/dsbenchmark:test-chinese/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://localhost:8181/restconf/config/dsbenchmark:test-chinese/&lt;/a&gt; &lt;/p&gt;

&lt;p&gt;The result as follow:&lt;/p&gt;

&lt;p&gt;&amp;lt;test-chinese xmlns=&quot;urn:opendaylight:params:xml:ns:yang:dsbenchmark&quot;&amp;gt;&lt;br/&gt;
    &amp;lt;item-list&amp;gt;&lt;br/&gt;
        &amp;lt;id&amp;gt;TEST&amp;lt;/id&amp;gt;&lt;br/&gt;
    &amp;lt;/item-list&amp;gt;&lt;br/&gt;
    &amp;lt;item-list&amp;gt;&lt;br/&gt;
        &amp;lt;id&amp;gt;&#38567;&#36947;&#31574;&#30053;&amp;lt;/id&amp;gt;&lt;br/&gt;
    &amp;lt;/item-list&amp;gt;&lt;br/&gt;
&amp;lt;/test-chinese&amp;gt;&lt;/p&gt;

&lt;p&gt;GET on URL &lt;a href=&quot;http://localhost:8181/restconf/config/dsbenchmark:test-chinese/item-list/TEST&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://localhost:8181/restconf/config/dsbenchmark:test-chinese/item-list/TEST&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The result as follow:&lt;/p&gt;

&lt;p&gt;&amp;lt;item-list xmlns=&quot;urn:opendaylight:params:xml:ns:yang:dsbenchmark&quot;&amp;gt;&lt;br/&gt;
    &amp;lt;id&amp;gt;TEST&amp;lt;/id&amp;gt;&lt;br/&gt;
&amp;lt;/item-list&amp;gt;&lt;/p&gt;

&lt;p&gt;GET on URL &lt;a href=&quot;http://localhost:8181/restconf/config/dsbenchmark:test-chinese/item-list/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://localhost:8181/restconf/config/dsbenchmark:test-chinese/item-list/&lt;/a&gt;&#38567;&#36947;&#31574;&#30053;&lt;/p&gt;

&lt;p&gt;The result as follow Failed:&lt;/p&gt;

&lt;p&gt;applicationdata-missingRequest could not be completed because the relevant data model content does not exist&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="21276">NETCONF-263</key>
            <summary>RESTCONF: URL doesn&apos;t support Chinese chactacter</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="10001">Won&apos;t Do</resolution>
                                        <assignee username="jakubtoth-0">Jakub Toth</assignee>
                                    <reporter username="he.yunbo@zte.com.cn">HeYunBo</reporter>
                        <labels>
                    </labels>
                <created>Tue, 30 Aug 2016 06:25:12 +0000</created>
                <updated>Fri, 15 Mar 2019 22:22:29 +0000</updated>
                            <resolved>Wed, 5 Apr 2017 09:15:00 +0000</resolved>
                                                                    <component>restconf-nb</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                                                                <comments>
                            <comment id="39622" author="jatoth@cisco.com" created="Tue, 6 Sep 2016 06:25:33 +0000"  >&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;a URI (&lt;a href=&quot;https://tools.ietf.org/html/draft-ietf-netconf-restconf-16#section-5.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-16#section-5.1&lt;/a&gt;) can contains only chars from US-ASCII(7-bit) according to RFC3986 (&lt;a href=&quot;https://tools.ietf.org/html/rfc3986#section-2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://tools.ietf.org/html/rfc3986#section-2&lt;/a&gt;).&lt;/p&gt;

&lt;p&gt;Regards,&lt;/p&gt;

&lt;p&gt;Jakub Toth&lt;/p&gt;</comment>
                            <comment id="39623" author="vrpolak" created="Wed, 14 Sep 2016 16:23:03 +0000"  >&lt;p&gt;&quot;The key value is specified as a string, using the canonical&lt;br/&gt;
representation for the YANG data type.  Any reserved characters&lt;br/&gt;
MUST be percent-encoded, according to &lt;span class=&quot;error&quot;&gt;&amp;#91;RFC3986&amp;#93;&lt;/span&gt;, section 2.1 and&lt;br/&gt;
2.5.  The comma (&apos;,&apos;) character MUST be percent-encoded if it is&lt;br/&gt;
present in the key value.&quot; &lt;span class=&quot;error&quot;&gt;&amp;#91;0&amp;#93;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;The percent encoding refers to octets, while Yang string definition refers to Unicode and ISO/IEC 10646. Hopefully that works out ok; if not, it is a separate Bug.&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;0&amp;#93;&lt;/span&gt; &lt;a href=&quot;https://tools.ietf.org/html/draft-ietf-netconf-restconf-16#section-3.5.3&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-16#section-3.5.3&lt;/a&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1&amp;#93;&lt;/span&gt; &lt;a href=&quot;https://tools.ietf.org/html/rfc7950#section-9.4&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://tools.ietf.org/html/rfc7950#section-9.4&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>6576</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=6576]]></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="10321"><![CDATA[Carbon]]></customfieldvalue>

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

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