Re: Mounting of ConcatResourceBundleReference in a WebPage

2012-12-07 Thread aws0934
Hi Martin, I do not know how to use IRequestMapper to achieve my goal and could not find a suitable example. Do you know where I can find one? Basically, I just want to remove the package name from my CSS-/JS-URLs (ConcatResourceBundleReferences) so that for instance

Re: Mounting of ConcatResourceBundleReference in a WebPage

2012-11-27 Thread aws0934
As I figured out, it definitely hurts, because mounting the bundle in a webpage on each request leaks memory, as the map containing the reference keys grows and grows and grows. So, is there any other way to have a nice URL for a customized ConcatResourceBundleReference which relies on session

Re: Mounting of ConcatResourceBundleReference in a WebPage

2012-11-27 Thread Martin Grigorov
Hi, You can use custom IRequestMapper for this. On Tue, Nov 27, 2012 at 5:43 PM, aws0934 arne-wigand.bag...@idealo.dewrote: As I figured out, it definitely hurts, because mounting the bundle in a webpage on each request leaks memory, as the map containing the reference keys grows and grows