aipescience / daiquiri

A framework for the publication of scientific databases
GNU Affero General Public License v3.0
8 stars 2 forks source link

UWS endpoint should set version #26

Closed adrpar closed 8 years ago

adrpar commented 9 years ago

UWS endpoint should include the version of the UWS protocol in the root tag: Current:

<uws:jobs xmlns:uws="http://www.ivoa.net/xml/UWS/v1.0" xmlns:xlink="http://www.w3.org/1999/xlink">

should be:

<uws:jobs version="1.0" xmlns:uws="http://www.ivoa.net/xml/UWS/v1.0" xmlns:xlink="http://www.w3.org/1999/xlink">
kristinriebe commented 8 years ago

Included now in uws_1_1 branch.