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, JeffReceived on Thursday, 7 February 2002 12:34:40 UTC
This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 22:41:30 UTC