Aryeh Katz wrote:

patch to remove erroneous comment supplied
--- protocol.c Thu Sep 4 10:03:11 2003
+++ protocol-2.0.47.c Thu Sep 4 10:02:59 2003
@@ -1142,6 +1142,10 @@
}
t = ap_pbase64decode(r->pool, auth_line);
+ /* Note that this allocation has to be made from r->connection->pool
+ * because it has the lifetime of the connection. The other allocations
+ * are temporary and can be tossed away any time.
+ */
r->user = ap_getword_nulls (r->pool, &t, ':');
r->ap_auth_type = "Basic";

committed, thanks!



Reply via email to