[jboss-cvs] JBossAS SVN: r101047 - trunk/server/src/etc/conf/all/bindingservice.beans/META-INF.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Feb 16 16:19:36 EST 2010


Author: bstansberry at jboss.com
Date: 2010-02-16 16:19:36 -0500 (Tue, 16 Feb 2010)
New Revision: 101047

Modified:
   trunk/server/src/etc/conf/all/bindingservice.beans/META-INF/bindings-jboss-beans.xml
Log:
[JBAS-7161] Rewrite server.xml redirectPort only conditionally

Modified: trunk/server/src/etc/conf/all/bindingservice.beans/META-INF/bindings-jboss-beans.xml
===================================================================
--- trunk/server/src/etc/conf/all/bindingservice.beans/META-INF/bindings-jboss-beans.xml	2010-02-16 20:57:53 UTC (rev 101046)
+++ trunk/server/src/etc/conf/all/bindingservice.beans/META-INF/bindings-jboss-beans.xml	2010-02-16 21:19:36 UTC (rev 101047)
@@ -471,7 +471,7 @@
                <xsl:when test="(name() = 'port' and . = '8009')">
                   <xsl:attribute name="port"><xsl:value-of select="$portAJP" /></xsl:attribute>
                </xsl:when>
-               <xsl:when test="(name() = 'redirectPort')">
+               <xsl:when test="(name() = 'redirectPort' and . = '8443')"> 
                   <xsl:attribute name="redirectPort"><xsl:value-of select="$portHttps" /></xsl:attribute>
                </xsl:when>
                <xsl:when test="(name() = 'port' and . = '8443')">




More information about the jboss-cvs-commits mailing list