Hi GAE Gurus,

I'm trying to create a HTTPServletResponse with a content-type:
multipart/signed; protocol="application/pkcs7-signature"; micalg=sha1

One of the filters on a filterchain creates a GenericResponseWrapper
and passes the wrapper to the target FrontController.  In devmod the
response is correctly constructed with the content-type above and
processed by the client correctly.

Once deployed on GAE it breaks because the client receieves a response
with content-type = text/html.  I inserted System.outs throughout the
code and the content=type is correct.

Thanks,
PG

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to