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/14 20:42:11 UTC

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

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


I executed with the atttached pageflow and beehive-netui-config.xml and did not get the "hello" message as expected (I was expecting to see it twice, once when I initially hit the action that prints the message and navigates to page2 and once when you hit the "back" button.  However the message is displayed only once when you initially hit the action).

> 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
>  Environment: Tomcat 5.0.25
> Firefox 1.0
>     Reporter: Rich Feit
>     Assignee: Alejandro Ramirez
>      Fix For: V1Beta
>  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