Re: T5.1: date modified in asset cache path

2009-03-19 Thread Fernando Padilla
For that we put images into S3, so we have valid perma-links :) Since tapestry does lots of url magic, we never use relative urls. Howard Lewis Ship wrote: Much of the time, you will be using CSS and other assets in concert with each other. If you created a virtual folder for the CSS based on th

Re: T5.1: date modified in asset cache path

2009-03-19 Thread Howard Lewis Ship
On Thu, Mar 19, 2009 at 9:33 AM, Jack Nuzbit wrote: > I've just upgraded an application from 5.0.18 to 5.1.0.1 (a very smooth > upgrade i might add) and I'm very impressed with the new performance > features, gzipping and the far future asset headers. > All good to hear, especially w.r.t. the upg

Re: T5.1: date modified in asset cache path

2009-03-19 Thread Howard Lewis Ship
Much of the time, you will be using CSS and other assets in concert with each other. If you created a virtual folder for the CSS based on the DTM of the CSS, relative URLs from the CSS file to image assets (each in a virtual folder based on DTM of the asset) would break. On Thu, Mar 19, 2009 at 10

Re: T5.1: date modified in asset cache path

2009-03-19 Thread Fernando Padilla
I myself want the assets to be cached with a MD5 signature, so I don't have to track explicit versions.. etc etc. (that's what we do right now with our own AssetFactory, but we have not upgraded to 5.1..) On 3/19/09 9:33 AM, Jack Nuzbit wrote: I've just upgraded an application from 5.0.18 to 5

T5.1: date modified in asset cache path

2009-03-19 Thread Jack Nuzbit
I've just upgraded an application from 5.0.18 to 5.1.0.1 (a very smooth upgrade i might add) and I'm very impressed with the new performance features, gzipping and the far future asset headers. I was wondering if anyone's considered adding the facility to use an assets date modified in the cache u