Skip to content

Commit 22d18f5

Browse files
committed
Fix ticket adamlaska#156. Adding a number of missing image files, and changing all <image src='...'/> tags to use local images.
- Legacy-Id: 761
1 parent 879caac commit 22d18f5

27 files changed

Lines changed: 86 additions & 86 deletions

ietf/ipr/search.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def search(request, type="", q="", id=""):
8484
if q:
8585
# normalize the draft name.
8686
q = q.strip()
87-
q = re.sub("\.txt$","",q)
87+
q = re.sub("\.txt$","")
8888
q = re.sub("-\d\d$","",q)
8989
start = InternetDraft.objects.filter(filename__contains=q)
9090
if id:

ietf/ipr/testurl.list

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
# -*- conf-mode -*-
2-
200 /ipr/ https://datatracker.ietf.org/public/ipr_list.cgi
3-
200 /ipr/ipr-657/ https://datatracker.ietf.org/public/ipr_detail_show.cgi?&ipr_id=657 # Generic disclosure
4-
200 /ipr/ipr-834/ https://datatracker.ietf.org/public/ipr_detail_show.cgi?&ipr_id=834 # Specific disclosure
5-
200 /ipr/ipr-795/ https://datatracker.ietf.org/public/ipr_detail_show.cgi?&ipr_id=795 # Third-party disclosure
6-
200 /ipr/new-generic/ https://datatracker.ietf.org/public/ipr_generic.cgi
7-
200 /ipr/new-specific/ https://datatracker.ietf.org/public/ipr.cgi
8-
200 /ipr/new-third-party/ https://datatracker.ietf.org/public/ipr_notify.cgi
9-
200 /ipr/update/ https://datatracker.ietf.org/public/ipr_update_list.cgi
2+
200 /ipr/ https://datatracker.ietf.org/public/ipr_list.cgi
3+
200 /ipr/ipr-657/ https://datatracker.ietf.org/public/ipr_detail_show.cgi?&ipr_id=657 # Generic disclosure
4+
200 /ipr/ipr-834/ https://datatracker.ietf.org/public/ipr_detail_show.cgi?&ipr_id=834 # Specific disclosure
5+
200 /ipr/ipr-795/ https://datatracker.ietf.org/public/ipr_detail_show.cgi?&ipr_id=795 # Third-party disclosure
6+
200 /ipr/new-generic/ https://datatracker.ietf.org/public/ipr_generic.cgi
7+
200 /ipr/new-specific/ https://datatracker.ietf.org/public/ipr.cgi
8+
200 /ipr/new-third-party/ https://datatracker.ietf.org/public/ipr_notify.cgi
9+
200 /ipr/update/ https://datatracker.ietf.org/public/ipr_update_list.cgi
1010

11-
200 /ipr/update/657/ https://datatracker.ietf.org/public/ipr_generic.cgi?command=update_ipr&ipr_id=657
11+
200 /ipr/update/657/ https://datatracker.ietf.org/public/ipr_generic.cgi?command=update_ipr&ipr_id=657
1212

13-
200 /ipr/search/ https://datatracker.ietf.org/public/ipr_search.cgi
14-
302 /ipr/search/?option=document_search # incomplete argument set gives redirect
13+
200 /ipr/search/ https://datatracker.ietf.org/public/ipr_search.cgi
14+
302 /ipr/search/?option=document_search # incomplete argument set gives redirect
1515

16-
200 /ipr/search/?document_search=mod&option=document_search https://datatracker.ietf.org/public/ipr_search.cgi?option=document_search&document_search=mod
16+
200 /ipr/search/?document_search=mod&option=document_search https://datatracker.ietf.org/public/ipr_search.cgi?option=document_search&document_search=mod
1717
200,sort /ipr/search/?id_document_tag=2220&option=document_search https://datatracker.ietf.org/public/ipr_search.cgi?option=document_search&id_document_tag=2220
18-
200 /ipr/search/?option=document_search&document_search=draft-housley-tls-authz-extns-05 https://datatracker.ietf.org/ipr/search/?option=document_search&document_search=draft-housley-tls-authz-extns
19-
200 /ipr/search/?option=document_search&document_search=draft-housley-tls-authz-extns-05.txt https://datatracker.ietf.org/ipr/search/?option=document_search&document_search=draft-housley-tls-authz-extns
18+
200,skipredirect /ipr/search/?option=document_search&document_search=draft-housley-tls-authz-extns-05 https://datatracker.ietf.org/ipr/search/?option=document_search&document_search=draft-housley-tls-authz-extns
19+
200,skipredirect /ipr/search/?option=document_search&document_search=draft-housley-tls-authz-extns-05.txt https://datatracker.ietf.org/ipr/search/?option=document_search&document_search=draft-housley-tls-authz-extns
2020

2121
# This takes ~ 300s:
22-
#200,sort /ipr/search/?rfc_search=1034&option=rfc_search https://datatracker.ietf.org/public/ipr_search.cgi?option=rfc_search&rfc_search=1034 # Loong result, RFC search
23-
200,sort /ipr/search/?rfc_search=1032&option=rfc_search https://datatracker.ietf.org/public/ipr_search.cgi?option=rfc_search&rfc_search=1032 # Loong result, RFC search
24-
200 /ipr/search/?rfc_search=4444&option=rfc_search https://datatracker.ietf.org/public/ipr_search.cgi?option=rfc_search&rfc_search=4444 # Empty result, RFC search
22+
#200,sort /ipr/search/?rfc_search=1034&option=rfc_search https://datatracker.ietf.org/public/ipr_search.cgi?option=rfc_search&rfc_search=1034 # Loong result, RFC search
23+
200,sort /ipr/search/?rfc_search=1032&option=rfc_search https://datatracker.ietf.org/public/ipr_search.cgi?option=rfc_search&rfc_search=1032 # Loong result, RFC search
24+
200 /ipr/search/?rfc_search=4444&option=rfc_search https://datatracker.ietf.org/public/ipr_search.cgi?option=rfc_search&rfc_search=4444 # Empty result, RFC search
2525

26-
200 /ipr/search/?patent_search=nortel&option=patent_search https://datatracker.ietf.org/public/ipr_search.cgi?option=patent_search&patent_search=nortel
27-
200 /ipr/search/?patent_search=nortelxz&option=patent_search https://datatracker.ietf.org/public/ipr_search.cgi?option=patent_search&patent_search=nortelxz # Empty result
26+
200 /ipr/search/?patent_search=nortel&option=patent_search https://datatracker.ietf.org/public/ipr_search.cgi?option=patent_search&patent_search=nortel
27+
200 /ipr/search/?patent_search=nortelxz&option=patent_search https://datatracker.ietf.org/public/ipr_search.cgi?option=patent_search&patent_search=nortelxz # Empty result
2828

2929
200,sort,ignore:quote /ipr/search/?wg_search=dnsext&option=wg_search https://datatracker.ietf.org/public/ipr_search.cgi?option=wg_search&wg_search=dnsext
3030
#200,sort,ignore:quote /ipr/search/?wg_search=aaa&option=wg_search https://datatracker.ietf.org/public/ipr_search.cgi?option=wg_search&wg_search=aaa # FIXME This fails, needs revisiting
@@ -33,17 +33,17 @@
3333
200,sort,ignore:quote /ipr/search/?option=title_search&title_search=AAA https://datatracker.ietf.org/public/ipr_search.cgi?option=title_search&title_search=AAA
3434
200,sort,ignore:quote /ipr/search/?option=title_search&title_search=AAAxz https://datatracker.ietf.org/public/ipr_search.cgi?option=title_search&title_search=AAAxz # Empty result
3535

36-
200,sort /ipr/search/?patent_info_search=123&option=patent_info_search https://datatracker.ietf.org/public/ipr_search.cgi?option=patent_info_search&patent_info_search=123
37-
200,sort /ipr/search/?patent_info_search=31415&option=patent_info_search https://datatracker.ietf.org/public/ipr_search.cgi?option=patent_info_search&patent_info_search=31415 # Empty result
36+
200,sort /ipr/search/?patent_info_search=123&option=patent_info_search https://datatracker.ietf.org/public/ipr_search.cgi?option=patent_info_search&patent_info_search=123
37+
200,sort /ipr/search/?patent_info_search=31415&option=patent_info_search https://datatracker.ietf.org/public/ipr_search.cgi?option=patent_info_search&patent_info_search=31415 # Empty result
3838

39-
200 /ipr/search/?patent_info_search=12&option=patent_info_search https://datatracker.ietf.org/public/ipr_search.cgi?option=patent_info_search&patent_info_search=12 # Error: at least 3 characters
40-
200 /ipr/search/?patent_info_search=abc&option=patent_info_search https://datatracker.ietf.org/public/ipr_search.cgi?option=patent_info_search&patent_info_search=abc # Error: at least 1 digit
39+
200 /ipr/search/?patent_info_search=12&option=patent_info_search https://datatracker.ietf.org/public/ipr_search.cgi?option=patent_info_search&patent_info_search=12 # Error: at least 3 characters
40+
200 /ipr/search/?patent_info_search=abc&option=patent_info_search https://datatracker.ietf.org/public/ipr_search.cgi?option=patent_info_search&patent_info_search=abc # Error: at least 1 digit
4141

42-
200 /ipr/search/?option=ipr_title_search&ipr_title_search=nortel https://datatracker.ietf.org/public/ipr_search.cgi?option=ipr_title_search&ipr_title_search=nortel
43-
200 /ipr/search/?option=ipr_title_search&ipr_title_search=nortelxz https://datatracker.ietf.org/public/ipr_search.cgi?option=ipr_title_search&ipr_title_search=nortelxz # Empty result
42+
200 /ipr/search/?option=ipr_title_search&ipr_title_search=nortel https://datatracker.ietf.org/public/ipr_search.cgi?option=ipr_title_search&ipr_title_search=nortel
43+
200 /ipr/search/?option=ipr_title_search&ipr_title_search=nortelxz https://datatracker.ietf.org/public/ipr_search.cgi?option=ipr_title_search&ipr_title_search=nortelxz # Empty result
4444

4545

46-
200 /ipr/about/ https://datatracker.ietf.org/public/ipr_disclosure.cgi
47-
200 /ipr/2006/
48-
200 /ipr/2006/feb/
49-
200 /ipr/by-date/
46+
200 /ipr/about/ https://datatracker.ietf.org/public/ipr_disclosure.cgi
47+
200 /ipr/2006/
48+
200 /ipr/2006/feb/
49+
200 /ipr/by-date/

ietf/templates/404.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44

55
{% block content %}
66
<center>
7-
<img src="http://www.ietf.org/images/ietflogo2e.gif" height="160" width="280">
7+
<img src="/images/ietflogo2e.gif" height="160" width="280">
88
<br clear=all>
99

1010
<center><h1>The Internet Engineering Task Force</h1></center>
1111
<table border=0 cellspacing=5 cellpadding=5>
1212

1313
<br>
1414
<font size = 3>
15-
<center><img alt="" src="http://www.ietf.org/images/blue-line.jpg"></center>
15+
<center><img alt="" src="/images/blue-line.jpg"></center>
1616
<br clear=all>
1717
<h3>The page you are looking for cannot be found.</h3><br>
1818
If it is an Internet-Draft, the version may have expired.<br>
@@ -23,14 +23,14 @@ <h3>The page you are looking for cannot be found.</h3><br>
2323
For other Web page issues, please contact <a href="mailto:webmaster@ietf.org">webmaster@ietf.org</a>. <br>
2424
<br>
2525
<font size = 3>
26-
<center><img alt="Blue Line" src="http://www.ietf.org/images/blue-line.jpg"></center>
26+
<center><img alt="Blue Line" src="/images/blue-line.jpg"></center>
2727
<br clear=all>
28-
The IETF is an organized activity of the <a href="http://www.isoc.org"><img alt="ISOC" src="http://www.ietf.org/images/isoc-small.gif" hspace="3" border="0"></A>
28+
The IETF is an organized activity of the <a href="http://www.isoc.org"><img alt="ISOC" src="/images/isoc-small.gif" hspace="3" border="0"></A>
2929

3030
<br>
3131

3232
<hr>
33-
<i>The <A HREF="/secretariat.html">IETF Secretariat</A> is hosted by the NeuStar Secretariat Services, a wholly owned subsidiary of <a href="http://www.neustar.biz/"><img src="http://www.ietf.org/images/NS_logo_100px.gif" alt="NeuStar Logo" border="0">
33+
<i>The <A HREF="/secretariat.html">IETF Secretariat</A> is hosted by the NeuStar Secretariat Services, a wholly owned subsidiary of <a href="http://www.neustar.biz/"><img src="/images/NS_logo_100px.gif" alt="NeuStar Logo" border="0">
3434

3535
</i>
3636
{% endblock %}

ietf/templates/500.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44

55
{% block content %}
66
<center>
7-
<img src="http://www.ietf.org/images/ietflogo2e.gif" height="80" width="140">
7+
<img src="/images/ietflogo2e.gif" height="80" width="140">
88
<br clear=all>
99

1010
<h2>The Internet Engineering Task Force</h2>
1111
<table border=0 cellspacing=5 cellpadding=5>
1212

1313
<br>
14-
<center><img alt="" src="http://www.ietf.org/images/blue-line.jpg"></center>
14+
<center><img alt="" src="/images/blue-line.jpg"></center>
1515
<br clear=all>
1616
<h1>Error 500</h1>
1717
<h2>Internal Server Error</h2>
@@ -20,14 +20,14 @@ <h2>Internal Server Error</h2>
2020
Please contact <a href="mailto:webtools@ietf.org">webtools@ietf.org</a>. <br>
2121
<br>
2222
<!--
23-
<center><img alt="Blue Line" src="http://www.ietf.org/images/blue-line.jpg"></center>
23+
<center><img alt="Blue Line" src="/images/blue-line.jpg"></center>
2424
<br clear=all>
25-
The IETF is an organized activity of the <a href="http://www.isoc.org"><img alt="ISOC" src="http://www.ietf.org/images/isoc-small.gif" hspace="3" border="0"></A>
25+
The IETF is an organized activity of the <a href="http://www.isoc.org"><img alt="ISOC" src="/images/isoc-small.gif" hspace="3" border="0"></A>
2626
2727
<br>
2828
2929
<hr>
30-
<i>The <A HREF="/secretariat.html">IETF Secretariat</A> is hosted by the NeuStar Secretariat Services, a wholly owned subsidiary of <a href="http://www.neustar.biz/"><img src="http://www.ietf.org/images/NS_logo_100px.gif" alt="NeuStar Logo" border="0"/></a></i>
30+
<i>The <A HREF="/secretariat.html">IETF Secretariat</A> is hosted by the NeuStar Secretariat Services, a wholly owned subsidiary of <a href="http://www.neustar.biz/"><img src="/images/NS_logo_100px.gif" alt="NeuStar Logo" border="0"/></a></i>
3131
-->
3232
{% endblock %}
3333

ietf/templates/base-new.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
<div id="leftmenu">
1616
<div class="menulogo">
17-
<img class="menulogo" src="http://www1.tools.ietf.org/images/ietflogo2i.png" alt="IETF logo" />
17+
<img class="menulogo" src="/images/ietflogo2i.png" alt="IETF logo" />
1818
</div>
1919
<ul>
2020
<li><a title="About the Internet Engineering Task Force">About the IETF</a>

ietf/templates/base.html

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,18 @@
2424
<center>
2525
<table border=0 cellpadding=0 cellspacing=0>
2626
<tr>
27-
<td><a href="http://www.ietf.org/home.html"><img src="https://www1.ietf.org/images/header/ietflogo_sm.gif" border="0" /></a></td>
28-
<td><a href="http://www.ietf.org/home.html"><img src="https://www1.ietf.org/images/header/home11.gif" border="0" /></a></td>
29-
<td><img src="https://www1.ietf.org/images/header/separator.gif" border="0" /></td>
30-
<td><a href="http://www.ietf.org/html.charters/wg-dir.html"><img src="https://www1.ietf.org/images/header/wg11.gif" border="0" /></a></td>
31-
<td><img src="https://www1.ietf.org/images/header/separator.gif" border="0" /></td>
32-
<td><a href="http://www.ietf.org/meetings/meetings.html"><img src="https://www1.ietf.org/images/header/meetings11.gif" border="0" /></a></td>
33-
<td><img src="https://www1.ietf.org/images/header/separator.gif" border="0" /></td>
34-
<td><a href="http://www.ietf.org/proceedings_directory.html"><img src="https://www1.ietf.org/images/header/proceed11.gif" border="0" /></a></td>
35-
<td><img src="https://www1.ietf.org/images/header/separator.gif" border="0" /></td>
36-
<td><a href="{% url ietf.idindex.views.search %}"><img src="https://www1.ietf.org/images/header/id-index11.gif" border="0" /></a></td>
37-
<td><img src="https://www1.ietf.org/images/header/separator.gif" border="0" /></td>
38-
<td><a href="http://www.ietf.org/rfc.html"><img src="https://www1.ietf.org/images/header/rfc11.gif" border="0" /></a></td>
27+
<td><a href="http://www.ietf.org/home.html"><img src="/images/header/ietflogo_sm.gif" border="0" /></a></td>
28+
<td><a href="http://www.ietf.org/home.html"><img src="/images/header/home11.gif" border="0" /></a></td>
29+
<td><img src="/images/header/separator.gif" border="0" /></td>
30+
<td><a href="http://www.ietf.org/html.charters/wg-dir.html"><img src="/images/header/wg11.gif" border="0" /></a></td>
31+
<td><img src="/images/header/separator.gif" border="0" /></td>
32+
<td><a href="http://www.ietf.org/meetings/meetings.html"><img src="/images/header/meetings11.gif" border="0" /></a></td>
33+
<td><img src="/images/header/separator.gif" border="0" /></td>
34+
<td><a href="http://www.ietf.org/proceedings_directory.html"><img src="/images/header/proceed11.gif" border="0" /></a></td>
35+
<td><img src="/images/header/separator.gif" border="0" /></td>
36+
<td><a href="{% url ietf.idindex.views.search %}"><img src="/images/header/id-index11.gif" border="0" /></a></td>
37+
<td><img src="/images/header/separator.gif" border="0" /></td>
38+
<td><a href="http://www.ietf.org/rfc.html"><img src="/images/header/rfc11.gif" border="0" /></a></td>
3939
</tr>
4040
</table>
4141
</center>

ietf/templates/idtracker/idtracker_search.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<center>
2626
{% if searching %}
2727
{% else %}
28-
<img src="https://www.ietf.org/images/ietflogo2e.gif" border=0><br>
28+
<img src="/images/ietflogo2e.gif" border=0><br>
2929
<h1>IETF I-D TRACKER</h1>
3030
{% endif %}
3131

ietf/templates/ipr/details.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -108,15 +108,15 @@ <h3>{{ ipr.title }}</h3>
108108
There are 3 different IPR disclosures that can be made:
109109
</p>
110110
<p>
111-
<img src="http://www.ietf.org/images/blue.gif" hspace="3" border="0" />
111+
<img src="/images/blue.gif" hspace="3" border="0" />
112112
"Specific": <a href="{% url ietf.ipr.views.new_specific %}">A disclosure about your IPR related to a specific IETF contribution</a>
113113
</p>
114114
<p>
115-
<img src="http://www.ietf.org/images/blue.gif" hspace="3" border="0" />
115+
<img src="/images/blue.gif" hspace="3" border="0" />
116116
"Generic": <a href="{% url ietf.ipr.views.new_generic %}">An IPR disclosure about your IPR that is not related to a specific IETF contribution</a>
117117
</p>
118118
<p>
119-
<img src="http://www.ietf.org/images/blue.gif" hspace="3" border="0" />
119+
<img src="/images/blue.gif" hspace="3" border="0" />
120120
"Third-Party": <a href="{% url ietf.ipr.views.new_thirdpty %}">Notify the IETF of IPR other than your own which you believe may be related to a specific IETF contribution</a>
121121
</p>
122122
{% endif %}
@@ -564,8 +564,8 @@ <h4 class="ipr">The Patent Disclosure and Licensing Declaration Template for {{
564564
</form>
565565
<blockquote>
566566
<hr>
567-
<img src="http://www.ietf.org/images/blue.gif" hspace="3" border="0"><a href="./ipr_disclosure.cgi">IPR Disclosure Page</a><br>
568-
<img src="http://www.ietf.org/images/blue.gif" hspace="3" border="0"><a href="./ipr_list.cgi">View IPR Disclosures</a><br><br>
567+
<img src="/images/blue.gif" hspace="3" border="0"><a href="./ipr_disclosure.cgi">IPR Disclosure Page</a><br>
568+
<img src="/images/blue.gif" hspace="3" border="0"><a href="./ipr_list.cgi">View IPR Disclosures</a><br><br>
569569
</blockquote>
570570
{% endif %}
571571

ietf/templates/ipr/disclosure.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
{% block title %}IPR Disclosure Page{% endblock %}
44
{% block content %}
55
<center>
6-
<img src="http://www.ietf.org/images/ietflogo2e.gif" height="160" width="280">
6+
<img src="/images/ietflogo2e.gif" height="160" width="280">
77
</center>
88
<div>
99
<center>
10-
<img src="http://www.ietf.org/images/ipr_header.gif" >
10+
<img src="/images/ipr_header.gif" >
1111
</center>
1212
<p>
1313
This page provides a mechanism for filing Disclosures about intellectual property rights
@@ -25,17 +25,17 @@
2525
<p />
2626
<hr>
2727
<p>
28-
<a href="{% url ietf.ipr.new.new "specific" %}"><img src="http://www.ietf.org/images/blue.gif" hspace="3" border="0">File a disclosure about your IPR related to a specific IETF contribution</a>
28+
<a href="{% url ietf.ipr.new.new "specific" %}"><img src="/images/blue.gif" hspace="3" border="0">File a disclosure about your IPR related to a specific IETF contribution</a>
2929
</p>
30-
<p><a href="{% url ietf.ipr.new.new "generic" %}"><img src="http://www.ietf.org/images/blue.gif" hspace="3" border="0">File an IPR disclosure that is not related to a specific IETF contribution</a>
30+
<p><a href="{% url ietf.ipr.new.new "generic" %}"><img src="/images/blue.gif" hspace="3" border="0">File an IPR disclosure that is not related to a specific IETF contribution</a>
3131
</p>
32-
<p><a href="{% url ietf.ipr.new.new "third-party" %}"><img src="http://www.ietf.org/images/blue.gif" hspace="3" border="0">Notify the IETF of IPR other than your own</a>
32+
<p><a href="{% url ietf.ipr.new.new "third-party" %}"><img src="/images/blue.gif" hspace="3" border="0">Notify the IETF of IPR other than your own</a>
3333
</p>
34-
<p><a href="{% url ietf.ipr.views.updatelist %}"><img src="http://www.ietf.org/images/blue.gif" hspace="3" border="0">Update an existing IPR disclosure</a>
34+
<p><a href="{% url ietf.ipr.views.updatelist %}"><img src="/images/blue.gif" hspace="3" border="0">Update an existing IPR disclosure</a>
3535
</p>
36-
<p><a href="{% url ietf.ipr.search.search %}"><img src="http://www.ietf.org/images/blue.gif" hspace="3" border="0">Search the IPR disclosures</a>
36+
<p><a href="{% url ietf.ipr.search.search %}"><img src="/images/blue.gif" hspace="3" border="0">Search the IPR disclosures</a>
3737
</p>
38-
<p><a href="{% url ietf.ipr.views.showlist %}"><img src="http://www.ietf.org/images/blue.gif" hspace="3" border="0">List of IPR disclosures</a><p>
38+
<p><a href="{% url ietf.ipr.views.showlist %}"><img src="/images/blue.gif" hspace="3" border="0">List of IPR disclosures</a><p>
3939
</p>
4040
<hr>
4141
<p>To remove an IPR disclosure from the list, please contact the IETF Secretariat at <a href="mailto:ietf-ipr@ietf.org">ietf-ipr@ietf.org</a>.

0 commit comments

Comments
 (0)