* HttpModuleCollection.cs (GetKey): Recursion, again! svn path=/trunk/mcs/; revision=19847
@@ -1,3 +1,7 @@
+2003-11-11 Ben Maurer <[email protected]>
+
+ * HttpModuleCollection.cs (GetKey): Recursion, again!
2003-11-11 Ben Maurer <[email protected]>
* HttpClientCertificate.cs (ValidUntil): recursion!
@@ -45,7 +45,7 @@ namespace System.Web {
}
public string GetKey(int index) {
- return GetKey(index);
+ return BaseGetKey(index);
public string [] AllKeys {