Author: kpreisser Date: Thu Sep 26 12:51:14 2013 New Revision: 1526470 URL: http://svn.apache.org/r1526470 Log: Fix broken link to HTTP connector in the Proxy HowTo, as reported on the users list.
Modified: tomcat/tc7.0.x/trunk/webapps/docs/proxy-howto.xml Modified: tomcat/tc7.0.x/trunk/webapps/docs/proxy-howto.xml URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/proxy-howto.xml?rev=1526470&r1=1526469&r2=1526470&view=diff ============================================================================== --- tomcat/tc7.0.x/trunk/webapps/docs/proxy-howto.xml (original) +++ tomcat/tc7.0.x/trunk/webapps/docs/proxy-howto.xml Thu Sep 26 12:51:14 2013 @@ -38,7 +38,7 @@ <p>Using standard configurations of Tomcat, web applications can ask for the server name and port number to which the request was directed for processing. When Tomcat is running standalone with the -<a href="config/coyote.html">Coyote HTTP/1.1 Connector</a>, it will generally +<a href="config/http.html">HTTP/1.1 Connector</a>, it will generally report the server name specified in the request, and the port number on which the <strong>Connector</strong> is listening. The servlet API calls of interest, for this purpose, are:</p> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org