You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beehive.apache.org by "Rich Feit (JIRA)" <be...@incubator.apache.org> on 2005/05/14 21:59:04 UTC

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

     [ http://issues.apache.org/jira/browse/BEEHIVE-369?page=all ]
     
Rich Feit resolved BEEHIVE-369:
-------------------------------

     Assign To: Alejandro Ramirez  (was: Rich Feit)
    Resolution: Invalid

Hey Alex, I think the repro case is incorrect.  Once you're on page 2, you should go to *another* page (or another website).  Then, hit the back button and you'll see "Hello" printed again, which is what's expected.

> 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