wadl: has status attribute on <representation> rather than <response>

Bug #2039805 reported by Jelmer Vernooij
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Launchpad itself
New
Undecided
Unassigned

Bug Description

the launchpad wadl has:

  <!--Finally, describe the 'hosted binary file' type...-->
  <wadl:resource_type id="HostedFile">
    <wadl:method name="GET" id="HostedFile-get">
      <wadl:response>
        <wadl:representation status="303">
          <wadl:param style="header" name="Location"/>
        </wadl:representation>
      </wadl:response>
    </wadl:method>
    <wadl:method name="PUT" id="HostedFile-put"/>
    <wadl:method name="DELETE" id="HostedFile-delete"/>
  </wadl:resource_type>

However, the status attribute is meant to be set on <response/> rather than <representation/>: https://www.w3.org/submissions/wadl/#x3-200002.10

Tags: wadl
Jelmer Vernooij (jelmer)
tags: added: wadl
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.