A utility to translate a web.xml file into a set of acegi security spring beans.
Also produces a new "acegified" web.xml file with the necessary filters installed
and the security elements defined by the servlet DTD removed.
This class wraps the XSL transform which actually does most of the work.
author: Luke Taylor version: $Id: WebXmlConverter.java 1784 2007-02-24 21:00:24Z luke_t $ |