[Geoserver-users] is this onlineResource (final &) parameter right?

hi,
I was wondering why does the OnlineResource parameter of Getcapabilities
appears with a final &...

http://myurl/geoserver/wms?SERVICE=WMS&

I think it should not be like this (?) and it disturbs some pieces of the
coding I'm working with.
This parameter is automatically created and can't change it from the webapp.
Maybe manually? or maybe it cannot or should not be changed?

thanks for all,
Pere
--
View this message in context: http://www.nabble.com/is-this-onlineResource-(final--)-parameter-right--tp17983890p17983890.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

pere roca wrote:

hi,
I was wondering why does the OnlineResource parameter of Getcapabilities
appears with a final &...

http://myurl/geoserver/wms?SERVICE=WMS&

I think it should not be like this (?) and it disturbs some pieces of the
coding I'm working with.

URL can end both with ? and &, MapServer does the same. Your code
should be able and handle both cases.
The MapServer documentation has an explicit reference to this issue:
http://mapserver.gis.umn.edu/docs/howto/wms_server/#more-about-the-online-resource-url

Cheers
Andrea