Opened 15 years ago
Closed 15 years ago
#5083 closed enhancement (fixed)
[patch] Warning for characters < 0x20 in keys or values
Reported by: | bilbo | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core validator | Version: | latest |
Keywords: | patch | Cc: |
Description
In the patch I added check for characters with code lower than 0x20 in keys and values to Validator (these are newline, tab and other special characters).
On few occasions I've run into a newline character in the data, causing some trouble in Mapnik and other software, so I thought it would be useful to add check for these and similar cases.
Also, it fixes one bug which could end up with exception (checking for null value should be check for null key)
Attachments (1)
Change History (2)
by , 15 years ago
Attachment: | validator-patch.patch added |
---|
comment:1 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
In [o21540]. Not yet as binary, due to the previous role changes I did, which probably needs some more testing.
Check for characters <0x20 in validator