[jboss-cvs] JBossAS SVN: r111824 - branches/JBPAPP_5_1/server/src/etc/conf/all/bindingservice.beans/META-INF.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jul 25 10:22:58 EDT 2011


Author: bmaxwell
Date: 2011-07-25 10:22:58 -0400 (Mon, 25 Jul 2011)
New Revision: 111824

Modified:
   branches/JBPAPP_5_1/server/src/etc/conf/all/bindingservice.beans/META-INF/bindings-jboss-beans.xml
Log:
[JBPAPP-4281] change xslt to only rewrite redirect port for http connector

Modified: branches/JBPAPP_5_1/server/src/etc/conf/all/bindingservice.beans/META-INF/bindings-jboss-beans.xml
===================================================================
--- branches/JBPAPP_5_1/server/src/etc/conf/all/bindingservice.beans/META-INF/bindings-jboss-beans.xml	2011-07-25 09:10:58 UTC (rev 111823)
+++ branches/JBPAPP_5_1/server/src/etc/conf/all/bindingservice.beans/META-INF/bindings-jboss-beans.xml	2011-07-25 14:22:58 UTC (rev 111824)
@@ -1076,7 +1076,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