Is it possible to add a static prefix to the generated URL from CryptoMapper?

2013-05-28 Thread Magnus K Karlsson
Hi! I'm successfully testing CryptoMapper in Apache Wicket 6 with unique URL for each Session. But I'm also depending on to be able to define security constaint in the web.xml. example-wicket /user/* These are the roles who have

Re: Is it possible to add a static prefix to the generated URL from CryptoMapper?

2013-05-28 Thread Martin Grigorov
Hi Magnus, At the moment this doesn't seem to be very easy because #encryptUrl() and #decryptUrl() methods are private.. If they were protected then it would be quite easy to extend the class and provide your own #mapHandler() / #mapRequest() methods which decide themselves what to encrypt/decrypt

Re: Is it possible to add a static prefix to the generated URL from CryptoMapper?

2013-06-04 Thread Jesse Long
Hi Magnus, Sorry for replying so late, but I wanted to add a word of caution here. There is a problem with Form#dispatchEvent() when you change the number of URL segments. I cant remember the exact details, but it has something to do with the Url#resolveRelative() or the call to it making ass