ICPReceiver not checking cache?

Hi,

I'm trying to get ICP working in Jigsaw.  I wasn't having any luck, so I
started wading through source code when I found the following in
org.w3c.www.protocol.http.icp.ICPReceiver:

   protected synchronized void handleQuery(ICPQuery query) 
...
// FIXME  boolean   hit   =
cache.hasResource(query.getURL().toExternalForm());
	boolean   hit   = false;
...

This seems to say that the cache is never checked, and ICP will never work.
Am I interpreting this right?  Has anyone ever made the modifications to get
this to work?

Thanks,
Jeff

Received on Thursday, 7 February 2002 12:34:40 UTC