Re: [Zope-dev] [Checkins] SVN: zope.app.publisher/trunk/ To make browsers update their caches of resources immediately when the

2009-06-10 Thread Benji York
On Wed, Jun 10, 2009 at 3:51 AM, Christian Zagrodnick wrote: > > The checkin actually is two in one (which aruably is not such a good thing): > > 1. Make resources compute urls with an IAbsoluteURL adapter so they > behave like every other object. > > 2. Provide an optional hashing adapter (and the

Re: [Zope-dev] [Checkins] SVN: zope.app.publisher/trunk/ To make browsers update their caches of resources immediately when the

2009-06-10 Thread Christian Zagrodnick
Hoi, On 2009-06-09 15:51:03 +0200, Stephan Richter said: > On Tuesday 09 June 2009, Wolfgang Schnerring wrote: >>   To make browsers update their caches of resources immediately when the >>   resource changes, the absolute URLs of resources can now be made to >> contain a hash of the resource's

Re: [Zope-dev] [Checkins] SVN: zope.app.publisher/trunk/ To make browsers update their caches of resources immediately when the

2009-06-09 Thread Stephan Richter
On Tuesday 09 June 2009, Wolfgang Schnerring wrote: >   To make browsers update their caches of resources immediately when the >   resource changes, the absolute URLs of resources can now be made to > contain a hash of the resource's contents, so it will look like >   /++noop++12345/@@/myresource i