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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]