<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:15:47 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-742] RFC8040 compliance: The RESTCONF server MUST support the HEAD method</title>
                <link>https://jira.opendaylight.org/browse/NETCONF-742</link>
                <project id="10142" key="NETCONF">netconf</project>
                    <description>&lt;p&gt;&lt;a href=&quot;https://tools.ietf.org/html/rfc8040#section-4.2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://tools.ietf.org/html/rfc8040#section-4.2&lt;/a&gt;&lt;br/&gt;
   The RESTCONF server MUST support the HEAD method.  The HEAD method is&lt;br/&gt;
   sent by the client to retrieve just the header fields (which contain&lt;br/&gt;
   the metadata for a resource) that would be returned for the&lt;br/&gt;
   comparable GET method, without the response message-body.&lt;br/&gt;
The current behavior is not consistent with the spec&lt;/p&gt;

&lt;p&gt;&amp;gt; curl -u admin:admin -I &lt;a href=&quot;http://localhost:8181/rests/data/toaster:toaster&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://localhost:8181/rests/data/toaster:toaster&lt;/a&gt; &lt;br/&gt;
&amp;lt; HTTP/1.1 200 OK &lt;br/&gt;
&amp;lt; Set-Cookie: JSESSIONID=node0tp7ksek0vyu11fvjctgrgqwlw67.node0; Path=/; HttpOnly &lt;br/&gt;
&amp;lt; Expires: Thu, 01 Jan 1970 00:00:00 GMT &lt;br/&gt;
&amp;lt; Set-Cookie: rememberMe=deleteMe; Path=/; Max-Age=0; Expires=Sun, 01-Nov-2020 22:09:23 GMT &lt;br/&gt;
&amp;lt; ETag: &quot;2009-11-20-toaster&quot; &lt;br/&gt;
&amp;lt; Last-Modified: 2020-Nov-02 22:09:23 &lt;br/&gt;
&amp;lt; Content-Type: application/yang-data+json &lt;br/&gt;
&amp;lt; Content-Length: 126&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;</description>
                <environment>&lt;ul&gt;
	&lt;li&gt;ODL aluminum&lt;/li&gt;
	&lt;li&gt;feature:install&#160;odl-restconf-nb-rfc8040&lt;/li&gt;
	&lt;li&gt;feature:install&#160;odl-toaster&lt;/li&gt;
&lt;/ul&gt;
</environment>
        <key id="33504">NETCONF-742</key>
            <summary>RFC8040 compliance: The RESTCONF server MUST support the HEAD method</summary>
                <type id="10104" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="3" iconUrl="https://jira.opendaylight.org/images/icons/priorities/major.svg">Medium</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="10003">Cannot Reproduce</resolution>
                                        <assignee username="ivanm1996">Ivan Martiniak</assignee>
                                    <reporter username="hjslgfsd7">Valentin Mayamsin</reporter>
                        <labels>
                    </labels>
                <created>Mon, 2 Nov 2020 22:11:05 +0000</created>
                <updated>Wed, 15 Dec 2021 18:02:53 +0000</updated>
                            <resolved>Wed, 15 Dec 2021 18:02:31 +0000</resolved>
                                    <version>Aluminium</version>
                                                    <component>restconf-nb</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="68957" author="tcere" created="Mon, 8 Feb 2021 13:16:31 +0000"  >&lt;p&gt;HEAD request returns:&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;&lt;tt&gt;curl -u admin:admin -I &lt;a href=&quot;http://localhost:8181/rests/data/network-topology:network-topology/topology=topology-netconf?content=config&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://localhost:8181/rests/data/network-topology:network-topology/topology=topology-netconf?content=config&lt;/a&gt;&lt;/tt&gt;&lt;br/&gt;
&lt;tt&gt;HTTP/1.1 200 OK&lt;/tt&gt;&lt;br/&gt;
{{ Set-Cookie: JSESSIONID=node01aduo9i6zx1641q60ufn6jlkys2.node0; Path=/; HttpOnly}}&lt;br/&gt;
{{ Expires: Thu, 01 Jan 1970 00:00:00 GMT}}&lt;br/&gt;
{{ Set-Cookie: rememberMe=deleteMe; Path=/; Max-Age=0; Expires=Sun, 07-Feb-2021 13:10:21 GMT}}&lt;br/&gt;
{{ ETag: &quot;2013-10-21-topology&quot;}}&lt;br/&gt;
{{ Last-Modified: 2021-Feb-08 13:10:21}}&lt;br/&gt;
{{ Content-Type: application/yang-data+json}}&lt;br/&gt;
{{ Content-Length: 66}}&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;GET:&lt;/p&gt;

&lt;p&gt;&lt;tt&gt;curl -vs -u admin:admin -X GET &lt;a href=&quot;http://localhost:8181/rests/data/network-topology:network-topology/topology=topology-netconf?content=config&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://localhost:8181/rests/data/network-topology:network-topology/topology=topology-netconf?content=config&lt;/a&gt;&lt;/tt&gt;&lt;br/&gt;
&lt;tt&gt;* Trying 127.0.0.1...&lt;/tt&gt;&lt;br/&gt;
&lt;tt&gt;* TCP_NODELAY set&lt;/tt&gt;&lt;br/&gt;
&lt;tt&gt;* Connected to localhost (127.0.0.1) port 8181 (#0)&lt;/tt&gt;&lt;br/&gt;
&lt;tt&gt;* Server auth using Basic with user &apos;admin&apos;&lt;/tt&gt;&lt;br/&gt;
&lt;tt&gt;&amp;gt; GET /rests/data/network-topology:network-topology/topology=topology-netconf?content=config HTTP/1.1&lt;/tt&gt;&lt;br/&gt;
&lt;tt&gt;&amp;gt; Host: localhost:8181&lt;/tt&gt;&lt;br/&gt;
&lt;tt&gt;&amp;gt; Authorization: Basic YWRtaW46YWRtaW4=&lt;/tt&gt;&lt;br/&gt;
&lt;tt&gt;&amp;gt; User-Agent: curl/7.58.0&lt;/tt&gt;&lt;br/&gt;
&lt;tt&gt;&amp;gt; Accept: &lt;b&gt;/&lt;/b&gt;&lt;/tt&gt;&lt;br/&gt;
{{&amp;gt; }}&lt;br/&gt;
&lt;tt&gt;&amp;lt; HTTP/1.1 200 OK&lt;/tt&gt;&lt;br/&gt;
&lt;tt&gt;&amp;lt; Set-Cookie: JSESSIONID=node0yatas9qklkwk16lkwys94zpo43.node0; Path=/; HttpOnly&lt;/tt&gt;&lt;br/&gt;
&lt;tt&gt;&amp;lt; Expires: Thu, 01 Jan 1970 00:00:00 GMT&lt;/tt&gt;&lt;br/&gt;
&lt;tt&gt;&amp;lt; Set-Cookie: rememberMe=deleteMe; Path=/; Max-Age=0; Expires=Sun, 07-Feb-2021 13:10:31 GMT&lt;/tt&gt;&lt;br/&gt;
&lt;tt&gt;&amp;lt; ETag: &quot;2013-10-21-topology&quot;&lt;/tt&gt;&lt;br/&gt;
&lt;tt&gt;&amp;lt; Last-Modified: 2021-Feb-08 13:10:31&lt;/tt&gt;&lt;br/&gt;
&lt;tt&gt;&amp;lt; Content-Type: application/yang-data+json&lt;/tt&gt;&lt;br/&gt;
&lt;tt&gt;&amp;lt; Content-Length: 66&lt;/tt&gt;&lt;br/&gt;
{{&amp;lt; }}&lt;br/&gt;
&lt;tt&gt;* Connection #0 to host localhost left intact&lt;/tt&gt;&lt;br/&gt;
{{&lt;/p&gt;
{&quot;network-topology:topology&quot;:[\{&quot;topology-id&quot;:&quot;topology-netconf&quot;}
&lt;p&gt;]}}}&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;I&apos;m having trouble figuring out whats not consistent with the spec, can you point out the issues we have here, if there are still any present?&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;</comment>
                            <comment id="70355" author="JIRAUSER14303" created="Wed, 15 Dec 2021 11:20:18 +0000"  >&lt;p&gt;Hello &lt;a href=&quot;https://jira.opendaylight.org/secure/ViewProfile.jspa?name=hjslgfsd7&quot; class=&quot;user-hover&quot; rel=&quot;hjslgfsd7&quot;&gt;hjslgfsd7&lt;/a&gt;, Can you please refer further details about issue, as &lt;a href=&quot;https://jira.opendaylight.org/secure/ViewProfile.jspa?name=tcere&quot; class=&quot;user-hover&quot; rel=&quot;tcere&quot;&gt;tcere&lt;/a&gt; mentioned earlier?&lt;/p&gt;</comment>
                            <comment id="70357" author="hjslgfsd7" created="Wed, 15 Dec 2021 17:41:36 +0000"  >&lt;p&gt;Bug appears to be invalid. Let&apos;s close it&lt;/p&gt;</comment>
                            <comment id="70358" author="JIRAUSER14303" created="Wed, 15 Dec 2021 17:58:24 +0000"  >&lt;p&gt;Ok, thanks for your response.&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_10000" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i03vvb:</customfieldvalue>

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