aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2020-06-05 13:51:17 -0400
committerRuss Cox <rsc@golang.org>2020-06-10 01:31:35 +0000
commitb9332ed31aa4c2b73134a1b968761fc4c259ccac (patch)
treed7a6adfb9dd3fe960231ebc4bb97eade16f6b5ad /doc
parent7b872b6d955d3e749ea62dbfced68ab5c61eae91 (diff)
downloadgo-b9332ed31aa4c2b73134a1b968761fc4c259ccac.tar.gz
go-b9332ed31aa4c2b73134a1b968761fc4c259ccac.zip
doc: document encoding/xml change in CL 203417
Change-Id: Ibc0228f166f449ec28d813f33bdb550fe7ba2b3e Reviewed-on: https://go-review.googlesource.com/c/go/+/236739 Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/go1.15.html10
1 files changed, 8 insertions, 2 deletions
diff --git a/doc/go1.15.html b/doc/go1.15.html
index ffe9d26dc7..dd25b27c5f 100644
--- a/doc/go1.15.html
+++ b/doc/go1.15.html
@@ -478,7 +478,7 @@ Do not send CLs removing the interior tags from such phrases.
<a href="/pkg/crypto/tls/#ClientAuthType"><code>ClientAuthType</code></a>
now implement <a href="/pkg/fmt/#Stringer"><code>fmt.Stringer</code></a>.
</p>
-
+
<p><!-- CL 236737 -->
The <a href="/pkg/crypto/tls/#ConnectionState"><code>ConnectionState</code></a>
fields <code>OCSPResponse</code> and <code>SignedCertificateTimestamps</code>
@@ -569,7 +569,13 @@ Do not send CLs removing the interior tags from such phrases.
<dl id="encoding/xml"><dt><a href="/pkg/encoding/xml/">encoding/xml</a></dt>
<dd>
<p><!-- CL 203417 -->
- TODO: <a href="https://golang.org/cl/203417">https://golang.org/cl/203417</a>: fix reserved namespace check to be case-insensitive
+ The encoder has always taken care to avoid using namespace prefixes beginning with
+ <code>xml</code>,
+ which are reserved by the XML specification.
+ Now, following the specification more closely,
+ that check is case-insensitive, so that prefixes beginning with
+ <code>XML</code>, <code>XmL</code>,
+ and so on are also avoided.
</p>
</dd>
</dl><!-- encoding/xml -->