Re: POST + 500 + Response returns no content

2017-03-12 Thread Marc Boorshtein
Mark & Olaf, I'm working directly with the servlet api. Whats odd is it worked fine in 8.0.39. The response is set first: https://github.com/TremoloSecurity/OpenUnison/blob/1.0.9/unison/unison-server-core/src/main/java/com/tremolosecurity/proxy/filter/PostProcess.java - lines 110-121 Then I

Re: POST + 500 + Response returns no content

2017-03-12 Thread Mark Thomas
On 12 March 2017 05:12:09 GMT+00:00, Marc Boorshtein 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

Re: POST + 500 + Response returns no content

2017-03-12 Thread Olaf Kock
Am 12.03.2017 um 06:12 schrieb Marc Boorshtein: > What am I missing? > IMHO: * A code sample, and if that doesn't uniquely answer the next question: * Are you working directly on the Servlet API or involve any other library? (which version?) Without this, it's hard to give some suggestion with