CVS: xdoclet/modules/jboss/src/xdoclet/modules/jboss/web/resources jboss_web_xml.xdt,1.12,1.13

Matthias Germann <[email protected]>
Newsgroups gmane.comp.java.xdoclet.devel
Message-ID <[email protected]>
Update of /cvsroot/xdoclet/xdoclet/modules/jboss/src/xdoclet/modules/jboss/web/resources
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12234/modules/jboss/src/xdoclet/modules/jboss/web/resources

Modified Files:
	jboss_web_xml.xdt 
Log Message:
Support for "flushOnSessionInvalidation" added (XDT-1517). Thanks to Ted Sanne for the patch.

Index: jboss_web_xml.xdt
===================================================================
RCS file: /cvsroot/xdoclet/xdoclet/modules/jboss/src/xdoclet/modules/jboss/web/resources/jboss_web_xml.xdt,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** jboss_web_xml.xdt	30 Jan 2005 12:42:06 -0000	1.12
--- jboss_web_xml.xdt	27 Aug 2005 11:28:44 -0000	1.13
***************
*** 4,10 ****
  <jboss-web>
  
!   <XDtConfig:ifConfigParamNotEquals paramName="securitydomain" value="">
!    <security-domain><XDtConfig:configParameterValue paramName="securitydomain"/></security-domain>
!   </XDtConfig:ifConfigParamNotEquals>
    <XDtConfig:ifConfigParamNotEquals paramName="contextroot" value="">
     <context-root><XDtConfig:configParameterValue paramName="contextroot"/></context-root>
--- 4,18 ----
  <jboss-web>
  
!   <XDtConfig:ifHasConfigParam paramName="securitydomain">
!    <security-domain 
! 	   	<XDtConfig:ifConfigParamGreaterOrEquals paramName="version" value="4.0">
!    			<XDtConfig:ifHasConfigParam paramName="flushOnSessionInvalidation">
!    				flushOnSessionInvalidation="<XDtConfig:configParameterValue paramName="flushOnSessionInvalidation" />"
!    			</XDtConfig:ifHasConfigParam>
!    		</XDtConfig:ifConfigParamGreaterOrEquals>
!    		>
!    		<XDtConfig:configParameterValue paramName="securitydomain"/>
!    </security-domain>
!   </XDtConfig:ifHasConfigParam>
    <XDtConfig:ifConfigParamNotEquals paramName="contextroot" value="">
     <context-root><XDtConfig:configParameterValue paramName="contextroot"/></context-root>



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.