Opened 16 years ago
Closed 16 years ago
#144 closed defect (fixed)
Application definition paths containing '+' characters cause Fusion to fail
Reported by: | chrisclaydon | Owned by: | chrisclaydon |
---|---|---|---|
Priority: | P2 | Milestone: | 2.0 |
Component: | Widgets | Version: | 1.0.7 |
Severity: | Major | Keywords: | |
Cc: | Browser: | All | |
External ID: | 1079425 | Operating System: | All |
state: | Analysing |
Description
When an application definition is stored in a MapGuide repository with a path that contains a '+' character, Fusion fails.
Note:
See TracTickets
for help on using tickets.
(In [1624]) Closes #144 - Modified the parseQueryString function to convert '+' characters to spaces before URL decoding. This allows legitimate '+' characters to be passed in correctly.