kazu2012 / persevere-framework

Automatically exported from code.google.com/p/persevere-framework
0 stars 0 forks source link

dashes in instance ids create flaky behaviors #213

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Dashes in instance ids create problems specifically related to PUTing
representations. Say you have a class "foo/Bar":

PUT foo/Bar/x-y
Content-type: application/json
{"source":{}}

PUT foo/Bar/x-y.source.html
Content-type: text/html
<html...>

The second PUT returns a 204 but has absolutely no effect.

Original issue reported on code.google.com by dean%dea...@gtempaccount.com on 5 Jul 2009 at 6:21

GoogleCodeExporter commented 8 years ago

Original comment by kris...@gmail.com on 28 Jul 2009 at 2:16