Preserving mount point in URLs

2009-01-09 Thread John Krasnay
Hi Wicketeers, My client has a web security infrastructure in place where a transparent proxy sits in front of the application server and filters requests based on URL pattern. I am trying to fit their first Wicket-based application into this infrastructure. We would like to allow requests based

Re: Preserving mount point in URLs

2009-01-09 Thread Igor Vaynberg
change the coding strategy to use query string to encode params. see querystringcodingstrategy for necessary code. -igor On Fri, Jan 9, 2009 at 6:36 AM, John Krasnay j...@krasnay.ca wrote: Hi Wicketeers, My client has a web security infrastructure in place where a transparent proxy sits in

Re: Preserving mount point in URLs

2009-01-09 Thread John Krasnay
Cool, thanks. I'll give it a try. jk On Fri, Jan 09, 2009 at 08:52:44AM -0800, Igor Vaynberg wrote: change the coding strategy to use query string to encode params. see querystringcodingstrategy for necessary code. -igor