Hi Moderators,
I'm a new member and forgot to send myself a copy by checking the
box.  I aplogize for the inconevenience this may cause.

Original Post(recreated)

Hi GAE Java Gurus!

I'm trying to httprespond to a httprequest with a signed MimeMessage
which has the following content-type:
content-type = multipart/signed; protocol="application/pkcs7-
signature"; micalg=sha1;        boundary="----
=_Part_2_294158009.1326408903798"

but my client keeps receiving :
content-type = text/html while the rest of signed MimeMessage remains
correct.

I've extended HttpServlet with a FrontController and a FilterChain
exists to pre/post process the requests/responses using
GenericResponseWrapper as a stand-in stream  on the last filter before
the target FrontController.

I have it working in devmod, in eclipse, but once deployed I can't
seem to be able to set the content-type correctly.  I traced the the
response.getContentType() across the entire cycle up to the
responce.flush() and it is correct but doesn't show correctly on the
client.

The client is a simple java app that executes a simple HTTP POST
command.

Regards,
Pasquale

-- 
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