RequestFactory: Generate history token on the server-side.
22 views
Skip to first unread message
Aidan O'Kelly
unread,
Jul 26, 2011, 7:28:04 PM7/26/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-we...@googlegroups.com
This doesn't seem possible as getHistoryToken() is a method of RequestFactory, and no corresponding method in RequestFactoryServlet.
Can I do this somehow, (without patching RF source ! ) If not, worth opening an issue/feature request?
I have some workarounds for my case, but it would be nicer to be able to do this..
Thomas Broyer
unread,
Jul 27, 2011, 6:05:01 AM7/27/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-we...@googlegroups.com
If you've reach that point that you need to construct a "history token" on the server side, then you'd probably better build your tokens on your own rather than rely on RequestFactory's getHistoryToken (which to my knowledge was mostly there for the scaffolding of Spring Roo, so that it "just works" out of the box).