You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beehive.apache.org by "Alejandro Ramirez (JIRA)" <be...@incubator.apache.org> on 2005/05/15 17:13:17 UTC

[jira] Closed: (BEEHIVE-369) No-cache behavior is broken under Firefox

     [ http://issues.apache.org/jira/browse/BEEHIVE-369?page=all ]
     
Alejandro Ramirez closed BEEHIVE-369:
-------------------------------------


Verified Fixed.  Here is the new Repro:

    - Set up WEB-INF/netui-config.xml to prevent caching of any page forwarded to from an action:
        <pageflow-config>
            <prevent-cache>always</prevent-cache>
        </pageflow-config>
    - Create a page flow with an action that prints "hello" to System.err, and forwards to a page.
    - Using Firefox, hit the page flow.
    - Hit a link to the action. Notice that "hello" is printed.
    - Now go to another website (e.g. http://www.google.com)
    - On the new website, use the back button to go back to the original page that contains the action that prints "hello".

Expected: "hello" is printed" again since the action is run.

> No-cache behavior is broken under Firefox
> -----------------------------------------
>
>          Key: BEEHIVE-369
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-369
>      Project: Beehive
>         Type: Bug
>   Components: NetUI
>     Versions: V1Beta, V1
>  Environment: Tomcat 5.0.25
> Firefox 1.0
>     Reporter: Rich Feit
>     Assignee: Alejandro Ramirez
>      Fix For: V1
>  Attachments: j369.zip
>
> Repro:
>     - Set up WEB-INF/netui-config.xml to prevent caching of any page forwarded to from an action: 
>         <pageflow-config>
>             <prevent-cache>always</prevent-cache>
>         </pageflow-config>
>   
>     - Create a page flow with an action that prints "hello" to System.err, and forwards to a page.
>     - Using Firefox, hit the page flow.
>     - Hit a link to the action.  Notice that "hello" is printed.
>     - On the result page, use the back button to go back to the original page.
> Expected: "hello" is printed", since the action is run again.
> Actual: nothing is printed unless you refresh the page explicitly.  This means that the page is being cached.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira