On 12 March 2017 05:12:09 GMT+00:00, Marc Boorshtein <mboorsht...@gmail.com> 
wrote:
>I'm running tomcat 8.0.41 on a CentOS7 Docker container.  Something
>very
>strange is happening.  If I use a GET and return a 200 with JSON
>content
>the data gets back to my browser.  But if I run a POST and return a 500
>with the content being JSON written to response.getOutputStream()
>(including a flush) I get no content getting back to my browser.  I can
>see
>the content being written and on a flush response is setting isCommited
>to
>true.  What am I missing?

How are you setting the response code?

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to