Hi Mark, > Hmm. Well, the only way I can see that being the case is if the LDP > specification is not intended for clients. So, using 404 as an example > again, even though servers are required to return 404 after a DELETE, > BPR clients can't assume that will be the case. I can’t see why not. If S is a BPR server and C is a BPR client, then the following interaction can take place (given sufficient permissions) C: GET /resource S: 200 OK C: DELETE /resource S: 204 No Content C: GET /resource S: 404 Not Found The behavior of the client and server in the above example is compliant to the HTTP spec. The LDP spec herein mandates that the last request should be a 404 or 410, while the HTTP spec leaves open what should happen. Best, RubenReceived on Sunday, 21 October 2012 08:11:54 UTC
This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 16:17:32 UTC