Undesirable decoding of URL encoded external URL using RedirectToUrlException

2019-02-25 Thread Chris Colman
I am using: throw new RedirectUrlException(externalUrl); to redirect to an external URL (i.e. https://hostname/path?param1=value1=value2 etc.,) In constructing the URL I have used java.net.URLEncoder.encode() to individual encode the values in each of the query parameters.

Wicket 6.19: Resurces on page cached problem

2019-02-25 Thread armandoxxx
Hey ... I would like to know one thing. I'm using custom IStringResourceLoader for loading string resoucers from custom cache. Use case: Page X is rendered String resources are loaded. ... In another application custom cache is invalidated due to changes in strings. ... User goes to page

Re: Wicket 6.19: Resurces on page cached problem

2019-02-25 Thread Martin Grigorov
Hi, You can clear the cache programatically via: getApplication().getResourceSettings().getPropertiesFactory().clearCache() On Mon, Feb 25, 2019 at 4:24 PM armandoxxx wrote: > Hey ... > > I would like to know one thing. > > I'm using custom IStringResourceLoader for loading string resoucers

Re: Wicket 6.19: Resurces on page cached problem

2019-02-25 Thread armandoxxx
Thank you ... -- Sent from: http://apache-wicket.1842946.n4.nabble.com/Users-forum-f1842947.html - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org