Opened 22 years ago

Closed 21 years ago

#129 closed defect (fixed)

[WMS] Wrong format for keywords in V1.0.0 getCapabilities

Reported by: dmorissette Owned by: dmorissette
Priority: high Milestone:
Component: WMS Server Version: 4.0
Severity: normal Keywords:
Cc:

Description

"Low, Brian" wrote:
> 
> We have a question concerning the getCapability version 1.0.0 for UMN that
> you implemented.  It seems to return key <KeywordList><Keyword> ....
> </Keyword></KeywordList>  This looks like the version 1.1.0.  Is this the
> same for version 1.0.0?
> 


Hi Brian,

I never noticed that there was a difference in the spec with respect to
the way keywords are handled until you pointed it... so you are right,
MapServer always returns the 1.1.0 format no matter which VERSION you
specify.

After checking the various versions of the specs, it seems that in
v1.0.0, the tag used to be called <Keywords>, and starting with v1.0.7
they switched to <KeywordList><Keyword>...</Keyword></KeywordList>

...

Change History (3)

comment:1 by dmorissette, 21 years ago

Version: 3.63.7

comment:2 by dmorissette, 21 years ago

Cc: assefa@… added

comment:3 by dmorissette, 21 years ago

Resolution: fixed
Status: newclosed
Fixed in 4.0 CVS.  For the record, V1.0.6 also uses <KeywordList><Keyword>, so
only V1.0.0 seems to be using <Keywords>
Note: See TracTickets for help on using tickets.