Re: FileUpload vs. CryptoURL in Wicket 1.5

2011-12-08 Thread Martin Grigorov
You can extend CryptoMapper and prevent encryption/decryption of any URL. Check your logs. Maybe there is more information about the problem. On Thu, Dec 8, 2011 at 10:21 AM, Daniel Weidele wrote: > Hello, > > i'm, experiencing a problem with FileUpload within a ModalWindow when > enabling the Cr

FileUpload vs. CryptoURL in Wicket 1.5

2011-12-08 Thread Daniel Weidele
Hello, i'm, experiencing a problem with FileUpload within a ModalWindow when enabling the CryptoURLMapper in my application as being done in Wicket 1.5 via the following: setRootRequestMapper(new CryptoMapper(getRootRequestMapper(), this)); Is there any possibility to take out the fileupload URL