Update of /cvsroot/xdoclet/xdoclet/modules/web/src/xdoclet/modules/web/resources In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9409/xdoclet/modules/web/src/xdoclet/modules/web/resources
Modified Files: web_xml.xdt Log Message: Provide a dispatcher for servlet filters as from Servlet spec 2.4 XDT-1171, patch by Jirka Hanika. Index: web_xml.xdt =================================================================== RCS file: /cvsroot/xdoclet/xdoclet/modules/web/src/xdoclet/modules/web/resources/web_xml.xdt,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -r1.23 -r1.24 *** web_xml.xdt 8 Oct 2004 23:01:19 -0000 1.23 --- web_xml.xdt 16 Jan 2005 11:14:48 -0000 1.24 *************** *** 89,92 **** --- 89,99 ---- </XDtClass:ifHasClassTag> </XDtClass:ifDoesntHaveClassTag> + <XDtConfig:ifConfigParamGreaterOrEquals paramName="Servletspec" value="2.4"> + <XDtClass:ifHasClassTag tagName="web:filter-mapping" paramName="dispatcher"> + <XDtClass:forAllClassTagTokens tagName="web:filter-mapping" paramName="dispatcher" delimiter=","> + <dispatcher><XDtClass:currentToken/></dispatcher> + </XDtClass:forAllClassTagTokens> + </XDtClass:ifHasClassTag> + </XDtConfig:ifConfigParamGreaterOrEquals> </filter-mapping> </XDtClass:forAllClassTags> ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ xdoclet-devel mailing list xdoclet-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xdoclet-devel