Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
I
iotivity-classic
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3,289
    • Issues 3,289
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • IoTivity
  • iotivity-classic
  • Issues
  • #90

Closed
Open
Opened Apr 05, 2016 by Rami Alshafi@ramiOwner

[RI] Core resources("/oic/res", "/oic/d", "/oic/p") does not response with error Code when PUT/POST/DELETE request is sent

[Procedure]

  1. Create any resource using Iotivity(e.g. simpleserver)

  2. Start a client, and perform multicast resource discovery

  3. "/oic/d" & "/oic/p" resources will list up along with other vendor resources.

  4. Make a payload and send a POST request to "/oic/d"

  5. Make a payload and send a PUT request to "/oic/d"

  6. Make a payload and send a DELETE request to "/oic/d"

  7. Repeat steps 4-6 for "/oic/p" & "/oic/res" resources
    [Expectation]

  8. For all 3 resources, at step 4, 5 & 6 server should return 4.03(Bad Request) or 4.01(Unauthorized)

  9. The representation should not change at step 4 & 5, and resources should not be deleted at step 6
    [Actual]

  10. At step 4 & 5, 2.04(changed) and at step 6, 2.05(Content) was returned

  11. The representation were not changed at step 4 & 5, and resources were not deleted at step 6


JIRA migration meta data

  • JIRA Issue ID: IOT-1075
  • Reporter: i.mushfiq
  • Assignee: habib.virji
  • Creator: i.mushfiq
  • Created at: 2016-04-05T00:13:43.000-0700
  • Found in Version: 1.1.0-RC2
  • Fix in Version: 1.1.0-RC3
  • Issue Severity: Major
  • Reproducibility: Always (100%)
  • Operating System: Ubuntu
  • Hardware/ OEM Platform: None
  • External URL: None
  • Bugzilla ID: None
  • Product: None
  • Status: Closed
  • Components: SDK
  • Priority: P1
  • Due Date: None
  • Issue Type: Bug
    END of JIRA migration meta data

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: iotivity/iotivity-classic#90