Thanks for the response.
Maybe I'm reading the code wrong, but it looks like the call to
org.restlet.ext.jaxrs.internal.util.copyResponeHeaders
has code that does:
===============
HttpClientAdapter.copyResponseTransportHeaders(headers, restletResponse);
HttpClientCall.copyResponseEntityHeaders(headers,
restletResponse.getEntity());
==============
>From my reading of these two methods, it does not add the CACHE_CONTROL header.
In fact, it doesn't add any headers that it doesn't know about -- is that the
correct behavior?
Thanks, Jim
------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2397589