Hi Jeffrey,

Stripes wouldn't set the Content-Length header.

According to the servlet spec, "The content length is automatically set 
if the entire response fits inside the response buffer."
Could this be the case?

Regards,
Iwao

jeffrey.d.k...@wellsfargo.com wrote on 10/10/19 1:59:
> Hello,
> I'm trying Stripes for IVR development and I'm finding that when I try
> to set a ResponseHeader of "Transfer-Encoding" to "chunked", my
> ForwardResolutions to JSPs containing XML response data do not return to
> the calling client code, wheter it is a web browser or in my case an IVR
> voice browser instead.
> I only introduced this header to try to solve a session persistence
> issue between our IVR and our load balancer. It seems other IVRs using
> https and the same load balancer do not have the same session
> persistence issue when this header is present.
> I may be the only app using Stripes however. I'm thinking that Stripes
> is always including the exact Content-Length in its response instead of
> chuncked (at least it appears to be the case with Firefox + Firebug
> inspecting the Headers).
> Do you know if Stripes sets this by default (Content-Length)?
> So ForwardResolution responses do not appear to work with "chunked".
> *Jeff Kell*

------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to