Exyus ETags - new and improved

2007-09-05 @ 23:15#

after testing w/ the amaya browser, i noticed my ETag support in Exyus is still a bit off. tonight, i posted an updated version (to my local server). big difference was adding quote-marks around the ETag and dropping the "==" from the end of my MD5-generated ETags. now amaya is much happier[g]!

check out the new sample HTTP transaction log:

REQUEST: **************
HEAD /xcs/users/ HTTP/1.1
Host: 192.168.0.43
Accept: */*
Authorization: Basic XXXXXXXXXXXXXXXXXXXXXXXXXXXXX

RESPONSE: **************
HTTP/1.1 200 OK
Server: Microsoft-IIS/5.1
Date: Thu, 06 Sep 2007 03:13:30 GMT
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
X-Exyus-Cache: PlSKC6SsaKqdPCBlRA9Zpw
X-Exyus: 0.9.2804.39944 2007-08
Expires: Mon, 01 Jan 0001 01:00:00 GMT
Last-Modified: Thu, 06 Sep 2007 03:11:52 GMT
ETag: "PlSKC6SsaKqdPCBlRA9Zpw"
Cache-Control: private,must-revalidate,nocache="set-cookie",max-age=0,post-check=1,pre-check=2
Content-Length: 0

code