MapServer / MapServer-import

3 stars 2 forks source link

[MapServer-WMS]No error is returned when the "wms_timeextent" parameter contains incorrect number of digits #964

Open tbonfort opened 12 years ago

tbonfort commented 12 years ago

Reporter: nsavard@mapgears.com Date: 2004/10/15 - 15:51

When a the "wms_timeextent" parameter is set in a map file to a time interval
that contains incorrect number of digits for time measures (YYYY or MM or SS or
HH or MM or SS) and a GetMap request is issued to this server, map is output and
NO error is returned.

Fedora Core 2

Example of a request:
http://server/cgi-bin/mapserv_43?map=/path/to/time_test/htdocs/wms_time.map&
request=GetMap&Version=1.1.1&LAYERS=time&Time=2004-01-01%2015:10:00

Corresponding metadata in map file:

  METADATA
    "DESCRIPTION" "time"
    "wms_title" "time"
    "wms_timeitem"  "TIME"
    "wms_timeextent"  "200324-01-01/2004-0232-01"   
    "wms_timedefault"  "2004-01-01 14:10:00"
  END
tbonfort commented 12 years ago

Author: assefa Date: 2004/10/18 - 16:27

Norm,

 I put this bug as a duplicate of bug 961 because the issue is the same : 
timeextent validation.

*** This bug has been marked as a duplicate of 961 ***