[Paste] ETags with MD5?

2007-08-10 Thread Alec Flett
Hey - We've been using StaticURLParser to serve up our static files (under pylons) but we've run into a few issues. One of the biggest is the ETags header. The problem is that we're deploying across a bunch of machines in a cluster, and static files get pulled out of SVN, which timestamps the file

Re: [Paste] ETags with MD5?

2007-08-10 Thread Ian Bicking
Alec Flett wrote: > Hey - > We've been using StaticURLParser to serve up our static files (under > pylons) but we've run into a few issues. > > One of the biggest is the ETags header. The problem is that we're > deploying across a bunch of machines in a cluster, and static files get > pulled ou

Re: [Paste] ETags with MD5?

2007-08-10 Thread Philip Jenvey
On Aug 10, 2007, at 12:18 PM, Alec Flett wrote: > Hey - > We've been using StaticURLParser to serve up our static files > (under pylons) but we've run into a few issues. > > One of the biggest is the ETags header. The problem is that we're > deploying across a bunch of machines in a cluster,

[Paste] nice code...

2007-08-10 Thread Chris McDonough
Ian (and contributors), I was dealing with paste the other day and I just wanted to comment on how clean the code is. Nice job. ;-) - C ___ Paste-users mailing list [email protected] http://webwareforpython.org/cgi-bin/mailman/listinfo/pa