You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jspwiki.apache.org by "ole974 (JIRA)" <ji...@apache.org> on 2010/12/16 06:51:01 UTC

[jira] Resolved: (JSPWIKI-677) Page does not refresh after editing

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

ole974 resolved JSPWIKI-677.
----------------------------

       Resolution: Fixed
    Fix Version/s: 2.8.4

The problem was that the Apache proxying the tomcat was configured to transmit the page with cache-control configured with max-age=3600.
Solved by configuring a <Location> like this : Header set Cache-Control "no-cache, no-store, private"

Thanks for the answers and help !

> Page does not refresh after editing
> -----------------------------------
>
>                 Key: JSPWIKI-677
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-677
>             Project: JSPWiki
>          Issue Type: Bug
>    Affects Versions: 2.8.4
>         Environment: Debian GNU/Linux 5.0.4 (lenny)
> Tomcat 6
>            Reporter: ole974
>            Priority: Minor
>             Fix For: 2.8.4
>
>
> Edited page does not refresh on firefox 3.6 ; i need to press F5 to refresh the page (but the automatic refresh works on IE 8)\\
> but the refresh is ok with sandbox on JSPwiki website with both browsers (version 2.8.4-svn-9)... Any idea ?

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