"no-cache" cache control

Maria ANGI writes:
 > Hi!
 > 
 > 
 > I think the "no-cache" cache control doesn't work properly, or I missunderstand
 > something.
 > 
 > String nocache[]={ };
 > request.setNoCache(nocache);
 > 
 > I'm setting it for a request and sending it for a remote Jigsaw server.
 > When the incoming request will be parsed(at the remote site) 
 > it won't be set the NOCACHE directive so after it the getNoCache() method  
 > will return null, and the reply will be cached.

This surprises me a lot, as that code runs well - at least last time I
checked - in  the proxy. I will check it though

 > Is it a bug, or it's the normal way of doing the things?

If it's true it's probably a bug,

Anselm.

Received on Thursday, 5 June 1997 02:49:20 UTC