You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Peter Ertl (JIRA)" <ji...@apache.org> on 2011/01/25 23:01:52 UTC

[jira] Updated: (WICKET-3389) improve timestamps on resource filename by providing the possibility to add your own filename decorators

     [ https://issues.apache.org/jira/browse/WICKET-3389?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Peter Ertl updated WICKET-3389:
-------------------------------

    Attachment: timestamp_decorator.patch

> improve timestamps on resource filename by providing the possibility to add your own filename decorators
> --------------------------------------------------------------------------------------------------------
>
>                 Key: WICKET-3389
>                 URL: https://issues.apache.org/jira/browse/WICKET-3389
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>    Affects Versions: 1.5-RC1
>            Reporter: Peter Ertl
>            Assignee: Peter Ertl
>         Attachments: timestamp_decorator.patch
>
>
> Hi, wicket devs!
> Before finalizing 1.5 I would like to enhance the "timestamp on resources" features I recently introduced.
> Currently you can just enable or disable timestamp on resource filenames by setting [true] or [false] in wicket's resource settings.
> I would like to provide the possibilty to support your custom type of 
>    ITimestampDecorator
> so you can build your own timestamp schemes.
> e.g. you could
> - add message digests instead of timestamps
> - have a different filename pattern for the timestamp
> - do a different type of lookup for the modification time of the resources
> - treat resources individually
> - (...)
> Please take a look at the patch and vote for / against merging it into current 1.5.x

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.