<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:16:56 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-1210] RESTCONF OPTIONS on /data does not produce Accept-Patch</title>
                <link>https://jira.opendaylight.org/browse/NETCONF-1210</link>
                <project id="10142" key="NETCONF">netconf</project>
                    <description>&lt;p&gt;Our default implementation of OPTIONS defers to JAX-RS runtime to generate the response to OPTIONS on all endpoints.&lt;/p&gt;

&lt;p&gt;This leads to two outcomes:&lt;/p&gt;
&lt;ol&gt;
	&lt;li&gt;we do not attach Accept-Patch header, as required by &lt;a href=&quot;https://www.rfc-editor.org/rfc/rfc8040#section-4.1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;RESTCONF PATCH&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;we serve a WADL which leaks our implementation details&lt;/li&gt;
&lt;/ol&gt;



&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;* processing: http://localhost:8181/rests/data
*   Trying [::1]:8181...
* Connected to localhost (::1) port 8181
* Server auth using Basic with user &apos;admin&apos;
&amp;gt; OPTIONS /rests/data HTTP/1.1
&amp;gt; Host: localhost:8181
&amp;gt; Authorization: Basic YWRtaW46YWRtaW4=
&amp;gt; User-Agent: curl/8.2.1
&amp;gt; Accept: */*
&amp;gt; 
&amp;lt; HTTP/1.1 200 OK
&amp;lt; Set-Cookie: JSESSIONID=node01fob7f15na96q1fx8i99uqh8cb14.node0; Path=/rests; HttpOnly
&amp;lt; Expires: Thu, 01 Jan 1970 00:00:00 GMT
&amp;lt; Set-Cookie: rememberMe=deleteMe; Path=/rests; Max-Age=0; Expires=Tue, 05-Dec-2023 11:05:56 GMT; SameSite=lax
&amp;lt; Content-Type: application/vnd.sun.wadl+xml
&amp;lt; Allow: HEAD,POST,GET,OPTIONS,PATCH,PUT
&amp;lt; Last-Modified: Wed, 06 Dec 2023 12:05:56 CET
&amp;lt; Content-Length: 3853
&amp;lt; 
&amp;lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;yes&quot;?&amp;gt;
&amp;lt;application xmlns=&quot;http://wadl.dev.java.net/2009/02&quot;&amp;gt;
    &amp;lt;doc xmlns:jersey=&quot;http://jersey.java.net/&quot; jersey:generatedBy=&quot;Jersey: 2.41 2023-10-20 08:17:02&quot;/&amp;gt;
    &amp;lt;grammars/&amp;gt;
    &amp;lt;resources base=&quot;http://localhost:8181/rests/&quot;&amp;gt;
        &amp;lt;resource path=&quot;data&quot;&amp;gt;
            &amp;lt;method id=&quot;dataXmlPATCH&quot; name=&quot;PATCH&quot;&amp;gt;
                &amp;lt;request&amp;gt;
                    &amp;lt;param xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot; name=&quot;javax.ws.rs.container.Suspended&quot; type=&quot;xs:string&quot;/&amp;gt;
                    &amp;lt;representation mediaType=&quot;application/yang-data+xml&quot;/&amp;gt;
                    &amp;lt;representation mediaType=&quot;application/xml&quot;/&amp;gt;
                    &amp;lt;representation mediaType=&quot;text/xml&quot;/&amp;gt;
                &amp;lt;/request&amp;gt;
            &amp;lt;/method&amp;gt;
            &amp;lt;method id=&quot;dataJsonPATCH&quot; name=&quot;PATCH&quot;&amp;gt;
                &amp;lt;request&amp;gt;
                    &amp;lt;param xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot; name=&quot;javax.ws.rs.container.Suspended&quot; type=&quot;xs:string&quot;/&amp;gt;
                    &amp;lt;representation mediaType=&quot;application/yang-data+json&quot;/&amp;gt;
                    &amp;lt;representation mediaType=&quot;application/json&quot;/&amp;gt;
                &amp;lt;/request&amp;gt;
            &amp;lt;/method&amp;gt;
            &amp;lt;method id=&quot;dataYangJsonPATCH&quot; name=&quot;PATCH&quot;&amp;gt;
                &amp;lt;request&amp;gt;
                    &amp;lt;param xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot; name=&quot;javax.ws.rs.container.Suspended&quot; type=&quot;xs:string&quot;/&amp;gt;
                    &amp;lt;representation mediaType=&quot;application/yang-patch+json&quot;/&amp;gt;
                &amp;lt;/request&amp;gt;
            &amp;lt;/method&amp;gt;
            &amp;lt;method id=&quot;dataYangXmlPATCH&quot; name=&quot;PATCH&quot;&amp;gt;
                &amp;lt;request&amp;gt;
                    &amp;lt;param xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot; name=&quot;javax.ws.rs.container.Suspended&quot; type=&quot;xs:string&quot;/&amp;gt;
                    &amp;lt;representation mediaType=&quot;application/yang-patch+xml&quot;/&amp;gt;
                &amp;lt;/request&amp;gt;
            &amp;lt;/method&amp;gt;
            &amp;lt;method id=&quot;postDataJSON&quot; name=&quot;POST&quot;&amp;gt;
                &amp;lt;request&amp;gt;
                    &amp;lt;param xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot; name=&quot;javax.ws.rs.container.Suspended&quot; type=&quot;xs:string&quot;/&amp;gt;
                    &amp;lt;representation mediaType=&quot;application/yang-data+json&quot;/&amp;gt;
                    &amp;lt;representation mediaType=&quot;application/json&quot;/&amp;gt;
                &amp;lt;/request&amp;gt;
            &amp;lt;/method&amp;gt;
            &amp;lt;method id=&quot;postDataXML&quot; name=&quot;POST&quot;&amp;gt;
                &amp;lt;request&amp;gt;
                    &amp;lt;param xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot; name=&quot;javax.ws.rs.container.Suspended&quot; type=&quot;xs:string&quot;/&amp;gt;
                    &amp;lt;representation mediaType=&quot;application/yang-data+xml&quot;/&amp;gt;
                    &amp;lt;representation mediaType=&quot;application/xml&quot;/&amp;gt;
                    &amp;lt;representation mediaType=&quot;text/xml&quot;/&amp;gt;
                &amp;lt;/request&amp;gt;
            &amp;lt;/method&amp;gt;
            &amp;lt;method id=&quot;dataJsonPUT&quot; name=&quot;PUT&quot;&amp;gt;
                &amp;lt;request&amp;gt;
                    &amp;lt;param xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot; name=&quot;javax.ws.rs.container.Suspended&quot; type=&quot;xs:string&quot;/&amp;gt;
                    &amp;lt;representation mediaType=&quot;application/yang-data+json&quot;/&amp;gt;
                    &amp;lt;representation mediaType=&quot;application/json&quot;/&amp;gt;
                &amp;lt;/request&amp;gt;
            &amp;lt;/method&amp;gt;
            &amp;lt;method id=&quot;dataXmlPUT&quot; name=&quot;PUT&quot;&amp;gt;
                &amp;lt;request&amp;gt;
                    &amp;lt;param xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot; name=&quot;javax.ws.rs.container.Suspended&quot; type=&quot;xs:string&quot;/&amp;gt;
                    &amp;lt;representation mediaType=&quot;application/yang-data+xml&quot;/&amp;gt;
                    &amp;lt;representation mediaType=&quot;application/xml&quot;/&amp;gt;
                    &amp;lt;representation mediaType=&quot;text/xml&quot;/&amp;gt;
                &amp;lt;/request&amp;gt;
            &amp;lt;/method&amp;gt;
            &amp;lt;method id=&quot;dataGET&quot; name=&quot;GET&quot;&amp;gt;
                &amp;lt;request&amp;gt;
                    &amp;lt;param xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot; name=&quot;javax.ws.rs.container.Suspended&quot; type=&quot;xs:string&quot;/&amp;gt;
                &amp;lt;/request&amp;gt;
            &amp;lt;/method&amp;gt;
        &amp;lt;/resource&amp;gt;
    &amp;lt;/resources&amp;gt;
&amp;lt;/application&amp;gt;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Provide @OPTIONS overrides for our top-level responses, so that we provide the required header and do not leak the WADL.&lt;/p&gt;</description>
                <environment></environment>
        <key id="37716">NETCONF-1210</key>
            <summary>RESTCONF OPTIONS on /data does not produce Accept-Patch</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="10003" iconUrl="https://jira.opendaylight.org/images/icons/status_generic.gif" description="">Confirmed</status>
                    <statusCategory id="2" key="new" colorName="blue-gray"/>
                                    <resolution id="-1">Unresolved</resolution>
                                        <assignee username="rovarga">Robert Varga</assignee>
                                    <reporter username="rovarga">Robert Varga</reporter>
                        <labels>
                            <label>pt</label>
                    </labels>
                <created>Wed, 6 Dec 2023 11:07:35 +0000</created>
                <updated>Wed, 6 Dec 2023 11:08:17 +0000</updated>
                                            <version>4.0.9</version>
                    <version>6.0.5</version>
                    <version>5.0.9</version>
                                    <fixVersion>7.0.0</fixVersion>
                                    <component>restconf-nb</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                    <issuelinks>
                            <issuelinktype id="10003">
                    <name>Relates</name>
                                            <outwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="34031">NETCONF-773</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <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|i046yn:</customfieldvalue>

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