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/26 00:16:14 UTC

[jira] Issue Comment Edited: (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:comment-tabpanel&focusedCommentId=12986758#action_12986758 ] 

Peter Ertl edited comment on WICKET-3389 at 1/25/11 6:15 PM:
-------------------------------------------------------------

I added the ability to post-process the resource response to e.g. change the caching duration and cache visibility of the resource

      was (Author: pete):
    I added the ability to post-process the resource response to for example change the caching duration and visibility of the resource
  
> 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_3.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 timestamps 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
> - omit special filenames like tinyMCE's base file from timestamps (see WICKET-3379) for proper functioning
> - (...)
> 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.