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 set the cookies and the headers:

https://github.com/TremoloSecurity/OpenUnison/blob/1.0.9/unison/unison-server-core/src/main/java/com/tremolosecurity/proxy/ConfigSys.java
line 310 -->
https://github.com/TremoloSecurity/OpenUnison/blob/1.0.9/unison/unison-server-core/src/main/java/com/tremolosecurity/proxy/ProxyResponse.java
line 205

Finally, I'm writing the actual content:

https://github.com/TremoloSecurity/OpenUnison/blob/1.0.9/unison/unison-server-core/src/main/java/com/tremolosecurity/proxy/ConfigSys.java
line 316 --> line 515

I setup traces and have verified that the codes are being set properly, the
response isn't committed until AFTER I write the content but for some
reason the data isn't going back to the browser (the headers aren't either
so its not just the content).  The only thing thats sent back is the status
code.

Thanks

>
>
>

Reply via email to