Author: rjung
Date: Tue Oct 17 06:23:25 2006
New Revision: 464922
URL: http://svn.apache.org/viewvc?view=rev&rev=464922
Log:
Fixing BZ 40774: Wrong termination detection for feature "reference".
Modified:
tomcat/connectors/trunk/jk/native/common/jk_map.c
tomcat/connectors/trunk/jk/xdocs/changelog.xml
Modified: tomcat/connectors/trunk/jk/native/common/jk_map.c
URL:
http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/common/jk_map.c?view=diff&rev=464922&r1=464921&r2=464922
==============================================================================
--- tomcat/connectors/trunk/jk/native/common/jk_map.c (original)
+++ tomcat/connectors/trunk/jk/native/common/jk_map.c Tue Oct 17 06:23:25 2006
@@ -661,7 +661,7 @@
*(to+remain) = '.';
*(to+remain+1) = '\0';
- rc = jk_map_resolve_references(m, m->values[i], 0,
++depth, l);
+ rc = jk_map_resolve_references(m, m->values[i], 0,
depth+1, l);
if (rc == JK_FALSE) {
break;
}
Modified: tomcat/connectors/trunk/jk/xdocs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/xdocs/changelog.xml?view=diff&rev=464922&r1=464921&r2=464922
==============================================================================
--- tomcat/connectors/trunk/jk/xdocs/changelog.xml (original)
+++ tomcat/connectors/trunk/jk/xdocs/changelog.xml Tue Oct 17 06:23:25 2006
@@ -27,7 +27,11 @@
<subsection name="Native">
<changelog>
<fix>
- <bug>40716</bug>: Adding "reference" feature to IIS and Netscape.
+ <bug>40774</bug>: Fixing wrong recursion termination. This one
restricted the
+ "reference" feature unintentionally to 20 workers. (rjung)
+ </fix>
+ <fix>
+ <bug>40716</bug>: Adding "reference" feature to IIS and Netscape. (rjung)
</fix>
<fix>
Documentation: Corrected SetEnvIf syntax in JK_WORKER_NAME example.
(rjung)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]