ptpb / pb

pb is a formerly-lightweight pastebin and url shortener
Other
549 stars 52 forks source link

paste post ignores json request body #146

Closed buhman closed 8 years ago

buhman commented 8 years ago

request.form is used inside the post view function; this is not correct behavior for json requests.

Should probably make a generic helper for 'get this field/key from anywhere', and refactor all the things that deal with processing request bodies.

buhman commented 8 years ago

Fixed in 635d47268ab67e83132ba9c846bb1cade778c4c1