Opened 9 years ago
Closed 9 years ago
#634 closed defect (fixed)
HTTP 404.14 error when selecting multiple features
Reported by: | zhanga | Owned by: | madair |
---|---|---|---|
Priority: | P2 | Milestone: | 2.3 |
Component: | MapGuide | Version: | 2.0 |
Severity: | Minor | Keywords: | |
Cc: | Browser: | All | |
External ID: | Operating System: | All | |
state: | New |
Description
This defect is of MapGuide flexible web layout.
Steps:
1.open a flexible web layout published from AIMS 2016 (e.g the sample sheboygan data) in Firefox
2.open firebug to monitor the html request
3.try to select multiple features in the map (e. g. more than 40 features)
4.in the firebug, there is one request getting 404 Not Found response
Attachments (1)
Change History (3)
by , 9 years ago
comment:1 by , 9 years ago
It is because Fusion.Lib.MGRequest.MGQueryMapFeatures2 has a parameter 'selText', which is too long when selecting multiple features. We have to use 'post' in this case.
comment:2 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
patch for ticket #634