Author: wsmoak Date: Mon Sep 19 20:38:57 2005 New Revision: 290344 URL: http://svn.apache.org/viewcvs?rev=290344&view=rev Log: Changed back to hard-coded server name as requested by James. Partial reversion of changes in r290056 from Bugzilla # 36703.
Modified: struts/taglib/trunk/src/webapp/org/apache/struts/taglib/html/TestBaseTag.jsp Modified: struts/taglib/trunk/src/webapp/org/apache/struts/taglib/html/TestBaseTag.jsp URL: http://svn.apache.org/viewcvs/struts/taglib/trunk/src/webapp/org/apache/struts/taglib/html/TestBaseTag.jsp?rev=290344&r1=290343&r2=290344&view=diff ============================================================================== --- struts/taglib/trunk/src/webapp/org/apache/struts/taglib/html/TestBaseTag.jsp (original) +++ struts/taglib/trunk/src/webapp/org/apache/struts/taglib/html/TestBaseTag.jsp Mon Sep 19 20:38:57 2005 @@ -49,7 +49,7 @@ <html:base server="www.my-server-name.com"/> </bean:define> <bean:define id="EXPECTED_RESULTS" toScope="page"> - <base href="http://<%=server%><%=portString%><%= request.getContextPath() %>/org/apache/struts/taglib/html/TestBaseTag.jsp"> + <base href="http://www.my-server-name.com<%=portString%><%= request.getContextPath() %>/org/apache/struts/taglib/html/TestBaseTag.jsp"> </bean:define> </logic:equal> @@ -58,7 +58,7 @@ <html:base server="www.my-server-name.com" target="My-Other-Frame"/> </bean:define> <bean:define id="EXPECTED_RESULTS" toScope="page"> - <base href="http://<%=server%><%=portString%><%= request.getContextPath() %>/org/apache/struts/taglib/html/TestBaseTag.jsp" target="My-Other-Frame"> + <base href="http://www.my-server-name.com<%=portString%><%= request.getContextPath() %>/org/apache/struts/taglib/html/TestBaseTag.jsp" target="My-Other-Frame"> </bean:define> </logic:equal> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]