Opened 3 years ago
Closed 13 months ago
#1095 closed defect (fixed)
WKTReader ignores extra characters after end of geometry
Reported by: | dbaston | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 3.9.3 |
Component: | Default | Version: | 3.9.0 |
Severity: | Unassigned | Keywords: | |
Cc: |
Description
This allows a typo like
GEOMETRYCOLLECTION(POINT (0 1)), POINT (1 1)
To be read without error as
GEOMETRYCOLLECTION(POINT (0 1))
Change History (4)
comment:1 by , 3 years ago
comment:2 by , 3 years ago
Milestone: | 3.9.1 → 3.9.2 |
---|
comment:3 by , 23 months ago
Milestone: | 3.9.2 → 3.9.3 |
---|
comment:4 by , 13 months ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed in main
with de17e6fb6ba645622d1edc798d5bc77fdfe4189a/git
Note:
See TracTickets
for help on using tickets.
So fix is to complain about any trailing non-whitespace, presumably.