Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#2495 closed defect (fixed)

WMS error when SOS POST request passed

Reported by: tomkralidis Owned by: tomkralidis
Priority: normal Milestone: 5.2 release
Component: WMS Server Version: svn-trunk (development)
Severity: normal Keywords:
Cc: dmorissette

Description

When an SOS POST request is sent, msWMSDispatch throws error instead of returning MS_DONE and passing to the next *Dispatch function. This is because msWMSDispatch checks some parameters before testing the SERVICE parameter.

Change History (3)

comment:1 by tomkralidis, 16 years ago

Done in r7363. Tested in msautotest/wxs.

comment:2 by tomkralidis, 16 years ago

Resolution: fixed
Status: newclosed

comment:3 by dmorissette, 16 years ago

Cc: dmorissette added

See ticket #2737: the in r7363 to return right away in msWMSDispatch() if SERVICE is missing results in errors with WMS 1.0.0 and 1.1.1 clients since the SERVICE parameter is optional in those versions.

Note: See TracTickets for help on using tickets.