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/15 08:45:00 UTC

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

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


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.


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

Posted by "ole974 (JIRA)" <ji...@apache.org>.
     [ 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.


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

Posted by "Florian Holeczek (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JSPWIKI-677?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Florian Holeczek reopened JSPWIKI-677:
--------------------------------------


> 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
>
> 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.


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

Posted by "Florian Holeczek (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JSPWIKI-677?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Florian Holeczek resolved JSPWIKI-677.
--------------------------------------

    Resolution: Invalid

Not a bug, adjusted state. Thanks for contributing the solution though, may help other users.

> 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
>
> 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.


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

Posted by "Florian Holeczek (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JSPWIKI-677?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Florian Holeczek updated JSPWIKI-677:
-------------------------------------

    Fix Version/s:     (was: 2.8.4)

> 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
>
> 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.


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

Posted by "Harry Metske (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JSPWIKI-677?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Harry Metske updated JSPWIKI-677:
---------------------------------

    Priority: Minor  (was: Major)

is there some proxy  messing up in your own environment ?
Since you're using Firefox, maybe you can install the "Live HTTP Headers" add-on and check if what the differences are in http responses ?

regards,
Harry


> 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
>
> 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.