Opened 13 years ago

Closed 13 years ago

#3909 closed defect (fixed)

Multiple values WMS time request broken in MS 6.0 on Postgis layers

Reported by: rouault Owned by: mapserverbugs
Priority: normal Milestone: 6.0.1 release
Component: WMS Server Version: 6.0
Severity: normal Keywords:
Cc:

Description

The following request is broken in MS 6.0 because of a missing quote character when building the SQL expression.

REQUEST_METHOD=GET QUERY_STRING="map=pg.map&SERVICE=WMS&VERSION=1.1.0&REQUEST=GetMap&LAYERS=world&WIDTH=512&HEIGHT=256&SRS=EPSG:4326&BBOX=-180,-90,180,90&FORMAT=png&Time=2004-10-16/2004-10-17"

Change History (1)

comment:1 by rouault, 13 years ago

Resolution: fixed
Status: newclosed

Fixed in trunk (r11777) and in branch-6-0 (r11778)

Note: See TracTickets for help on using tickets.