Re: setting headers on non-jsp files

2006-12-25 Thread Marco Pöhler
Hi Daniel, You can use a Servlet-Filter if you can select all JavaScript-Files with servlet-filter mappings. best regards Marco -- http://www.kontaktlinsen-preisvergleich.de http://www.tintenpatronen-preisvergleich.de Daniel Blumenthal schrieb: Happy holidays, all! Is there any way to

Valve using Spring / Classloading problem

2006-11-08 Thread Marco Pöhler
Hi list, I try to write a Valve, that uses a Spring BeanFactory to lookup beans and do things. A FactoryBean is initialized when the Valve is called the first time. Here is the code for the Valve: public class TrackingValve extends ValveBase { private StorageService storageService; pr