Commit 86aa4ce
Disallow control characters in name fields
Earlier versions of the spec put no limits on name fields, but
indicate that names should be usable as identifiers on storage
backends. Control characers obviously conflict with this purpose,
so specify that they're prohibitted, while making it clear that
all other valid Unicode strings are allowed.
Fixes #2671 parent 14a3392 commit 86aa4ce
3 files changed
+98
-74
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
192 | 196 | | |
193 | 197 | | |
194 | 198 | | |
| |||
791 | 795 | | |
792 | 796 | | |
793 | 797 | | |
| 798 | + | |
| 799 | + | |
| 800 | + | |
| 801 | + | |
794 | 802 | | |
795 | 803 | | |
796 | 804 | | |
| |||
0 commit comments