Jason Johnston wrote:
It sounds like you should create your own custom Reader
Eli Spizzichino wrote:
I'll let you know
Transforming it to a reader worked as expected!
Now I got the cache doing the expire work and serve
however the http headers didn't changed at all so it's still actually
serving the same content 3/4 times!
I would expect it to reply with a last modified message. Am I wrong?
When it expire and generate it in the log I see:
java.net.SocketException: Broken pipe
at java.net.SocketOutputStream.socketWrite0(Native Method)
at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:92)
at java.net.SocketOutputStream.write(SocketOutputStream.java:136)
at edu.mit.simile.tools.httptracer.SocketRR.run(Unknown Source)
the image comes up fine any idea why?
Moreover only the first time the reader pipeline run the parameter I set
on setup() has null value. Why?
I would also like to know in which occasion I should use
ExpiresCachingProcessingPipeline pipeline and why in my previous case
didn't worked. Should it check the cache of any resource type?
thanks
Eli
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]