Arvind Narayanan wrote:
On Tue, Jan 06, 2004 at 06:20:26AM +0000, Timwi wrote:
... but if it isn't too difficult to change this, then I would welcome it.
It wouldn't be difficult to change it, but it would be an ugly hack. The directory name is the first 2 chars of the md5sum of the name of the image. So it would mean either using a different hashing method, affecting *all* images, or putting special case checks in the code.
Ah. I was wondering what the two characters were.
Well, I guess you're right that it's an ugly hack, but I think with a verbose enough comment in the source code, that should really not matter too much. It really is a problem for users of WebWasher or Proxomitron, and apparently that Norton Firewall thing too.
I propose just special-casing 'ad' and changing it to '__' or 'gg' or something else that doesn't use hex digits.
Timwi