mckoss / pageforest

Automatically exported from code.google.com/p/pageforest
0 stars 0 forks source link

JSONP request for non-existant doc is NOT returning JSONP result #72

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Steps to Reproduce:

- http://scratch.pageforest:8080/docs/foo/bar?callback=Test

Results:

Get a 404 page that is formatted HTML.

Expected:

A JSONP version of the page so the result code and message can be read by 
JavaScript.

Notes:

Original issue reported on code.google.com by mckoss@gmail.com on 13 Jan 2011 at 10:31

GoogleCodeExporter commented 9 years ago

Original comment by mckoss@gmail.com on 13 Jan 2011 at 11:46