You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "markusmueller (via GitHub)" <gi...@apache.org> on 2024/01/16 23:09:45 UTC

[PR] Fixing duplication of resource id in location header [directory-scimple]

markusmueller opened a new pull request, #502:
URL: https://github.com/apache/directory-scimple/pull/502

   The value of the location header returned from patch and update requests had the id of the resource duplicated in the URL, example `http://localhost:8080/Users/3/3` while correct is `http://localhost:8080/Users/3`.
   
   This PR is fixing the location header generation:
   
   - Patch and Update already happen on a path including the resource id no need to append the id again
   - Create happens on for example `/User` so the id can be appended.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@directory.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@directory.apache.org
For additional commands, e-mail: dev-help@directory.apache.org


Re: [PR] Fixing duplication of resource id in location header [directory-scimple]

Posted by "bdemers (via GitHub)" <gi...@apache.org>.
bdemers merged PR #502:
URL: https://github.com/apache/directory-scimple/pull/502


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@directory.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@directory.apache.org
For additional commands, e-mail: dev-help@directory.apache.org