You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Ritesh Trivedi <ri...@gmail.com> on 2008/10/10 01:55:08 UTC

CryptedUrlWebRequestCodingStrategy and bookmarkable page components

Hi,

I am using CryptedUrlWebRequestCodingStrategy, which uses http session key
for crypting urls. I noticed an issue with this

Lets say customer was on the bookmarkable page and left that open for time
longer than the session expiration time. Now if the bookmarkable page has
components like DropDownLists or StatelessForms they wont really work
because the session was expired and they see a error page from the
bookmarkable page!! not very pleasant.

Am I correct in the diagnosis? if yes, would the solution be to create a
subclass of cryptedurlwebrequestcodingstrategy which would not crypt the url
if the parent of the component was bookmarkable page? or are there any
better ways of handling this?
-- 
View this message in context: http://www.nabble.com/CryptedUrlWebRequestCodingStrategy-and-bookmarkable-page-components-tp19909583p19909583.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org