The actual code of the class/method WebXmlVersion.class/compareTo(Object
theOther) returns 1 in the condition

        if (WebXmlVersion.V2_3.compareTo(theWebXml.getVersion()) <= 0)

of the class/method CactifyWarTask.class/mergeInto(WebXml theWebXml).

This fact results in the FilterRedirector information not included in the
cactified web.xml if one uses, for example, Tomcat 5.0.x with 2.4 web
deployment descriptors.

I think the easiest solution is to change the actual code in one or both of
the affected classes. Without that, I am building manually with Ant an
ad-hoc cactifywar target; to do this, could someone tell me, please, where
is CactifyWarTask copying the jspRedirector.jsp file?

Regards,

Pedro Nevado



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to