Re: SVG, servlet filters and interception

2008-08-28 Thread Filip S. Adamsen
Hi, Yes, it's possible to do this with regular pages. Simply return a StreamResponse with the right headers from onActivate. You'll have to handle caching etc. yourself, but it's not hard. -Filip On 2008-08-28 19:46, Atle Prange wrote: Hi, i want to use svg in my webapp, since it makes it

SVG, servlet filters and interception

2008-08-28 Thread Atle Prange
Hi, i want to use svg in my webapp, since it makes it easy to create images on the fly. My plan is to make t5 pages that output svg instead of html, which should be easy. But alas svg is not as straigh forward as it should. Little browser support might force me to convert the svg to images