You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by mt...@apache.org on 2006/11/26 20:30:03 UTC

svn commit: r479409 - /tomcat/connectors/trunk/jk/native/common/jk_status.c

Author: mturk
Date: Sun Nov 26 11:30:02 2006
New Revision: 479409

URL: http://svn.apache.org/viewvc?view=rev&rev=479409
Log:
Fix the Fix (remove extra slash).

Modified:
    tomcat/connectors/trunk/jk/native/common/jk_status.c

Modified: tomcat/connectors/trunk/jk/native/common/jk_status.c
URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/common/jk_status.c?view=diff&rev=479409&r1=479408&r2=479409
==============================================================================
--- tomcat/connectors/trunk/jk/native/common/jk_status.c (original)
+++ tomcat/connectors/trunk/jk/native/common/jk_status.c Sun Nov 26 11:30:02 2006
@@ -975,7 +975,7 @@
         jk_printf(s, "  port=\"%d\"\n", aw->port);
         jk_printf(s, "  address=\"%s\"", jk_dump_hinfo(&aw->worker_inet_addr, buf));
         /* Terminate the tag */
-        jk_puts(s, "/>\n");
+        jk_puts(s, ">\n");
         if (name)
             display_maps_xml(s, s->uw_map, sw, name, l);
         jk_putv(s, "</", sw->ns, "ajp>\n", NULL);



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org