You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Martin Grigorov (JIRA)" <ji...@apache.org> on 2010/09/09 22:04:36 UTC

[jira] Assigned: (WICKET-1602) Wicket resources - wicket is requesting resources every 1 hour

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

Martin Grigorov reassigned WICKET-1602:
---------------------------------------

    Assignee: Peter Ertl  (was: Johan Compagner)

Peter, can you check whether this ticket is not already solved in 1.5 ? Recently you worked on that area. 

> Wicket resources - wicket is requesting resources every 1 hour
> --------------------------------------------------------------
>
>                 Key: WICKET-1602
>                 URL: https://issues.apache.org/jira/browse/WICKET-1602
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>    Affects Versions: 1.3.3
>            Reporter: Stefan Simik
>            Assignee: Peter Ertl
>             Fix For: 1.5-M2
>
>
> There is a problem with wicket ajax javascripts - there are reloading by browser every 1 hour, because the Expire header 
> is hardcoded to 3600 seconds in WebResource#setHeaders() method.
> This problem bubbles up to commonly used class ResourceReference class, which internally works 
> with PackageResource that uses our problematic class -  WebResource.
> SIMPLE AND FAST SOLUTION
> ----------------------------------------------
> The only thing, that is needed to fix this, is to change WebResource#setHeaders() to take
> the caching time from some wicket settings, so it is not hardcoded and can be configured by developer. 
> NABBLE about this problem:
> ----------------------------------------------------------------
> http://www.nabble.com/forum/ViewPost.jtp?post=17117009&framed=y

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