Many Thanks , Now I am bit relief.
Please let me know why "X-Cache:MISS" header comes even though Cache settings are disabled in Apache?
User Profile
Collapse
-
Thanks for your interest.
In one of the servlet the following lines are hard coded
response.setCon tentType("text/xml; charset=utf-8");
response.setCon tentLength(tran slated.length() );
response.setHea der("Expires", "Sat, 6 May 1995 12:00:00 GMT");
response.setHea der("Cache-Control", "no-store, no-cache, must-revalidate");
response.addHea der("Cache-Control",...Leave a comment:
-
Hi,
I think below information will give the clear picture.
Following is the request and response (I used SOAPUI for webservice request and response):
Request :-
POST http://ukdiscoverywste st.gsk.com/ChemicalHierarc hy/services/ChemicalHierarc hyServiceV1 HTTP/1.1
Content-Type: text/xml;charset=UTF-8
SOAPAction: "getServiceInfo "
User-Agent: Jakarta Commons-HttpClient/3.0.1...Leave a comment:
-
"X-Cache:MISS" ; header is the normal behaviour in Reponse even if the cache settings a
You mean that the "X-Cache:MISS" header is the normal behaviour in Reponse even if the cache settings are disabled in Apache??
I assume cache settings are disabled in my Apache by seeing the following lines in httpd.conf
# To enable the cache as well, edit and uncomment the following lines:...Leave a comment:
-
Is Apache sends "X-Cache:MISS" header even when caching is off (disable)?
Hi,
Could any boby please help to get the answers for the following questions:
Is Apache always sends "X-Cache:MISS" header even when caching is off (disable)? or
Can we say that cache settings are enable if it sends "X-Cache:MISS" header in the response?
Your help would be appreciated.
Thanks
Anu
No activity results to display
Show More
Leave a comment: