diff options
author | Brice Figureau <brice-puppet@daysofwonder.com> | 2009-07-05 19:38:01 +0200 |
---|---|---|
committer | Brice Figureau <brice-puppet@daysofwonder.com> | 2009-07-05 22:46:05 +0200 |
commit | 1e83aadc749aea9d52281d4f4041f6144a7229c7 (patch) | |
tree | cedb6c50b6b5c365d010e48fc42a74b1a5dc823a /lib/puppet/util/rdoc/parser.rb | |
parent | aaca17a26092f3fece9a835eddf3ad6b9cf82300 (diff) | |
download | puppet-1e83aadc749aea9d52281d4f4041f6144a7229c7.tar.gz puppet-1e83aadc749aea9d52281d4f4041f6144a7229c7.tar.xz puppet-1e83aadc749aea9d52281d4f4041f6144a7229c7.zip |
Fix #2392 - use Content-Type for REST communication
There were two problems:
* server->client communications is using Content-Type with the
direct format name instead of the format mime-type.
* client->server communications is not using Content-Type to
send the format of the serialized object. Instead it is using the
first member of the Accept header. The Accept header is usually
reserved for the other side, ie what the client will accept
when the server will respond.
This patch makes sure s->c communication contains correct Content-Type
headers.
This patch also adds a Content-Type header containing the mime-type of
the object sent by the client when saving.
Signed-off-by: Brice Figureau <brice-puppet@daysofwonder.com>
Diffstat (limited to 'lib/puppet/util/rdoc/parser.rb')
0 files changed, 0 insertions, 0 deletions