Opened 12 years ago

Closed 12 years ago

#461 closed enhancement (fixed)

WMSProxy and Layer - POST requests support

Reported by: adube Owned by: adube
Priority: major Milestone: 1.6.0
Component: server Version: trunk
Keywords: bis-1.6.0 Cc:

Description

Short Description

  • Add POST request support for WMS GetMap request in the WMSProxy.
  • Set a maximum number of characters for WMS layers created by the Layer widget

Explanation

OpenLayers.Layer.WMS object support setting a parameter to limit the number of character allowed in a GET request. Past that number, the request becomes POST.

MapServer already support reading WMS POST requests. We only need to support it in the WMSProxy as well.

Issue example

The ApplyFilter widget uses a SLD_BODY parameter in the WMS GetMap request to filter the map displayed. Its content can become quite long if the layer definition in the mapfile has many CLASS objects, thus resulting in too large requests.

Change History (1)

comment:1 by adube, 12 years ago

Resolution: fixed
Status: newclosed

Fixed in r1394.

Note: See TracTickets for help on using tickets.