css « Filter « JSP-Servlet Q&A





1. What is the best way to manipulate a css file using a java servlet filter?    stackoverflow.com

I need to convert relative image path (inside some css files) to absolute on the fly, using a java servlet filter. What is the best way?