Hi, Since this is my first post, I would like to thank you all for creating this brilliant framework!
(continuation of the discussion started on https://issues.apache.org/jira/browse/WICKET-4407 , which now has resolution "Won't Fix") CryptoMapper encrypts the whole Url into a single segment. As a result the encrypted url segment can be very long (> 260 characters). The default maximum url segment size for IIS is 260 characters (see http://support.microsoft.com/kb/820129). The warning note for changing this default is "Changing this registry key is considered extremely dangerous. This key causes Http.sys to use more memory and may increase vulnerability to malicious attacks." I've created my own CryptoMapper (see attachment in JIRA) that splits encrypted request in separate segments when it's too long (and keep the relative url logic). This works fine, but it would be nice to have this as a default feature of CryptoMapper. Anyone has a better solution (which is easier to maintain)? Any chance I can persuade someone to add an 'IIS compatibility / max segment size' option to Wicket? Jurriaan
