You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "John Patterson (JIRA)" <ji...@apache.org> on 2007/11/01 16:29:50 UTC

[jira] Created: (WICKET-1122) Allow override of Pragma No-cache settings in WebPage

Allow override of Pragma No-cache settings in WebPage
-----------------------------------------------------

                 Key: WICKET-1122
                 URL: https://issues.apache.org/jira/browse/WICKET-1122
             Project: Wicket
          Issue Type: Improvement
          Components: wicket
    Affects Versions: 1.3.0-beta4
            Reporter: John Patterson


WebPage.configureResponse() sets Pragma no-cache headers but cannot be easily overridden because it calls super.configureResponse() which is required.

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


[jira] Closed: (WICKET-1122) Allow override of Pragma No-cache settings in WebPage

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

Johan Compagner closed WICKET-1122.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.3.0-beta5
         Assignee: Johan Compagner

fixed by adding an extra method setHeaders() on WebPage

> Allow override of Pragma No-cache settings in WebPage
> -----------------------------------------------------
>
>                 Key: WICKET-1122
>                 URL: https://issues.apache.org/jira/browse/WICKET-1122
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>    Affects Versions: 1.3.0-beta4
>            Reporter: John Patterson
>            Assignee: Johan Compagner
>             Fix For: 1.3.0-beta5
>
>
> WebPage.configureResponse() sets Pragma no-cache headers but cannot be easily overridden because it calls super.configureResponse() which is required.

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