On Jan 11, 2008 5:33 PM, Maris Orbidans <[EMAIL PROTECTED]> wrote: > > > also wicket filter is much better at handling /* mapping > > > The only problem with this mapping is that filter is invoked for all > requests that fetch static web resources (css, images, etc). > I may be wrong but I don't think it's good for performance. Especially > if you use some other filter, for example, OpenEntityManagerInViewFilter > which opens a JPA session for each request.
True. If you want max performance for static resources, have them served by your web server (like Apache) instead. Whether the hit is bad enough to be a problem is another question though. Especially when browsers cache such resources. Eelco --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
