]> Cypherpunks repositories - gostls13.git/commit
Revert "encoding/xml: fix reserved namespace check to be case-insensitive"
authorIan Lance Taylor <iant@golang.org>
Fri, 26 Jun 2020 18:29:34 +0000 (18:29 +0000)
committerIan Lance Taylor <iant@golang.org>
Mon, 29 Jun 2020 21:33:02 +0000 (21:33 +0000)
commit2ca0f5a1e2e637cd15b50f3c625cbb8d169575ab
treec3c14d01c63a6387c3ad8bdf31dc0f683eaa0ce9
parentdb85615bfd7502206708b799e4aa73bf707ebafa
Revert "encoding/xml: fix reserved namespace check to be case-insensitive"

This reverts CL 203417.

Reason for revert: This change changes uses of tags like "XMLSchema-instance" without any recourse.

For #35151
Fixes #39876

Change-Id: I4c85c8267a46b3748664b5078794dafffb42aa26
Reviewed-on: https://go-review.googlesource.com/c/go/+/240179
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Emmanuel Odeke <emm.odeke@gmail.com>
Reviewed-by: Andrew Bonventre <andybons@golang.org>
src/encoding/xml/marshal.go
src/encoding/xml/marshal_test.go