we have a problem in our stateless page implementation. we assume the page is stateless if a urlfor is never called on it and thus there are no links leading back to it. this is very crafty and works great. what we did not think about is how the page is accessed, ie the url of the page. it is possible to get access to a stateless page under a ?path=x url. if you hit the refresh button you will get a page expired error because the url is pointing to a pagemap entry that was never put in to the pagemap since the page is stateless.

i have currently disabled the support for stateless pages. see PageMap.put(Page).

see bug 1417826 for instructions on how to reproduce the error.

-Igor

Reply via email to