- From: Jeff Fletcher <jfletcher@quark.com>
- Date: Wed, 13 Feb 2002 09:15:30 -0700
- To: www-jigsaw@w3.org
Can anyone help me with this? -----Original Message----- From: Jeff Fletcher [mailto:jfletcher@quark.com] Sent: Thursday, February 07, 2002 10:28 AM To: www-jigsaw@w3.org Subject: 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 Wednesday, 13 February 2002 11:22:16 UTC