11/14/07 5:35 PMDSAPI Filter code for Notes Domino
Here's another nugget of Notes API code that I am slowly releasing into
the wild. I'm not sure that it even has meaning in today's Domino world,
but what the hey.
In this case its a DSAPI filter I wrote which
basically instructs the browser to not cache anything that might come
from the mail directory. The problem with this type of instruction is
that the browser and any proxy server between the server and the browser
can just ignore the "Suggestion" and cache whatever it wants anyway.
In
the code, I thank Chris Stead. Unfortunately, I can't remember who this
person is specifically, and what parts of the code I borrowed from
Chris. I think I borrowed the overall structure of the DSAPI code from
Chris and then built in the specific functionality I was looking for.
Click
here to download the code --> dsapi3.pdf