Opened 9 years ago

Closed 8 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)

634.patch (1.0 KB ) - added by zhanga 9 years ago.
patch for ticket #634

Download all attachments as: .zip

Change History (3)

by zhanga, 9 years ago

Attachment: 634.patch added

patch for ticket #634

comment:1 by zhanga, 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 jng, 8 years ago

Resolution: fixed
Status: newclosed

Fixed trunk (r2920), 3.0 (r2933) and 2.6 (r2934)

Note: See TracTickets for help on using tickets.