Opened 8 years ago
Closed 8 years ago
#3147 closed defect (fixed)
d.wms entry in workspace file is not well formed
Reported by: | kuszinger | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 7.0.5 |
Component: | Default | Version: | svn-trunk |
Keywords: | workspace, xml | Cc: | |
CPU: | Unspecified | Platform: | Unspecified |
Description
Workspace file are XML files and standalone & character is bad. With strict xml parsers it raises error.
In URL parameter, & should be & or ѐ
workspace file exmaple line:
[...] <parameter name="url"> <value>http://irs.gis-lab.info/?layers=landsat&</value> </parameter> [...]
xml parser error example:
xml.parsers.expat.ExpatError: not well-formed (invalid token)
Change History (5)
comment:1 by , 8 years ago
Milestone: | 7.4.0 → 7.2.0 |
---|
comment:2 by , 8 years ago
comment:5 by , 8 years ago
Milestone: | 7.2.0 → 7.0.5 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
In 69445: