mgeisler / swift-browser

AngularJS interface for OpenStack Swift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ignore Content-Type when editing objects

mgeisler opened this issue · comments

Currently, one cannot edit an object with a Content-Type of application/json. The response is automatically interpreted as JSON and deserialized -- the CodeMirror editor then aborts since it expects a string, not an object.