Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-779

Different http response in tasks-rs QS

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 7.0.0.DR9
    • 7.0.0.DR8
    • Quickstarts
    • None

      (1) In section "Create a Task" the response I get is:

      [nziakova@localhost tasks-rs]$ curl -i -u 'quickstartUser:quickstartPwd1!' -H "Content-Length: 0" -X POST http://localhost:8080/jboss-tasks-rs/tasks/task1
      HTTP/1.1 201 Created
      Expires: 0
      Cache-Control: no-cache, no-store, must-revalidate
      X-Powered-By: Undertow/1
      Server: WildFly/10
      Pragma: no-cache
      Location: http://localhost:8080/jboss-tasks-rs/tasks/1
      Date: Thu, 20 Aug 2015 12:25:18 GMT
      Connection: keep-alive
      Content-Length: 0
      

      (2) In section "Delete a Task" the response I get is:

      [nziakova@localhost tasks-rs]$ curl -i -u 'quickstartUser:quickstartPwd1!' -X DELETE http://localhost:8080/jboss-tasks-rs/tasks/1
      HTTP/1.1 204 No Content
      Expires: 0
      Cache-Control: no-cache, no-store, must-revalidate
      X-Powered-By: Undertow/1
      Server: WildFly/10
      Pragma: no-cache
      Date: Thu, 20 Aug 2015 12:42:50 GMT
      Connection: keep-alive
      Content-Length: 0
      
      • Server - please note that this field might change when JBEAP-762 is resolved
      • Date - we should use something more current instead of 2012

            sgilda_jira Sande Gilda (Inactive)
            nziakova@redhat.com Nikoleta Ziakova (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: