[ http://issues.apache.org/jira/browse/BEEHIVE-369?page=all ]
Eddie O'Neil updated BEEHIVE-369: --------------------------------- Version: V1 Fix Version: V1 (was: V1Beta) Bringing the fix version forward to v1... > 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: Rich Feit > 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